mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-26 10:56:19 +08:00
react-native: Add display style
It's available as of v0.43, see the following commit:
4d69f4b2d1
This commit is contained in:
1
types/react-native/index.d.ts
vendored
1
types/react-native/index.d.ts
vendored
@@ -1561,6 +1561,7 @@ export interface ViewStyle extends FlexStyle, TransformsStyle {
|
||||
borderTopLeftRadius?: number;
|
||||
borderTopRightRadius?: number;
|
||||
borderTopWidth?: number;
|
||||
display?: "none" | "flex";
|
||||
opacity?: number;
|
||||
overflow?: "visible" | "hidden"
|
||||
shadowColor?: string;
|
||||
|
||||
Reference in New Issue
Block a user