mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Reviewed By: lucasr Differential Revision: D3312496 fbshipit-source-id: 259b6db2fc0166696eb171dc6e2974c81ec2133f
18 lines
531 B
Java
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,
|
|
}
|