Files
react-native/ReactAndroid/src/main/java/com/facebook/csslayout/CSSOverflow.java
T
Emil SjolanderandFacebook Github Bot 8 c2c370c886 import css-layout-185
Reviewed By: lucasr

Differential Revision: D3312496

fbshipit-source-id: 259b6db2fc0166696eb171dc6e2974c81ec2133f
2016-05-31 04:13:32 -07:00

18 lines
531 B
Java

/**
* Copyright (c) 2014-present, Facebook, Inc.
* All rights reserved.
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
// NOTE: this file is auto-copied from https://github.com/facebook/css-layout
// @generated SignedSource<<3bbf86ec0e75cbdbc9c741e0b3922679>>
package com.facebook.csslayout;
public enum CSSOverflow {
VISIBLE,
HIDDEN,
}