@draftbit/ui 44.2.3-f311f8.2 → 46.0.1-212bca.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/index.js +0 -6
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/index.js +1 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/src/index.d.ts +433 -3223
- package/package.json +4 -4
- package/src/index.js +1 -1
- package/src/index.tsx +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
3
|
-
export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState, CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem,
|
|
4
|
-
export declare const AvatarEdit: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
3
|
+
export { Avatar, Carousel, Center, Circle, CircleImage, Container, CheckboxGroup, DefaultTheme, Divider, Provider, RadioButtonFieldGroup, RadioButtonGroup, Row, ScreenContainer, Spacer, Square, Stack, Surface, Switch, SwitchRow, NumberInput, ThemeProvider, Touchable, withTheme, useAuthState, CardBlock, CardInline, ProgressBar, ProgressCircle, RowHeadlineImageCaption, ActionSheet, ActionSheetItem, ActionSheetCancel, Swiper, SwiperItem, } from "@draftbit/core";
|
|
4
|
+
export declare const AvatarEdit: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
5
5
|
image: string | import("react-native").ImageSourcePropType;
|
|
6
6
|
size?: number | undefined;
|
|
7
7
|
onPress?: (() => void) | undefined;
|
|
@@ -34,6 +34,12 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
34
34
|
};
|
|
35
35
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
36
36
|
typography: {
|
|
37
|
+
/**
|
|
38
|
+
* Components with Injected Dependencies
|
|
39
|
+
*
|
|
40
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
41
|
+
* is snack / expo / react-native
|
|
42
|
+
*/
|
|
37
43
|
headline1: {
|
|
38
44
|
fontSize: number;
|
|
39
45
|
letterSpacing: number;
|
|
@@ -1505,9 +1511,9 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
1505
1511
|
};
|
|
1506
1512
|
};
|
|
1507
1513
|
};
|
|
1508
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
1514
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
1509
1515
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
1510
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
1516
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
1511
1517
|
image: string | import("react-native").ImageSourcePropType;
|
|
1512
1518
|
size?: number | undefined;
|
|
1513
1519
|
onPress?: (() => void) | undefined;
|
|
@@ -1540,6 +1546,12 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
1540
1546
|
};
|
|
1541
1547
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
1542
1548
|
typography: {
|
|
1549
|
+
/**
|
|
1550
|
+
* Components with Injected Dependencies
|
|
1551
|
+
*
|
|
1552
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
1553
|
+
* is snack / expo / react-native
|
|
1554
|
+
*/
|
|
1543
1555
|
headline1: {
|
|
1544
1556
|
fontSize: number;
|
|
1545
1557
|
letterSpacing: number;
|
|
@@ -3011,10 +3023,10 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
3011
3023
|
};
|
|
3012
3024
|
};
|
|
3013
3025
|
};
|
|
3014
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
3026
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
3015
3027
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
3016
3028
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
3017
|
-
export declare const Banner: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
3029
|
+
export declare const Banner: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
3018
3030
|
initiallyVisible: boolean;
|
|
3019
3031
|
dismissable: boolean;
|
|
3020
3032
|
buttonColor?: string | undefined;
|
|
@@ -3051,6 +3063,12 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
3051
3063
|
};
|
|
3052
3064
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
3053
3065
|
typography: {
|
|
3066
|
+
/**
|
|
3067
|
+
* Components with Injected Dependencies
|
|
3068
|
+
*
|
|
3069
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
3070
|
+
* is snack / expo / react-native
|
|
3071
|
+
*/
|
|
3054
3072
|
headline1: {
|
|
3055
3073
|
fontSize: number;
|
|
3056
3074
|
letterSpacing: number;
|
|
@@ -4522,9 +4540,9 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
4522
4540
|
};
|
|
4523
4541
|
};
|
|
4524
4542
|
};
|
|
4525
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
4543
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
4526
4544
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
4527
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
4545
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
4528
4546
|
initiallyVisible: boolean;
|
|
4529
4547
|
dismissable: boolean;
|
|
4530
4548
|
buttonColor?: string | undefined;
|
|
@@ -4561,6 +4579,12 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
4561
4579
|
};
|
|
4562
4580
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
4563
4581
|
typography: {
|
|
4582
|
+
/**
|
|
4583
|
+
* Components with Injected Dependencies
|
|
4584
|
+
*
|
|
4585
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
4586
|
+
* is snack / expo / react-native
|
|
4587
|
+
*/
|
|
4564
4588
|
headline1: {
|
|
4565
4589
|
fontSize: number;
|
|
4566
4590
|
letterSpacing: number;
|
|
@@ -6032,10 +6056,10 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
6032
6056
|
};
|
|
6033
6057
|
};
|
|
6034
6058
|
};
|
|
6035
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
6059
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
6036
6060
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
6037
6061
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
6038
|
-
export declare const Button: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
6062
|
+
export declare const Button: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
6039
6063
|
disabled?: boolean | undefined;
|
|
6040
6064
|
type?: "text" | "solid" | "outline" | undefined;
|
|
6041
6065
|
loading?: boolean | undefined;
|
|
@@ -6074,6 +6098,12 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
|
|
|
6074
6098
|
};
|
|
6075
6099
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
6076
6100
|
typography: {
|
|
6101
|
+
/**
|
|
6102
|
+
* Components with Injected Dependencies
|
|
6103
|
+
*
|
|
6104
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
6105
|
+
* is snack / expo / react-native
|
|
6106
|
+
*/
|
|
6077
6107
|
headline1: {
|
|
6078
6108
|
fontSize: number;
|
|
6079
6109
|
letterSpacing: number;
|
|
@@ -7545,9 +7575,9 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
|
|
|
7545
7575
|
};
|
|
7546
7576
|
};
|
|
7547
7577
|
};
|
|
7548
|
-
} & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
7578
|
+
} & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
7549
7579
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
7550
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
7580
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
7551
7581
|
disabled?: boolean | undefined;
|
|
7552
7582
|
type?: "text" | "solid" | "outline" | undefined;
|
|
7553
7583
|
loading?: boolean | undefined;
|
|
@@ -7586,6 +7616,12 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
|
|
|
7586
7616
|
};
|
|
7587
7617
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
7588
7618
|
typography: {
|
|
7619
|
+
/**
|
|
7620
|
+
* Components with Injected Dependencies
|
|
7621
|
+
*
|
|
7622
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
7623
|
+
* is snack / expo / react-native
|
|
7624
|
+
*/
|
|
7589
7625
|
headline1: {
|
|
7590
7626
|
fontSize: number;
|
|
7591
7627
|
letterSpacing: number;
|
|
@@ -9057,12 +9093,12 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
|
|
|
9057
9093
|
};
|
|
9058
9094
|
};
|
|
9059
9095
|
};
|
|
9060
|
-
} & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
9096
|
+
} & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
9061
9097
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
9062
9098
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
9063
9099
|
export declare const ButtonOutline: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
9064
9100
|
export declare const ButtonSolid: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
9065
|
-
export declare const Card: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
9101
|
+
export declare const Card: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
9066
9102
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
9067
9103
|
title?: string | undefined;
|
|
9068
9104
|
subtitle?: string | undefined;
|
|
@@ -9100,6 +9136,12 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
9100
9136
|
};
|
|
9101
9137
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
9102
9138
|
typography: {
|
|
9139
|
+
/**
|
|
9140
|
+
* Components with Injected Dependencies
|
|
9141
|
+
*
|
|
9142
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
9143
|
+
* is snack / expo / react-native
|
|
9144
|
+
*/
|
|
9103
9145
|
headline1: {
|
|
9104
9146
|
fontSize: number;
|
|
9105
9147
|
letterSpacing: number;
|
|
@@ -10578,9 +10620,9 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
10578
10620
|
onPress?: (() => void) | undefined;
|
|
10579
10621
|
onPressIcon?: (() => void) | undefined;
|
|
10580
10622
|
children?: import("react").ReactNode;
|
|
10581
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
10623
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
10582
10624
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
10583
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
10625
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
10584
10626
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
10585
10627
|
title?: string | undefined;
|
|
10586
10628
|
subtitle?: string | undefined;
|
|
@@ -10618,6 +10660,12 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
10618
10660
|
};
|
|
10619
10661
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
10620
10662
|
typography: {
|
|
10663
|
+
/**
|
|
10664
|
+
* Components with Injected Dependencies
|
|
10665
|
+
*
|
|
10666
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
10667
|
+
* is snack / expo / react-native
|
|
10668
|
+
*/
|
|
10621
10669
|
headline1: {
|
|
10622
10670
|
fontSize: number;
|
|
10623
10671
|
letterSpacing: number;
|
|
@@ -12096,10 +12144,10 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
12096
12144
|
onPress?: (() => void) | undefined;
|
|
12097
12145
|
onPressIcon?: (() => void) | undefined;
|
|
12098
12146
|
children?: import("react").ReactNode;
|
|
12099
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
12147
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
12100
12148
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
12101
12149
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
12102
|
-
export declare const CardContainer: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
12150
|
+
export declare const CardContainer: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
12103
12151
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
12104
12152
|
title?: string | undefined;
|
|
12105
12153
|
leftDescription?: string | undefined;
|
|
@@ -12137,6 +12185,12 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
|
|
|
12137
12185
|
};
|
|
12138
12186
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
12139
12187
|
typography: {
|
|
12188
|
+
/**
|
|
12189
|
+
* Components with Injected Dependencies
|
|
12190
|
+
*
|
|
12191
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
12192
|
+
* is snack / expo / react-native
|
|
12193
|
+
*/
|
|
12140
12194
|
headline1: {
|
|
12141
12195
|
fontSize: number;
|
|
12142
12196
|
letterSpacing: number;
|
|
@@ -13610,9 +13664,9 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
|
|
|
13610
13664
|
};
|
|
13611
13665
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
13612
13666
|
onPress: () => void;
|
|
13613
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
13667
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
13614
13668
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
13615
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
13669
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
13616
13670
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
13617
13671
|
title?: string | undefined;
|
|
13618
13672
|
leftDescription?: string | undefined;
|
|
@@ -13650,6 +13704,12 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
|
|
|
13650
13704
|
};
|
|
13651
13705
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
13652
13706
|
typography: {
|
|
13707
|
+
/**
|
|
13708
|
+
* Components with Injected Dependencies
|
|
13709
|
+
*
|
|
13710
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
13711
|
+
* is snack / expo / react-native
|
|
13712
|
+
*/
|
|
13653
13713
|
headline1: {
|
|
13654
13714
|
fontSize: number;
|
|
13655
13715
|
letterSpacing: number;
|
|
@@ -15123,10 +15183,10 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
|
|
|
15123
15183
|
};
|
|
15124
15184
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
15125
15185
|
onPress: () => void;
|
|
15126
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
15186
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
15127
15187
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
15128
15188
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
15129
|
-
export declare const CardContainerRating: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
15189
|
+
export declare const CardContainerRating: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
15130
15190
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
15131
15191
|
title?: string | undefined;
|
|
15132
15192
|
leftDescription?: string | undefined;
|
|
@@ -15165,6 +15225,12 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
|
|
|
15165
15225
|
};
|
|
15166
15226
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
15167
15227
|
typography: {
|
|
15228
|
+
/**
|
|
15229
|
+
* Components with Injected Dependencies
|
|
15230
|
+
*
|
|
15231
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
15232
|
+
* is snack / expo / react-native
|
|
15233
|
+
*/
|
|
15168
15234
|
headline1: {
|
|
15169
15235
|
fontSize: number;
|
|
15170
15236
|
letterSpacing: number;
|
|
@@ -16638,9 +16704,9 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
|
|
|
16638
16704
|
};
|
|
16639
16705
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
16640
16706
|
onPress: () => void;
|
|
16641
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
16707
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
16642
16708
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
16643
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
16709
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
16644
16710
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
16645
16711
|
title?: string | undefined;
|
|
16646
16712
|
leftDescription?: string | undefined;
|
|
@@ -16679,6 +16745,12 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
|
|
|
16679
16745
|
};
|
|
16680
16746
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
16681
16747
|
typography: {
|
|
16748
|
+
/**
|
|
16749
|
+
* Components with Injected Dependencies
|
|
16750
|
+
*
|
|
16751
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
16752
|
+
* is snack / expo / react-native
|
|
16753
|
+
*/
|
|
16682
16754
|
headline1: {
|
|
16683
16755
|
fontSize: number;
|
|
16684
16756
|
letterSpacing: number;
|
|
@@ -18152,12 +18224,12 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
|
|
|
18152
18224
|
};
|
|
18153
18225
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
18154
18226
|
onPress: () => void;
|
|
18155
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
18227
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
18156
18228
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
18157
18229
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
18158
18230
|
export declare const Checkbox: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/components/Checkbox/Checkbox").CheckboxProps & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/components/Checkbox/Checkbox").CheckboxProps & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
18159
18231
|
export declare const CheckboxRow: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/components/Checkbox/CheckboxRow").CheckboxRowProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/components/Checkbox/CheckboxRow").CheckboxRowProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
18160
|
-
export declare const DatePicker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
18232
|
+
export declare const DatePicker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
18161
18233
|
style?: (import("react-native").StyleProp<import("react-native").ViewStyle> & {
|
|
18162
18234
|
height?: number | undefined;
|
|
18163
18235
|
}) | undefined;
|
|
@@ -18189,6 +18261,12 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
18189
18261
|
};
|
|
18190
18262
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
18191
18263
|
typography: {
|
|
18264
|
+
/**
|
|
18265
|
+
* Components with Injected Dependencies
|
|
18266
|
+
*
|
|
18267
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
18268
|
+
* is snack / expo / react-native
|
|
18269
|
+
*/
|
|
18192
18270
|
headline1: {
|
|
18193
18271
|
fontSize: number;
|
|
18194
18272
|
letterSpacing: number;
|
|
@@ -19672,9 +19750,9 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
19672
19750
|
leftIconName?: string | undefined;
|
|
19673
19751
|
leftIconMode?: "outset" | "inset" | undefined;
|
|
19674
19752
|
rightIconName?: string | undefined;
|
|
19675
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps
|
|
19753
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps>, "theme"> & {
|
|
19676
19754
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
19677
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
19755
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
19678
19756
|
style?: (import("react-native").StyleProp<import("react-native").ViewStyle> & {
|
|
19679
19757
|
height?: number | undefined;
|
|
19680
19758
|
}) | undefined;
|
|
@@ -19706,6 +19784,12 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
19706
19784
|
};
|
|
19707
19785
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
19708
19786
|
typography: {
|
|
19787
|
+
/**
|
|
19788
|
+
* Components with Injected Dependencies
|
|
19789
|
+
*
|
|
19790
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
19791
|
+
* is snack / expo / react-native
|
|
19792
|
+
*/
|
|
19709
19793
|
headline1: {
|
|
19710
19794
|
fontSize: number;
|
|
19711
19795
|
letterSpacing: number;
|
|
@@ -21189,10 +21273,10 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
21189
21273
|
leftIconName?: string | undefined;
|
|
21190
21274
|
leftIconMode?: "outset" | "inset" | undefined;
|
|
21191
21275
|
rightIconName?: string | undefined;
|
|
21192
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps
|
|
21276
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps>, "theme"> & {
|
|
21193
21277
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
21194
21278
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
21195
|
-
export declare const FAB: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
21279
|
+
export declare const FAB: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
21196
21280
|
disabled?: boolean | undefined;
|
|
21197
21281
|
loading?: boolean | undefined;
|
|
21198
21282
|
size?: number | undefined;
|
|
@@ -21228,6 +21312,12 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
21228
21312
|
};
|
|
21229
21313
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
21230
21314
|
typography: {
|
|
21315
|
+
/**
|
|
21316
|
+
* Components with Injected Dependencies
|
|
21317
|
+
*
|
|
21318
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
21319
|
+
* is snack / expo / react-native
|
|
21320
|
+
*/
|
|
21231
21321
|
headline1: {
|
|
21232
21322
|
fontSize: number;
|
|
21233
21323
|
letterSpacing: number;
|
|
@@ -22700,9 +22790,9 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
22700
22790
|
};
|
|
22701
22791
|
};
|
|
22702
22792
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
22703
|
-
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
22793
|
+
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
22704
22794
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
22705
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
22795
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
22706
22796
|
disabled?: boolean | undefined;
|
|
22707
22797
|
loading?: boolean | undefined;
|
|
22708
22798
|
size?: number | undefined;
|
|
@@ -22738,6 +22828,12 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
22738
22828
|
};
|
|
22739
22829
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
22740
22830
|
typography: {
|
|
22831
|
+
/**
|
|
22832
|
+
* Components with Injected Dependencies
|
|
22833
|
+
*
|
|
22834
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
22835
|
+
* is snack / expo / react-native
|
|
22836
|
+
*/
|
|
22741
22837
|
headline1: {
|
|
22742
22838
|
fontSize: number;
|
|
22743
22839
|
letterSpacing: number;
|
|
@@ -24209,3036 +24305,14 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
24209
24305
|
};
|
|
24210
24306
|
};
|
|
24211
24307
|
};
|
|
24212
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
24213
|
-
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
24214
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
24215
|
-
}, string | import("react").JSXElementConstructor<any>>;
|
|
24216
|
-
export declare const FieldSearchBarFull: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
24217
|
-
showIcon: boolean;
|
|
24218
|
-
icon?: string | undefined;
|
|
24219
|
-
placeholder?: string | undefined;
|
|
24220
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
24221
|
-
theme: {
|
|
24222
|
-
disabledOpacity: number;
|
|
24223
|
-
roundness: number;
|
|
24224
|
-
dark: boolean;
|
|
24225
|
-
mode: string;
|
|
24226
|
-
borderRadius: {
|
|
24227
|
-
global: number;
|
|
24228
|
-
button: number;
|
|
24229
|
-
};
|
|
24230
|
-
colors: {
|
|
24231
|
-
primary: string;
|
|
24232
|
-
secondary: string;
|
|
24233
|
-
surface: string;
|
|
24234
|
-
background: string;
|
|
24235
|
-
error: string;
|
|
24236
|
-
divider: string;
|
|
24237
|
-
strong: string;
|
|
24238
|
-
medium: string;
|
|
24239
|
-
strongInverse: string;
|
|
24240
|
-
mediumInverse: string;
|
|
24241
|
-
lightInverse: string;
|
|
24242
|
-
light: string;
|
|
24243
|
-
text: string;
|
|
24244
|
-
placeholder: string;
|
|
24245
|
-
disabled: string;
|
|
24246
|
-
};
|
|
24247
|
-
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
24248
|
-
typography: {
|
|
24249
|
-
headline1: {
|
|
24250
|
-
fontSize: number;
|
|
24251
|
-
letterSpacing: number;
|
|
24252
|
-
lineHeight: number;
|
|
24253
|
-
color?: import("react-native").ColorValue | undefined;
|
|
24254
|
-
fontFamily?: string | undefined;
|
|
24255
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
24256
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
24257
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
24258
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
24259
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
24260
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
24261
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
24262
|
-
textShadowOffset?: {
|
|
24263
|
-
width: number;
|
|
24264
|
-
height: number;
|
|
24265
|
-
} | undefined;
|
|
24266
|
-
textShadowRadius?: number | undefined;
|
|
24267
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
24268
|
-
testID?: string | undefined;
|
|
24269
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
24270
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
24271
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
24272
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
24273
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
24274
|
-
borderBottomEndRadius?: number | undefined;
|
|
24275
|
-
borderBottomLeftRadius?: number | undefined;
|
|
24276
|
-
borderBottomRightRadius?: number | undefined;
|
|
24277
|
-
borderBottomStartRadius?: number | undefined;
|
|
24278
|
-
borderBottomWidth?: number | undefined;
|
|
24279
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
24280
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
24281
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
24282
|
-
borderLeftWidth?: number | undefined;
|
|
24283
|
-
borderRadius?: number | undefined;
|
|
24284
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
24285
|
-
borderRightWidth?: number | undefined;
|
|
24286
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
24287
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
24288
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
24289
|
-
borderTopEndRadius?: number | undefined;
|
|
24290
|
-
borderTopLeftRadius?: number | undefined;
|
|
24291
|
-
borderTopRightRadius?: number | undefined;
|
|
24292
|
-
borderTopStartRadius?: number | undefined;
|
|
24293
|
-
borderTopWidth?: number | undefined;
|
|
24294
|
-
borderWidth?: number | undefined;
|
|
24295
|
-
opacity?: number | undefined;
|
|
24296
|
-
elevation?: number | undefined;
|
|
24297
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
24298
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
24299
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
24300
|
-
aspectRatio?: number | undefined;
|
|
24301
|
-
borderEndWidth?: string | number | undefined;
|
|
24302
|
-
borderStartWidth?: string | number | undefined;
|
|
24303
|
-
bottom?: string | number | undefined;
|
|
24304
|
-
display?: "none" | "flex" | undefined;
|
|
24305
|
-
end?: string | number | undefined;
|
|
24306
|
-
flex?: number | undefined;
|
|
24307
|
-
flexBasis?: string | number | undefined;
|
|
24308
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
24309
|
-
flexGrow?: number | undefined;
|
|
24310
|
-
flexShrink?: number | undefined;
|
|
24311
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24312
|
-
height?: string | number | undefined;
|
|
24313
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
24314
|
-
left?: string | number | undefined;
|
|
24315
|
-
margin?: string | number | undefined;
|
|
24316
|
-
marginBottom?: string | number | undefined;
|
|
24317
|
-
marginEnd?: string | number | undefined;
|
|
24318
|
-
marginHorizontal?: string | number | undefined;
|
|
24319
|
-
marginLeft?: string | number | undefined;
|
|
24320
|
-
marginRight?: string | number | undefined;
|
|
24321
|
-
marginStart?: string | number | undefined;
|
|
24322
|
-
marginTop?: string | number | undefined;
|
|
24323
|
-
marginVertical?: string | number | undefined;
|
|
24324
|
-
maxHeight?: string | number | undefined;
|
|
24325
|
-
maxWidth?: string | number | undefined;
|
|
24326
|
-
minHeight?: string | number | undefined;
|
|
24327
|
-
minWidth?: string | number | undefined;
|
|
24328
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
24329
|
-
padding?: string | number | undefined;
|
|
24330
|
-
paddingBottom?: string | number | undefined;
|
|
24331
|
-
paddingEnd?: string | number | undefined;
|
|
24332
|
-
paddingHorizontal?: string | number | undefined;
|
|
24333
|
-
paddingLeft?: string | number | undefined;
|
|
24334
|
-
paddingRight?: string | number | undefined;
|
|
24335
|
-
paddingStart?: string | number | undefined;
|
|
24336
|
-
paddingTop?: string | number | undefined;
|
|
24337
|
-
paddingVertical?: string | number | undefined;
|
|
24338
|
-
position?: "absolute" | "relative" | undefined;
|
|
24339
|
-
right?: string | number | undefined;
|
|
24340
|
-
start?: string | number | undefined;
|
|
24341
|
-
top?: string | number | undefined;
|
|
24342
|
-
width?: string | number | undefined;
|
|
24343
|
-
zIndex?: number | undefined;
|
|
24344
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
24345
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
24346
|
-
shadowOffset?: {
|
|
24347
|
-
width: number;
|
|
24348
|
-
height: number;
|
|
24349
|
-
} | undefined;
|
|
24350
|
-
shadowOpacity?: number | undefined;
|
|
24351
|
-
shadowRadius?: number | undefined;
|
|
24352
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
24353
|
-
transformMatrix?: number[] | undefined;
|
|
24354
|
-
rotation?: number | undefined;
|
|
24355
|
-
scaleX?: number | undefined;
|
|
24356
|
-
scaleY?: number | undefined;
|
|
24357
|
-
translateX?: number | undefined;
|
|
24358
|
-
translateY?: number | undefined;
|
|
24359
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
24360
|
-
includeFontPadding?: boolean | undefined;
|
|
24361
|
-
};
|
|
24362
|
-
headline2: {
|
|
24363
|
-
fontSize: number;
|
|
24364
|
-
letterSpacing: number;
|
|
24365
|
-
lineHeight: number;
|
|
24366
|
-
color?: import("react-native").ColorValue | undefined;
|
|
24367
|
-
fontFamily?: string | undefined;
|
|
24368
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
24369
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
24370
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
24371
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
24372
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
24373
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
24374
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
24375
|
-
textShadowOffset?: {
|
|
24376
|
-
width: number;
|
|
24377
|
-
height: number;
|
|
24378
|
-
} | undefined;
|
|
24379
|
-
textShadowRadius?: number | undefined;
|
|
24380
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
24381
|
-
testID?: string | undefined;
|
|
24382
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
24383
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
24384
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
24385
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
24386
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
24387
|
-
borderBottomEndRadius?: number | undefined;
|
|
24388
|
-
borderBottomLeftRadius?: number | undefined;
|
|
24389
|
-
borderBottomRightRadius?: number | undefined;
|
|
24390
|
-
borderBottomStartRadius?: number | undefined;
|
|
24391
|
-
borderBottomWidth?: number | undefined;
|
|
24392
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
24393
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
24394
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
24395
|
-
borderLeftWidth?: number | undefined;
|
|
24396
|
-
borderRadius?: number | undefined;
|
|
24397
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
24398
|
-
borderRightWidth?: number | undefined;
|
|
24399
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
24400
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
24401
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
24402
|
-
borderTopEndRadius?: number | undefined;
|
|
24403
|
-
borderTopLeftRadius?: number | undefined;
|
|
24404
|
-
borderTopRightRadius?: number | undefined;
|
|
24405
|
-
borderTopStartRadius?: number | undefined;
|
|
24406
|
-
borderTopWidth?: number | undefined;
|
|
24407
|
-
borderWidth?: number | undefined;
|
|
24408
|
-
opacity?: number | undefined;
|
|
24409
|
-
elevation?: number | undefined;
|
|
24410
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
24411
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
24412
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
24413
|
-
aspectRatio?: number | undefined;
|
|
24414
|
-
borderEndWidth?: string | number | undefined;
|
|
24415
|
-
borderStartWidth?: string | number | undefined;
|
|
24416
|
-
bottom?: string | number | undefined;
|
|
24417
|
-
display?: "none" | "flex" | undefined;
|
|
24418
|
-
end?: string | number | undefined;
|
|
24419
|
-
flex?: number | undefined;
|
|
24420
|
-
flexBasis?: string | number | undefined;
|
|
24421
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
24422
|
-
flexGrow?: number | undefined;
|
|
24423
|
-
flexShrink?: number | undefined;
|
|
24424
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24425
|
-
height?: string | number | undefined;
|
|
24426
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
24427
|
-
left?: string | number | undefined;
|
|
24428
|
-
margin?: string | number | undefined;
|
|
24429
|
-
marginBottom?: string | number | undefined;
|
|
24430
|
-
marginEnd?: string | number | undefined;
|
|
24431
|
-
marginHorizontal?: string | number | undefined;
|
|
24432
|
-
marginLeft?: string | number | undefined;
|
|
24433
|
-
marginRight?: string | number | undefined;
|
|
24434
|
-
marginStart?: string | number | undefined;
|
|
24435
|
-
marginTop?: string | number | undefined;
|
|
24436
|
-
marginVertical?: string | number | undefined;
|
|
24437
|
-
maxHeight?: string | number | undefined;
|
|
24438
|
-
maxWidth?: string | number | undefined;
|
|
24439
|
-
minHeight?: string | number | undefined;
|
|
24440
|
-
minWidth?: string | number | undefined;
|
|
24441
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
24442
|
-
padding?: string | number | undefined;
|
|
24443
|
-
paddingBottom?: string | number | undefined;
|
|
24444
|
-
paddingEnd?: string | number | undefined;
|
|
24445
|
-
paddingHorizontal?: string | number | undefined;
|
|
24446
|
-
paddingLeft?: string | number | undefined;
|
|
24447
|
-
paddingRight?: string | number | undefined;
|
|
24448
|
-
paddingStart?: string | number | undefined;
|
|
24449
|
-
paddingTop?: string | number | undefined;
|
|
24450
|
-
paddingVertical?: string | number | undefined;
|
|
24451
|
-
position?: "absolute" | "relative" | undefined;
|
|
24452
|
-
right?: string | number | undefined;
|
|
24453
|
-
start?: string | number | undefined;
|
|
24454
|
-
top?: string | number | undefined;
|
|
24455
|
-
width?: string | number | undefined;
|
|
24456
|
-
zIndex?: number | undefined;
|
|
24457
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
24458
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
24459
|
-
shadowOffset?: {
|
|
24460
|
-
width: number;
|
|
24461
|
-
height: number;
|
|
24462
|
-
} | undefined;
|
|
24463
|
-
shadowOpacity?: number | undefined;
|
|
24464
|
-
shadowRadius?: number | undefined;
|
|
24465
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
24466
|
-
transformMatrix?: number[] | undefined;
|
|
24467
|
-
rotation?: number | undefined;
|
|
24468
|
-
scaleX?: number | undefined;
|
|
24469
|
-
scaleY?: number | undefined;
|
|
24470
|
-
translateX?: number | undefined;
|
|
24471
|
-
translateY?: number | undefined;
|
|
24472
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
24473
|
-
includeFontPadding?: boolean | undefined;
|
|
24474
|
-
};
|
|
24475
|
-
headline3: {
|
|
24476
|
-
fontSize: number;
|
|
24477
|
-
letterSpacing: number;
|
|
24478
|
-
lineHeight: number;
|
|
24479
|
-
color?: import("react-native").ColorValue | undefined;
|
|
24480
|
-
fontFamily?: string | undefined;
|
|
24481
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
24482
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
24483
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
24484
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
24485
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
24486
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
24487
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
24488
|
-
textShadowOffset?: {
|
|
24489
|
-
width: number;
|
|
24490
|
-
height: number;
|
|
24491
|
-
} | undefined;
|
|
24492
|
-
textShadowRadius?: number | undefined;
|
|
24493
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
24494
|
-
testID?: string | undefined;
|
|
24495
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
24496
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
24497
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
24498
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
24499
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
24500
|
-
borderBottomEndRadius?: number | undefined;
|
|
24501
|
-
borderBottomLeftRadius?: number | undefined;
|
|
24502
|
-
borderBottomRightRadius?: number | undefined;
|
|
24503
|
-
borderBottomStartRadius?: number | undefined;
|
|
24504
|
-
borderBottomWidth?: number | undefined;
|
|
24505
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
24506
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
24507
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
24508
|
-
borderLeftWidth?: number | undefined;
|
|
24509
|
-
borderRadius?: number | undefined;
|
|
24510
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
24511
|
-
borderRightWidth?: number | undefined;
|
|
24512
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
24513
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
24514
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
24515
|
-
borderTopEndRadius?: number | undefined;
|
|
24516
|
-
borderTopLeftRadius?: number | undefined;
|
|
24517
|
-
borderTopRightRadius?: number | undefined;
|
|
24518
|
-
borderTopStartRadius?: number | undefined;
|
|
24519
|
-
borderTopWidth?: number | undefined;
|
|
24520
|
-
borderWidth?: number | undefined;
|
|
24521
|
-
opacity?: number | undefined;
|
|
24522
|
-
elevation?: number | undefined;
|
|
24523
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
24524
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
24525
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
24526
|
-
aspectRatio?: number | undefined;
|
|
24527
|
-
borderEndWidth?: string | number | undefined;
|
|
24528
|
-
borderStartWidth?: string | number | undefined;
|
|
24529
|
-
bottom?: string | number | undefined;
|
|
24530
|
-
display?: "none" | "flex" | undefined;
|
|
24531
|
-
end?: string | number | undefined;
|
|
24532
|
-
flex?: number | undefined;
|
|
24533
|
-
flexBasis?: string | number | undefined;
|
|
24534
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
24535
|
-
flexGrow?: number | undefined;
|
|
24536
|
-
flexShrink?: number | undefined;
|
|
24537
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24538
|
-
height?: string | number | undefined;
|
|
24539
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
24540
|
-
left?: string | number | undefined;
|
|
24541
|
-
margin?: string | number | undefined;
|
|
24542
|
-
marginBottom?: string | number | undefined;
|
|
24543
|
-
marginEnd?: string | number | undefined;
|
|
24544
|
-
marginHorizontal?: string | number | undefined;
|
|
24545
|
-
marginLeft?: string | number | undefined;
|
|
24546
|
-
marginRight?: string | number | undefined;
|
|
24547
|
-
marginStart?: string | number | undefined;
|
|
24548
|
-
marginTop?: string | number | undefined;
|
|
24549
|
-
marginVertical?: string | number | undefined;
|
|
24550
|
-
maxHeight?: string | number | undefined;
|
|
24551
|
-
maxWidth?: string | number | undefined;
|
|
24552
|
-
minHeight?: string | number | undefined;
|
|
24553
|
-
minWidth?: string | number | undefined;
|
|
24554
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
24555
|
-
padding?: string | number | undefined;
|
|
24556
|
-
paddingBottom?: string | number | undefined;
|
|
24557
|
-
paddingEnd?: string | number | undefined;
|
|
24558
|
-
paddingHorizontal?: string | number | undefined;
|
|
24559
|
-
paddingLeft?: string | number | undefined;
|
|
24560
|
-
paddingRight?: string | number | undefined;
|
|
24561
|
-
paddingStart?: string | number | undefined;
|
|
24562
|
-
paddingTop?: string | number | undefined;
|
|
24563
|
-
paddingVertical?: string | number | undefined;
|
|
24564
|
-
position?: "absolute" | "relative" | undefined;
|
|
24565
|
-
right?: string | number | undefined;
|
|
24566
|
-
start?: string | number | undefined;
|
|
24567
|
-
top?: string | number | undefined;
|
|
24568
|
-
width?: string | number | undefined;
|
|
24569
|
-
zIndex?: number | undefined;
|
|
24570
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
24571
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
24572
|
-
shadowOffset?: {
|
|
24573
|
-
width: number;
|
|
24574
|
-
height: number;
|
|
24575
|
-
} | undefined;
|
|
24576
|
-
shadowOpacity?: number | undefined;
|
|
24577
|
-
shadowRadius?: number | undefined;
|
|
24578
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
24579
|
-
transformMatrix?: number[] | undefined;
|
|
24580
|
-
rotation?: number | undefined;
|
|
24581
|
-
scaleX?: number | undefined;
|
|
24582
|
-
scaleY?: number | undefined;
|
|
24583
|
-
translateX?: number | undefined;
|
|
24584
|
-
translateY?: number | undefined;
|
|
24585
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
24586
|
-
includeFontPadding?: boolean | undefined;
|
|
24587
|
-
};
|
|
24588
|
-
headline4: {
|
|
24589
|
-
fontSize: number;
|
|
24590
|
-
letterSpacing: number;
|
|
24591
|
-
lineHeight: number;
|
|
24592
|
-
color?: import("react-native").ColorValue | undefined;
|
|
24593
|
-
fontFamily?: string | undefined;
|
|
24594
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
24595
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
24596
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
24597
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
24598
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
24599
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
24600
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
24601
|
-
textShadowOffset?: {
|
|
24602
|
-
width: number;
|
|
24603
|
-
height: number;
|
|
24604
|
-
} | undefined;
|
|
24605
|
-
textShadowRadius?: number | undefined;
|
|
24606
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
24607
|
-
testID?: string | undefined;
|
|
24608
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
24609
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
24610
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
24611
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
24612
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
24613
|
-
borderBottomEndRadius?: number | undefined;
|
|
24614
|
-
borderBottomLeftRadius?: number | undefined;
|
|
24615
|
-
borderBottomRightRadius?: number | undefined;
|
|
24616
|
-
borderBottomStartRadius?: number | undefined;
|
|
24617
|
-
borderBottomWidth?: number | undefined;
|
|
24618
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
24619
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
24620
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
24621
|
-
borderLeftWidth?: number | undefined;
|
|
24622
|
-
borderRadius?: number | undefined;
|
|
24623
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
24624
|
-
borderRightWidth?: number | undefined;
|
|
24625
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
24626
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
24627
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
24628
|
-
borderTopEndRadius?: number | undefined;
|
|
24629
|
-
borderTopLeftRadius?: number | undefined;
|
|
24630
|
-
borderTopRightRadius?: number | undefined;
|
|
24631
|
-
borderTopStartRadius?: number | undefined;
|
|
24632
|
-
borderTopWidth?: number | undefined;
|
|
24633
|
-
borderWidth?: number | undefined;
|
|
24634
|
-
opacity?: number | undefined;
|
|
24635
|
-
elevation?: number | undefined;
|
|
24636
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
24637
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
24638
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
24639
|
-
aspectRatio?: number | undefined;
|
|
24640
|
-
borderEndWidth?: string | number | undefined;
|
|
24641
|
-
borderStartWidth?: string | number | undefined;
|
|
24642
|
-
bottom?: string | number | undefined;
|
|
24643
|
-
display?: "none" | "flex" | undefined;
|
|
24644
|
-
end?: string | number | undefined;
|
|
24645
|
-
flex?: number | undefined;
|
|
24646
|
-
flexBasis?: string | number | undefined;
|
|
24647
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
24648
|
-
flexGrow?: number | undefined;
|
|
24649
|
-
flexShrink?: number | undefined;
|
|
24650
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24651
|
-
height?: string | number | undefined;
|
|
24652
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
24653
|
-
left?: string | number | undefined;
|
|
24654
|
-
margin?: string | number | undefined;
|
|
24655
|
-
marginBottom?: string | number | undefined;
|
|
24656
|
-
marginEnd?: string | number | undefined;
|
|
24657
|
-
marginHorizontal?: string | number | undefined;
|
|
24658
|
-
marginLeft?: string | number | undefined;
|
|
24659
|
-
marginRight?: string | number | undefined;
|
|
24660
|
-
marginStart?: string | number | undefined;
|
|
24661
|
-
marginTop?: string | number | undefined;
|
|
24662
|
-
marginVertical?: string | number | undefined;
|
|
24663
|
-
maxHeight?: string | number | undefined;
|
|
24664
|
-
maxWidth?: string | number | undefined;
|
|
24665
|
-
minHeight?: string | number | undefined;
|
|
24666
|
-
minWidth?: string | number | undefined;
|
|
24667
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
24668
|
-
padding?: string | number | undefined;
|
|
24669
|
-
paddingBottom?: string | number | undefined;
|
|
24670
|
-
paddingEnd?: string | number | undefined;
|
|
24671
|
-
paddingHorizontal?: string | number | undefined;
|
|
24672
|
-
paddingLeft?: string | number | undefined;
|
|
24673
|
-
paddingRight?: string | number | undefined;
|
|
24674
|
-
paddingStart?: string | number | undefined;
|
|
24675
|
-
paddingTop?: string | number | undefined;
|
|
24676
|
-
paddingVertical?: string | number | undefined;
|
|
24677
|
-
position?: "absolute" | "relative" | undefined;
|
|
24678
|
-
right?: string | number | undefined;
|
|
24679
|
-
start?: string | number | undefined;
|
|
24680
|
-
top?: string | number | undefined;
|
|
24681
|
-
width?: string | number | undefined;
|
|
24682
|
-
zIndex?: number | undefined;
|
|
24683
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
24684
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
24685
|
-
shadowOffset?: {
|
|
24686
|
-
width: number;
|
|
24687
|
-
height: number;
|
|
24688
|
-
} | undefined;
|
|
24689
|
-
shadowOpacity?: number | undefined;
|
|
24690
|
-
shadowRadius?: number | undefined;
|
|
24691
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
24692
|
-
transformMatrix?: number[] | undefined;
|
|
24693
|
-
rotation?: number | undefined;
|
|
24694
|
-
scaleX?: number | undefined;
|
|
24695
|
-
scaleY?: number | undefined;
|
|
24696
|
-
translateX?: number | undefined;
|
|
24697
|
-
translateY?: number | undefined;
|
|
24698
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
24699
|
-
includeFontPadding?: boolean | undefined;
|
|
24700
|
-
};
|
|
24701
|
-
headline5: {
|
|
24702
|
-
fontSize: number;
|
|
24703
|
-
letterSpacing: number;
|
|
24704
|
-
lineHeight: number;
|
|
24705
|
-
color?: import("react-native").ColorValue | undefined;
|
|
24706
|
-
fontFamily?: string | undefined;
|
|
24707
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
24708
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
24709
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
24710
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
24711
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
24712
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
24713
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
24714
|
-
textShadowOffset?: {
|
|
24715
|
-
width: number;
|
|
24716
|
-
height: number;
|
|
24717
|
-
} | undefined;
|
|
24718
|
-
textShadowRadius?: number | undefined;
|
|
24719
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
24720
|
-
testID?: string | undefined;
|
|
24721
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
24722
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
24723
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
24724
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
24725
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
24726
|
-
borderBottomEndRadius?: number | undefined;
|
|
24727
|
-
borderBottomLeftRadius?: number | undefined;
|
|
24728
|
-
borderBottomRightRadius?: number | undefined;
|
|
24729
|
-
borderBottomStartRadius?: number | undefined;
|
|
24730
|
-
borderBottomWidth?: number | undefined;
|
|
24731
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
24732
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
24733
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
24734
|
-
borderLeftWidth?: number | undefined;
|
|
24735
|
-
borderRadius?: number | undefined;
|
|
24736
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
24737
|
-
borderRightWidth?: number | undefined;
|
|
24738
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
24739
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
24740
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
24741
|
-
borderTopEndRadius?: number | undefined;
|
|
24742
|
-
borderTopLeftRadius?: number | undefined;
|
|
24743
|
-
borderTopRightRadius?: number | undefined;
|
|
24744
|
-
borderTopStartRadius?: number | undefined;
|
|
24745
|
-
borderTopWidth?: number | undefined;
|
|
24746
|
-
borderWidth?: number | undefined;
|
|
24747
|
-
opacity?: number | undefined;
|
|
24748
|
-
elevation?: number | undefined;
|
|
24749
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
24750
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
24751
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
24752
|
-
aspectRatio?: number | undefined;
|
|
24753
|
-
borderEndWidth?: string | number | undefined;
|
|
24754
|
-
borderStartWidth?: string | number | undefined;
|
|
24755
|
-
bottom?: string | number | undefined;
|
|
24756
|
-
display?: "none" | "flex" | undefined;
|
|
24757
|
-
end?: string | number | undefined;
|
|
24758
|
-
flex?: number | undefined;
|
|
24759
|
-
flexBasis?: string | number | undefined;
|
|
24760
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
24761
|
-
flexGrow?: number | undefined;
|
|
24762
|
-
flexShrink?: number | undefined;
|
|
24763
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24764
|
-
height?: string | number | undefined;
|
|
24765
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
24766
|
-
left?: string | number | undefined;
|
|
24767
|
-
margin?: string | number | undefined;
|
|
24768
|
-
marginBottom?: string | number | undefined;
|
|
24769
|
-
marginEnd?: string | number | undefined;
|
|
24770
|
-
marginHorizontal?: string | number | undefined;
|
|
24771
|
-
marginLeft?: string | number | undefined;
|
|
24772
|
-
marginRight?: string | number | undefined;
|
|
24773
|
-
marginStart?: string | number | undefined;
|
|
24774
|
-
marginTop?: string | number | undefined;
|
|
24775
|
-
marginVertical?: string | number | undefined;
|
|
24776
|
-
maxHeight?: string | number | undefined;
|
|
24777
|
-
maxWidth?: string | number | undefined;
|
|
24778
|
-
minHeight?: string | number | undefined;
|
|
24779
|
-
minWidth?: string | number | undefined;
|
|
24780
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
24781
|
-
padding?: string | number | undefined;
|
|
24782
|
-
paddingBottom?: string | number | undefined;
|
|
24783
|
-
paddingEnd?: string | number | undefined;
|
|
24784
|
-
paddingHorizontal?: string | number | undefined;
|
|
24785
|
-
paddingLeft?: string | number | undefined;
|
|
24786
|
-
paddingRight?: string | number | undefined;
|
|
24787
|
-
paddingStart?: string | number | undefined;
|
|
24788
|
-
paddingTop?: string | number | undefined;
|
|
24789
|
-
paddingVertical?: string | number | undefined;
|
|
24790
|
-
position?: "absolute" | "relative" | undefined;
|
|
24791
|
-
right?: string | number | undefined;
|
|
24792
|
-
start?: string | number | undefined;
|
|
24793
|
-
top?: string | number | undefined;
|
|
24794
|
-
width?: string | number | undefined;
|
|
24795
|
-
zIndex?: number | undefined;
|
|
24796
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
24797
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
24798
|
-
shadowOffset?: {
|
|
24799
|
-
width: number;
|
|
24800
|
-
height: number;
|
|
24801
|
-
} | undefined;
|
|
24802
|
-
shadowOpacity?: number | undefined;
|
|
24803
|
-
shadowRadius?: number | undefined;
|
|
24804
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
24805
|
-
transformMatrix?: number[] | undefined;
|
|
24806
|
-
rotation?: number | undefined;
|
|
24807
|
-
scaleX?: number | undefined;
|
|
24808
|
-
scaleY?: number | undefined;
|
|
24809
|
-
translateX?: number | undefined;
|
|
24810
|
-
translateY?: number | undefined;
|
|
24811
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
24812
|
-
includeFontPadding?: boolean | undefined;
|
|
24813
|
-
};
|
|
24814
|
-
subtitle1: {
|
|
24815
|
-
fontSize: number;
|
|
24816
|
-
letterSpacing: number;
|
|
24817
|
-
lineHeight: number;
|
|
24818
|
-
color?: import("react-native").ColorValue | undefined;
|
|
24819
|
-
fontFamily?: string | undefined;
|
|
24820
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
24821
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
24822
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
24823
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
24824
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
24825
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
24826
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
24827
|
-
textShadowOffset?: {
|
|
24828
|
-
width: number;
|
|
24829
|
-
height: number;
|
|
24830
|
-
} | undefined;
|
|
24831
|
-
textShadowRadius?: number | undefined;
|
|
24832
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
24833
|
-
testID?: string | undefined;
|
|
24834
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
24835
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
24836
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
24837
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
24838
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
24839
|
-
borderBottomEndRadius?: number | undefined;
|
|
24840
|
-
borderBottomLeftRadius?: number | undefined;
|
|
24841
|
-
borderBottomRightRadius?: number | undefined;
|
|
24842
|
-
borderBottomStartRadius?: number | undefined;
|
|
24843
|
-
borderBottomWidth?: number | undefined;
|
|
24844
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
24845
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
24846
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
24847
|
-
borderLeftWidth?: number | undefined;
|
|
24848
|
-
borderRadius?: number | undefined;
|
|
24849
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
24850
|
-
borderRightWidth?: number | undefined;
|
|
24851
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
24852
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
24853
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
24854
|
-
borderTopEndRadius?: number | undefined;
|
|
24855
|
-
borderTopLeftRadius?: number | undefined;
|
|
24856
|
-
borderTopRightRadius?: number | undefined;
|
|
24857
|
-
borderTopStartRadius?: number | undefined;
|
|
24858
|
-
borderTopWidth?: number | undefined;
|
|
24859
|
-
borderWidth?: number | undefined;
|
|
24860
|
-
opacity?: number | undefined;
|
|
24861
|
-
elevation?: number | undefined;
|
|
24862
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
24863
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
24864
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
24865
|
-
aspectRatio?: number | undefined;
|
|
24866
|
-
borderEndWidth?: string | number | undefined;
|
|
24867
|
-
borderStartWidth?: string | number | undefined;
|
|
24868
|
-
bottom?: string | number | undefined;
|
|
24869
|
-
display?: "none" | "flex" | undefined;
|
|
24870
|
-
end?: string | number | undefined;
|
|
24871
|
-
flex?: number | undefined;
|
|
24872
|
-
flexBasis?: string | number | undefined;
|
|
24873
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
24874
|
-
flexGrow?: number | undefined;
|
|
24875
|
-
flexShrink?: number | undefined;
|
|
24876
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24877
|
-
height?: string | number | undefined;
|
|
24878
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
24879
|
-
left?: string | number | undefined;
|
|
24880
|
-
margin?: string | number | undefined;
|
|
24881
|
-
marginBottom?: string | number | undefined;
|
|
24882
|
-
marginEnd?: string | number | undefined;
|
|
24883
|
-
marginHorizontal?: string | number | undefined;
|
|
24884
|
-
marginLeft?: string | number | undefined;
|
|
24885
|
-
marginRight?: string | number | undefined;
|
|
24886
|
-
marginStart?: string | number | undefined;
|
|
24887
|
-
marginTop?: string | number | undefined;
|
|
24888
|
-
marginVertical?: string | number | undefined;
|
|
24889
|
-
maxHeight?: string | number | undefined;
|
|
24890
|
-
maxWidth?: string | number | undefined;
|
|
24891
|
-
minHeight?: string | number | undefined;
|
|
24892
|
-
minWidth?: string | number | undefined;
|
|
24893
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
24894
|
-
padding?: string | number | undefined;
|
|
24895
|
-
paddingBottom?: string | number | undefined;
|
|
24896
|
-
paddingEnd?: string | number | undefined;
|
|
24897
|
-
paddingHorizontal?: string | number | undefined;
|
|
24898
|
-
paddingLeft?: string | number | undefined;
|
|
24899
|
-
paddingRight?: string | number | undefined;
|
|
24900
|
-
paddingStart?: string | number | undefined;
|
|
24901
|
-
paddingTop?: string | number | undefined;
|
|
24902
|
-
paddingVertical?: string | number | undefined;
|
|
24903
|
-
position?: "absolute" | "relative" | undefined;
|
|
24904
|
-
right?: string | number | undefined;
|
|
24905
|
-
start?: string | number | undefined;
|
|
24906
|
-
top?: string | number | undefined;
|
|
24907
|
-
width?: string | number | undefined;
|
|
24908
|
-
zIndex?: number | undefined;
|
|
24909
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
24910
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
24911
|
-
shadowOffset?: {
|
|
24912
|
-
width: number;
|
|
24913
|
-
height: number;
|
|
24914
|
-
} | undefined;
|
|
24915
|
-
shadowOpacity?: number | undefined;
|
|
24916
|
-
shadowRadius?: number | undefined;
|
|
24917
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
24918
|
-
transformMatrix?: number[] | undefined;
|
|
24919
|
-
rotation?: number | undefined;
|
|
24920
|
-
scaleX?: number | undefined;
|
|
24921
|
-
scaleY?: number | undefined;
|
|
24922
|
-
translateX?: number | undefined;
|
|
24923
|
-
translateY?: number | undefined;
|
|
24924
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
24925
|
-
includeFontPadding?: boolean | undefined;
|
|
24926
|
-
};
|
|
24927
|
-
subtitle2: {
|
|
24928
|
-
fontSize: number;
|
|
24929
|
-
letterSpacing: number;
|
|
24930
|
-
lineHeight: number;
|
|
24931
|
-
color?: import("react-native").ColorValue | undefined;
|
|
24932
|
-
fontFamily?: string | undefined;
|
|
24933
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
24934
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
24935
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
24936
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
24937
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
24938
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
24939
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
24940
|
-
textShadowOffset?: {
|
|
24941
|
-
width: number;
|
|
24942
|
-
height: number;
|
|
24943
|
-
} | undefined;
|
|
24944
|
-
textShadowRadius?: number | undefined;
|
|
24945
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
24946
|
-
testID?: string | undefined;
|
|
24947
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
24948
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
24949
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
24950
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
24951
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
24952
|
-
borderBottomEndRadius?: number | undefined;
|
|
24953
|
-
borderBottomLeftRadius?: number | undefined;
|
|
24954
|
-
borderBottomRightRadius?: number | undefined;
|
|
24955
|
-
borderBottomStartRadius?: number | undefined;
|
|
24956
|
-
borderBottomWidth?: number | undefined;
|
|
24957
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
24958
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
24959
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
24960
|
-
borderLeftWidth?: number | undefined;
|
|
24961
|
-
borderRadius?: number | undefined;
|
|
24962
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
24963
|
-
borderRightWidth?: number | undefined;
|
|
24964
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
24965
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
24966
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
24967
|
-
borderTopEndRadius?: number | undefined;
|
|
24968
|
-
borderTopLeftRadius?: number | undefined;
|
|
24969
|
-
borderTopRightRadius?: number | undefined;
|
|
24970
|
-
borderTopStartRadius?: number | undefined;
|
|
24971
|
-
borderTopWidth?: number | undefined;
|
|
24972
|
-
borderWidth?: number | undefined;
|
|
24973
|
-
opacity?: number | undefined;
|
|
24974
|
-
elevation?: number | undefined;
|
|
24975
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
24976
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
24977
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
24978
|
-
aspectRatio?: number | undefined;
|
|
24979
|
-
borderEndWidth?: string | number | undefined;
|
|
24980
|
-
borderStartWidth?: string | number | undefined;
|
|
24981
|
-
bottom?: string | number | undefined;
|
|
24982
|
-
display?: "none" | "flex" | undefined;
|
|
24983
|
-
end?: string | number | undefined;
|
|
24984
|
-
flex?: number | undefined;
|
|
24985
|
-
flexBasis?: string | number | undefined;
|
|
24986
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
24987
|
-
flexGrow?: number | undefined;
|
|
24988
|
-
flexShrink?: number | undefined;
|
|
24989
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
24990
|
-
height?: string | number | undefined;
|
|
24991
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
24992
|
-
left?: string | number | undefined;
|
|
24993
|
-
margin?: string | number | undefined;
|
|
24994
|
-
marginBottom?: string | number | undefined;
|
|
24995
|
-
marginEnd?: string | number | undefined;
|
|
24996
|
-
marginHorizontal?: string | number | undefined;
|
|
24997
|
-
marginLeft?: string | number | undefined;
|
|
24998
|
-
marginRight?: string | number | undefined;
|
|
24999
|
-
marginStart?: string | number | undefined;
|
|
25000
|
-
marginTop?: string | number | undefined;
|
|
25001
|
-
marginVertical?: string | number | undefined;
|
|
25002
|
-
maxHeight?: string | number | undefined;
|
|
25003
|
-
maxWidth?: string | number | undefined;
|
|
25004
|
-
minHeight?: string | number | undefined;
|
|
25005
|
-
minWidth?: string | number | undefined;
|
|
25006
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25007
|
-
padding?: string | number | undefined;
|
|
25008
|
-
paddingBottom?: string | number | undefined;
|
|
25009
|
-
paddingEnd?: string | number | undefined;
|
|
25010
|
-
paddingHorizontal?: string | number | undefined;
|
|
25011
|
-
paddingLeft?: string | number | undefined;
|
|
25012
|
-
paddingRight?: string | number | undefined;
|
|
25013
|
-
paddingStart?: string | number | undefined;
|
|
25014
|
-
paddingTop?: string | number | undefined;
|
|
25015
|
-
paddingVertical?: string | number | undefined;
|
|
25016
|
-
position?: "absolute" | "relative" | undefined;
|
|
25017
|
-
right?: string | number | undefined;
|
|
25018
|
-
start?: string | number | undefined;
|
|
25019
|
-
top?: string | number | undefined;
|
|
25020
|
-
width?: string | number | undefined;
|
|
25021
|
-
zIndex?: number | undefined;
|
|
25022
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25023
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25024
|
-
shadowOffset?: {
|
|
25025
|
-
width: number;
|
|
25026
|
-
height: number;
|
|
25027
|
-
} | undefined;
|
|
25028
|
-
shadowOpacity?: number | undefined;
|
|
25029
|
-
shadowRadius?: number | undefined;
|
|
25030
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25031
|
-
transformMatrix?: number[] | undefined;
|
|
25032
|
-
rotation?: number | undefined;
|
|
25033
|
-
scaleX?: number | undefined;
|
|
25034
|
-
scaleY?: number | undefined;
|
|
25035
|
-
translateX?: number | undefined;
|
|
25036
|
-
translateY?: number | undefined;
|
|
25037
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25038
|
-
includeFontPadding?: boolean | undefined;
|
|
25039
|
-
};
|
|
25040
|
-
body1: {
|
|
25041
|
-
fontSize: number;
|
|
25042
|
-
letterSpacing: number;
|
|
25043
|
-
lineHeight: number;
|
|
25044
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25045
|
-
fontFamily?: string | undefined;
|
|
25046
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25047
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25048
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25049
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25050
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25051
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25052
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25053
|
-
textShadowOffset?: {
|
|
25054
|
-
width: number;
|
|
25055
|
-
height: number;
|
|
25056
|
-
} | undefined;
|
|
25057
|
-
textShadowRadius?: number | undefined;
|
|
25058
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
25059
|
-
testID?: string | undefined;
|
|
25060
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
25061
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
25062
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
25063
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
25064
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
25065
|
-
borderBottomEndRadius?: number | undefined;
|
|
25066
|
-
borderBottomLeftRadius?: number | undefined;
|
|
25067
|
-
borderBottomRightRadius?: number | undefined;
|
|
25068
|
-
borderBottomStartRadius?: number | undefined;
|
|
25069
|
-
borderBottomWidth?: number | undefined;
|
|
25070
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
25071
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25072
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
25073
|
-
borderLeftWidth?: number | undefined;
|
|
25074
|
-
borderRadius?: number | undefined;
|
|
25075
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
25076
|
-
borderRightWidth?: number | undefined;
|
|
25077
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
25078
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
25079
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
25080
|
-
borderTopEndRadius?: number | undefined;
|
|
25081
|
-
borderTopLeftRadius?: number | undefined;
|
|
25082
|
-
borderTopRightRadius?: number | undefined;
|
|
25083
|
-
borderTopStartRadius?: number | undefined;
|
|
25084
|
-
borderTopWidth?: number | undefined;
|
|
25085
|
-
borderWidth?: number | undefined;
|
|
25086
|
-
opacity?: number | undefined;
|
|
25087
|
-
elevation?: number | undefined;
|
|
25088
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
25089
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
25090
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
25091
|
-
aspectRatio?: number | undefined;
|
|
25092
|
-
borderEndWidth?: string | number | undefined;
|
|
25093
|
-
borderStartWidth?: string | number | undefined;
|
|
25094
|
-
bottom?: string | number | undefined;
|
|
25095
|
-
display?: "none" | "flex" | undefined;
|
|
25096
|
-
end?: string | number | undefined;
|
|
25097
|
-
flex?: number | undefined;
|
|
25098
|
-
flexBasis?: string | number | undefined;
|
|
25099
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
25100
|
-
flexGrow?: number | undefined;
|
|
25101
|
-
flexShrink?: number | undefined;
|
|
25102
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25103
|
-
height?: string | number | undefined;
|
|
25104
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25105
|
-
left?: string | number | undefined;
|
|
25106
|
-
margin?: string | number | undefined;
|
|
25107
|
-
marginBottom?: string | number | undefined;
|
|
25108
|
-
marginEnd?: string | number | undefined;
|
|
25109
|
-
marginHorizontal?: string | number | undefined;
|
|
25110
|
-
marginLeft?: string | number | undefined;
|
|
25111
|
-
marginRight?: string | number | undefined;
|
|
25112
|
-
marginStart?: string | number | undefined;
|
|
25113
|
-
marginTop?: string | number | undefined;
|
|
25114
|
-
marginVertical?: string | number | undefined;
|
|
25115
|
-
maxHeight?: string | number | undefined;
|
|
25116
|
-
maxWidth?: string | number | undefined;
|
|
25117
|
-
minHeight?: string | number | undefined;
|
|
25118
|
-
minWidth?: string | number | undefined;
|
|
25119
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25120
|
-
padding?: string | number | undefined;
|
|
25121
|
-
paddingBottom?: string | number | undefined;
|
|
25122
|
-
paddingEnd?: string | number | undefined;
|
|
25123
|
-
paddingHorizontal?: string | number | undefined;
|
|
25124
|
-
paddingLeft?: string | number | undefined;
|
|
25125
|
-
paddingRight?: string | number | undefined;
|
|
25126
|
-
paddingStart?: string | number | undefined;
|
|
25127
|
-
paddingTop?: string | number | undefined;
|
|
25128
|
-
paddingVertical?: string | number | undefined;
|
|
25129
|
-
position?: "absolute" | "relative" | undefined;
|
|
25130
|
-
right?: string | number | undefined;
|
|
25131
|
-
start?: string | number | undefined;
|
|
25132
|
-
top?: string | number | undefined;
|
|
25133
|
-
width?: string | number | undefined;
|
|
25134
|
-
zIndex?: number | undefined;
|
|
25135
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25136
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25137
|
-
shadowOffset?: {
|
|
25138
|
-
width: number;
|
|
25139
|
-
height: number;
|
|
25140
|
-
} | undefined;
|
|
25141
|
-
shadowOpacity?: number | undefined;
|
|
25142
|
-
shadowRadius?: number | undefined;
|
|
25143
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25144
|
-
transformMatrix?: number[] | undefined;
|
|
25145
|
-
rotation?: number | undefined;
|
|
25146
|
-
scaleX?: number | undefined;
|
|
25147
|
-
scaleY?: number | undefined;
|
|
25148
|
-
translateX?: number | undefined;
|
|
25149
|
-
translateY?: number | undefined;
|
|
25150
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25151
|
-
includeFontPadding?: boolean | undefined;
|
|
25152
|
-
};
|
|
25153
|
-
body2: {
|
|
25154
|
-
fontSize: number;
|
|
25155
|
-
letterSpacing: number;
|
|
25156
|
-
lineHeight: number;
|
|
25157
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25158
|
-
fontFamily?: string | undefined;
|
|
25159
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25160
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25161
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25162
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25163
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25164
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25165
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25166
|
-
textShadowOffset?: {
|
|
25167
|
-
width: number;
|
|
25168
|
-
height: number;
|
|
25169
|
-
} | undefined;
|
|
25170
|
-
textShadowRadius?: number | undefined;
|
|
25171
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
25172
|
-
testID?: string | undefined;
|
|
25173
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
25174
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
25175
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
25176
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
25177
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
25178
|
-
borderBottomEndRadius?: number | undefined;
|
|
25179
|
-
borderBottomLeftRadius?: number | undefined;
|
|
25180
|
-
borderBottomRightRadius?: number | undefined;
|
|
25181
|
-
borderBottomStartRadius?: number | undefined;
|
|
25182
|
-
borderBottomWidth?: number | undefined;
|
|
25183
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
25184
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25185
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
25186
|
-
borderLeftWidth?: number | undefined;
|
|
25187
|
-
borderRadius?: number | undefined;
|
|
25188
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
25189
|
-
borderRightWidth?: number | undefined;
|
|
25190
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
25191
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
25192
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
25193
|
-
borderTopEndRadius?: number | undefined;
|
|
25194
|
-
borderTopLeftRadius?: number | undefined;
|
|
25195
|
-
borderTopRightRadius?: number | undefined;
|
|
25196
|
-
borderTopStartRadius?: number | undefined;
|
|
25197
|
-
borderTopWidth?: number | undefined;
|
|
25198
|
-
borderWidth?: number | undefined;
|
|
25199
|
-
opacity?: number | undefined;
|
|
25200
|
-
elevation?: number | undefined;
|
|
25201
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
25202
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
25203
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
25204
|
-
aspectRatio?: number | undefined;
|
|
25205
|
-
borderEndWidth?: string | number | undefined;
|
|
25206
|
-
borderStartWidth?: string | number | undefined;
|
|
25207
|
-
bottom?: string | number | undefined;
|
|
25208
|
-
display?: "none" | "flex" | undefined;
|
|
25209
|
-
end?: string | number | undefined;
|
|
25210
|
-
flex?: number | undefined;
|
|
25211
|
-
flexBasis?: string | number | undefined;
|
|
25212
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
25213
|
-
flexGrow?: number | undefined;
|
|
25214
|
-
flexShrink?: number | undefined;
|
|
25215
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25216
|
-
height?: string | number | undefined;
|
|
25217
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25218
|
-
left?: string | number | undefined;
|
|
25219
|
-
margin?: string | number | undefined;
|
|
25220
|
-
marginBottom?: string | number | undefined;
|
|
25221
|
-
marginEnd?: string | number | undefined;
|
|
25222
|
-
marginHorizontal?: string | number | undefined;
|
|
25223
|
-
marginLeft?: string | number | undefined;
|
|
25224
|
-
marginRight?: string | number | undefined;
|
|
25225
|
-
marginStart?: string | number | undefined;
|
|
25226
|
-
marginTop?: string | number | undefined;
|
|
25227
|
-
marginVertical?: string | number | undefined;
|
|
25228
|
-
maxHeight?: string | number | undefined;
|
|
25229
|
-
maxWidth?: string | number | undefined;
|
|
25230
|
-
minHeight?: string | number | undefined;
|
|
25231
|
-
minWidth?: string | number | undefined;
|
|
25232
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25233
|
-
padding?: string | number | undefined;
|
|
25234
|
-
paddingBottom?: string | number | undefined;
|
|
25235
|
-
paddingEnd?: string | number | undefined;
|
|
25236
|
-
paddingHorizontal?: string | number | undefined;
|
|
25237
|
-
paddingLeft?: string | number | undefined;
|
|
25238
|
-
paddingRight?: string | number | undefined;
|
|
25239
|
-
paddingStart?: string | number | undefined;
|
|
25240
|
-
paddingTop?: string | number | undefined;
|
|
25241
|
-
paddingVertical?: string | number | undefined;
|
|
25242
|
-
position?: "absolute" | "relative" | undefined;
|
|
25243
|
-
right?: string | number | undefined;
|
|
25244
|
-
start?: string | number | undefined;
|
|
25245
|
-
top?: string | number | undefined;
|
|
25246
|
-
width?: string | number | undefined;
|
|
25247
|
-
zIndex?: number | undefined;
|
|
25248
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25249
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25250
|
-
shadowOffset?: {
|
|
25251
|
-
width: number;
|
|
25252
|
-
height: number;
|
|
25253
|
-
} | undefined;
|
|
25254
|
-
shadowOpacity?: number | undefined;
|
|
25255
|
-
shadowRadius?: number | undefined;
|
|
25256
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25257
|
-
transformMatrix?: number[] | undefined;
|
|
25258
|
-
rotation?: number | undefined;
|
|
25259
|
-
scaleX?: number | undefined;
|
|
25260
|
-
scaleY?: number | undefined;
|
|
25261
|
-
translateX?: number | undefined;
|
|
25262
|
-
translateY?: number | undefined;
|
|
25263
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25264
|
-
includeFontPadding?: boolean | undefined;
|
|
25265
|
-
};
|
|
25266
|
-
button: {
|
|
25267
|
-
fontSize: number;
|
|
25268
|
-
letterSpacing: number;
|
|
25269
|
-
lineHeight: number;
|
|
25270
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25271
|
-
fontFamily?: string | undefined;
|
|
25272
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25273
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25274
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25275
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25276
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25277
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25278
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25279
|
-
textShadowOffset?: {
|
|
25280
|
-
width: number;
|
|
25281
|
-
height: number;
|
|
25282
|
-
} | undefined;
|
|
25283
|
-
textShadowRadius?: number | undefined;
|
|
25284
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
25285
|
-
testID?: string | undefined;
|
|
25286
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
25287
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
25288
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
25289
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
25290
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
25291
|
-
borderBottomEndRadius?: number | undefined;
|
|
25292
|
-
borderBottomLeftRadius?: number | undefined;
|
|
25293
|
-
borderBottomRightRadius?: number | undefined;
|
|
25294
|
-
borderBottomStartRadius?: number | undefined;
|
|
25295
|
-
borderBottomWidth?: number | undefined;
|
|
25296
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
25297
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25298
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
25299
|
-
borderLeftWidth?: number | undefined;
|
|
25300
|
-
borderRadius?: number | undefined;
|
|
25301
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
25302
|
-
borderRightWidth?: number | undefined;
|
|
25303
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
25304
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
25305
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
25306
|
-
borderTopEndRadius?: number | undefined;
|
|
25307
|
-
borderTopLeftRadius?: number | undefined;
|
|
25308
|
-
borderTopRightRadius?: number | undefined;
|
|
25309
|
-
borderTopStartRadius?: number | undefined;
|
|
25310
|
-
borderTopWidth?: number | undefined;
|
|
25311
|
-
borderWidth?: number | undefined;
|
|
25312
|
-
opacity?: number | undefined;
|
|
25313
|
-
elevation?: number | undefined;
|
|
25314
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
25315
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
25316
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
25317
|
-
aspectRatio?: number | undefined;
|
|
25318
|
-
borderEndWidth?: string | number | undefined;
|
|
25319
|
-
borderStartWidth?: string | number | undefined;
|
|
25320
|
-
bottom?: string | number | undefined;
|
|
25321
|
-
display?: "none" | "flex" | undefined;
|
|
25322
|
-
end?: string | number | undefined;
|
|
25323
|
-
flex?: number | undefined;
|
|
25324
|
-
flexBasis?: string | number | undefined;
|
|
25325
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
25326
|
-
flexGrow?: number | undefined;
|
|
25327
|
-
flexShrink?: number | undefined;
|
|
25328
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25329
|
-
height?: string | number | undefined;
|
|
25330
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25331
|
-
left?: string | number | undefined;
|
|
25332
|
-
margin?: string | number | undefined;
|
|
25333
|
-
marginBottom?: string | number | undefined;
|
|
25334
|
-
marginEnd?: string | number | undefined;
|
|
25335
|
-
marginHorizontal?: string | number | undefined;
|
|
25336
|
-
marginLeft?: string | number | undefined;
|
|
25337
|
-
marginRight?: string | number | undefined;
|
|
25338
|
-
marginStart?: string | number | undefined;
|
|
25339
|
-
marginTop?: string | number | undefined;
|
|
25340
|
-
marginVertical?: string | number | undefined;
|
|
25341
|
-
maxHeight?: string | number | undefined;
|
|
25342
|
-
maxWidth?: string | number | undefined;
|
|
25343
|
-
minHeight?: string | number | undefined;
|
|
25344
|
-
minWidth?: string | number | undefined;
|
|
25345
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25346
|
-
padding?: string | number | undefined;
|
|
25347
|
-
paddingBottom?: string | number | undefined;
|
|
25348
|
-
paddingEnd?: string | number | undefined;
|
|
25349
|
-
paddingHorizontal?: string | number | undefined;
|
|
25350
|
-
paddingLeft?: string | number | undefined;
|
|
25351
|
-
paddingRight?: string | number | undefined;
|
|
25352
|
-
paddingStart?: string | number | undefined;
|
|
25353
|
-
paddingTop?: string | number | undefined;
|
|
25354
|
-
paddingVertical?: string | number | undefined;
|
|
25355
|
-
position?: "absolute" | "relative" | undefined;
|
|
25356
|
-
right?: string | number | undefined;
|
|
25357
|
-
start?: string | number | undefined;
|
|
25358
|
-
top?: string | number | undefined;
|
|
25359
|
-
width?: string | number | undefined;
|
|
25360
|
-
zIndex?: number | undefined;
|
|
25361
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25362
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25363
|
-
shadowOffset?: {
|
|
25364
|
-
width: number;
|
|
25365
|
-
height: number;
|
|
25366
|
-
} | undefined;
|
|
25367
|
-
shadowOpacity?: number | undefined;
|
|
25368
|
-
shadowRadius?: number | undefined;
|
|
25369
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25370
|
-
transformMatrix?: number[] | undefined;
|
|
25371
|
-
rotation?: number | undefined;
|
|
25372
|
-
scaleX?: number | undefined;
|
|
25373
|
-
scaleY?: number | undefined;
|
|
25374
|
-
translateX?: number | undefined;
|
|
25375
|
-
translateY?: number | undefined;
|
|
25376
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25377
|
-
includeFontPadding?: boolean | undefined;
|
|
25378
|
-
};
|
|
25379
|
-
caption: {
|
|
25380
|
-
fontSize: number;
|
|
25381
|
-
letterSpacing: number;
|
|
25382
|
-
lineHeight: number;
|
|
25383
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25384
|
-
fontFamily?: string | undefined;
|
|
25385
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25386
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25387
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25388
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25389
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25390
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25391
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25392
|
-
textShadowOffset?: {
|
|
25393
|
-
width: number;
|
|
25394
|
-
height: number;
|
|
25395
|
-
} | undefined;
|
|
25396
|
-
textShadowRadius?: number | undefined;
|
|
25397
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
25398
|
-
testID?: string | undefined;
|
|
25399
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
25400
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
25401
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
25402
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
25403
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
25404
|
-
borderBottomEndRadius?: number | undefined;
|
|
25405
|
-
borderBottomLeftRadius?: number | undefined;
|
|
25406
|
-
borderBottomRightRadius?: number | undefined;
|
|
25407
|
-
borderBottomStartRadius?: number | undefined;
|
|
25408
|
-
borderBottomWidth?: number | undefined;
|
|
25409
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
25410
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25411
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
25412
|
-
borderLeftWidth?: number | undefined;
|
|
25413
|
-
borderRadius?: number | undefined;
|
|
25414
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
25415
|
-
borderRightWidth?: number | undefined;
|
|
25416
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
25417
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
25418
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
25419
|
-
borderTopEndRadius?: number | undefined;
|
|
25420
|
-
borderTopLeftRadius?: number | undefined;
|
|
25421
|
-
borderTopRightRadius?: number | undefined;
|
|
25422
|
-
borderTopStartRadius?: number | undefined;
|
|
25423
|
-
borderTopWidth?: number | undefined;
|
|
25424
|
-
borderWidth?: number | undefined;
|
|
25425
|
-
opacity?: number | undefined;
|
|
25426
|
-
elevation?: number | undefined;
|
|
25427
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
25428
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
25429
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
25430
|
-
aspectRatio?: number | undefined;
|
|
25431
|
-
borderEndWidth?: string | number | undefined;
|
|
25432
|
-
borderStartWidth?: string | number | undefined;
|
|
25433
|
-
bottom?: string | number | undefined;
|
|
25434
|
-
display?: "none" | "flex" | undefined;
|
|
25435
|
-
end?: string | number | undefined;
|
|
25436
|
-
flex?: number | undefined;
|
|
25437
|
-
flexBasis?: string | number | undefined;
|
|
25438
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
25439
|
-
flexGrow?: number | undefined;
|
|
25440
|
-
flexShrink?: number | undefined;
|
|
25441
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25442
|
-
height?: string | number | undefined;
|
|
25443
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25444
|
-
left?: string | number | undefined;
|
|
25445
|
-
margin?: string | number | undefined;
|
|
25446
|
-
marginBottom?: string | number | undefined;
|
|
25447
|
-
marginEnd?: string | number | undefined;
|
|
25448
|
-
marginHorizontal?: string | number | undefined;
|
|
25449
|
-
marginLeft?: string | number | undefined;
|
|
25450
|
-
marginRight?: string | number | undefined;
|
|
25451
|
-
marginStart?: string | number | undefined;
|
|
25452
|
-
marginTop?: string | number | undefined;
|
|
25453
|
-
marginVertical?: string | number | undefined;
|
|
25454
|
-
maxHeight?: string | number | undefined;
|
|
25455
|
-
maxWidth?: string | number | undefined;
|
|
25456
|
-
minHeight?: string | number | undefined;
|
|
25457
|
-
minWidth?: string | number | undefined;
|
|
25458
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25459
|
-
padding?: string | number | undefined;
|
|
25460
|
-
paddingBottom?: string | number | undefined;
|
|
25461
|
-
paddingEnd?: string | number | undefined;
|
|
25462
|
-
paddingHorizontal?: string | number | undefined;
|
|
25463
|
-
paddingLeft?: string | number | undefined;
|
|
25464
|
-
paddingRight?: string | number | undefined;
|
|
25465
|
-
paddingStart?: string | number | undefined;
|
|
25466
|
-
paddingTop?: string | number | undefined;
|
|
25467
|
-
paddingVertical?: string | number | undefined;
|
|
25468
|
-
position?: "absolute" | "relative" | undefined;
|
|
25469
|
-
right?: string | number | undefined;
|
|
25470
|
-
start?: string | number | undefined;
|
|
25471
|
-
top?: string | number | undefined;
|
|
25472
|
-
width?: string | number | undefined;
|
|
25473
|
-
zIndex?: number | undefined;
|
|
25474
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25475
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25476
|
-
shadowOffset?: {
|
|
25477
|
-
width: number;
|
|
25478
|
-
height: number;
|
|
25479
|
-
} | undefined;
|
|
25480
|
-
shadowOpacity?: number | undefined;
|
|
25481
|
-
shadowRadius?: number | undefined;
|
|
25482
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25483
|
-
transformMatrix?: number[] | undefined;
|
|
25484
|
-
rotation?: number | undefined;
|
|
25485
|
-
scaleX?: number | undefined;
|
|
25486
|
-
scaleY?: number | undefined;
|
|
25487
|
-
translateX?: number | undefined;
|
|
25488
|
-
translateY?: number | undefined;
|
|
25489
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25490
|
-
includeFontPadding?: boolean | undefined;
|
|
25491
|
-
};
|
|
25492
|
-
overline: {
|
|
25493
|
-
fontSize: number;
|
|
25494
|
-
letterSpacing: number;
|
|
25495
|
-
lineHeight: number;
|
|
25496
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25497
|
-
fontFamily?: string | undefined;
|
|
25498
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25499
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25500
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25501
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25502
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25503
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25504
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25505
|
-
textShadowOffset?: {
|
|
25506
|
-
width: number;
|
|
25507
|
-
height: number;
|
|
25508
|
-
} | undefined;
|
|
25509
|
-
textShadowRadius?: number | undefined;
|
|
25510
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
25511
|
-
testID?: string | undefined;
|
|
25512
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
25513
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
25514
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
25515
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
25516
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
25517
|
-
borderBottomEndRadius?: number | undefined;
|
|
25518
|
-
borderBottomLeftRadius?: number | undefined;
|
|
25519
|
-
borderBottomRightRadius?: number | undefined;
|
|
25520
|
-
borderBottomStartRadius?: number | undefined;
|
|
25521
|
-
borderBottomWidth?: number | undefined;
|
|
25522
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
25523
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25524
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
25525
|
-
borderLeftWidth?: number | undefined;
|
|
25526
|
-
borderRadius?: number | undefined;
|
|
25527
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
25528
|
-
borderRightWidth?: number | undefined;
|
|
25529
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
25530
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
25531
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
25532
|
-
borderTopEndRadius?: number | undefined;
|
|
25533
|
-
borderTopLeftRadius?: number | undefined;
|
|
25534
|
-
borderTopRightRadius?: number | undefined;
|
|
25535
|
-
borderTopStartRadius?: number | undefined;
|
|
25536
|
-
borderTopWidth?: number | undefined;
|
|
25537
|
-
borderWidth?: number | undefined;
|
|
25538
|
-
opacity?: number | undefined;
|
|
25539
|
-
elevation?: number | undefined;
|
|
25540
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
25541
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
25542
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
25543
|
-
aspectRatio?: number | undefined;
|
|
25544
|
-
borderEndWidth?: string | number | undefined;
|
|
25545
|
-
borderStartWidth?: string | number | undefined;
|
|
25546
|
-
bottom?: string | number | undefined;
|
|
25547
|
-
display?: "none" | "flex" | undefined;
|
|
25548
|
-
end?: string | number | undefined;
|
|
25549
|
-
flex?: number | undefined;
|
|
25550
|
-
flexBasis?: string | number | undefined;
|
|
25551
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
25552
|
-
flexGrow?: number | undefined;
|
|
25553
|
-
flexShrink?: number | undefined;
|
|
25554
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25555
|
-
height?: string | number | undefined;
|
|
25556
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25557
|
-
left?: string | number | undefined;
|
|
25558
|
-
margin?: string | number | undefined;
|
|
25559
|
-
marginBottom?: string | number | undefined;
|
|
25560
|
-
marginEnd?: string | number | undefined;
|
|
25561
|
-
marginHorizontal?: string | number | undefined;
|
|
25562
|
-
marginLeft?: string | number | undefined;
|
|
25563
|
-
marginRight?: string | number | undefined;
|
|
25564
|
-
marginStart?: string | number | undefined;
|
|
25565
|
-
marginTop?: string | number | undefined;
|
|
25566
|
-
marginVertical?: string | number | undefined;
|
|
25567
|
-
maxHeight?: string | number | undefined;
|
|
25568
|
-
maxWidth?: string | number | undefined;
|
|
25569
|
-
minHeight?: string | number | undefined;
|
|
25570
|
-
minWidth?: string | number | undefined;
|
|
25571
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25572
|
-
padding?: string | number | undefined;
|
|
25573
|
-
paddingBottom?: string | number | undefined;
|
|
25574
|
-
paddingEnd?: string | number | undefined;
|
|
25575
|
-
paddingHorizontal?: string | number | undefined;
|
|
25576
|
-
paddingLeft?: string | number | undefined;
|
|
25577
|
-
paddingRight?: string | number | undefined;
|
|
25578
|
-
paddingStart?: string | number | undefined;
|
|
25579
|
-
paddingTop?: string | number | undefined;
|
|
25580
|
-
paddingVertical?: string | number | undefined;
|
|
25581
|
-
position?: "absolute" | "relative" | undefined;
|
|
25582
|
-
right?: string | number | undefined;
|
|
25583
|
-
start?: string | number | undefined;
|
|
25584
|
-
top?: string | number | undefined;
|
|
25585
|
-
width?: string | number | undefined;
|
|
25586
|
-
zIndex?: number | undefined;
|
|
25587
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25588
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25589
|
-
shadowOffset?: {
|
|
25590
|
-
width: number;
|
|
25591
|
-
height: number;
|
|
25592
|
-
} | undefined;
|
|
25593
|
-
shadowOpacity?: number | undefined;
|
|
25594
|
-
shadowRadius?: number | undefined;
|
|
25595
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25596
|
-
transformMatrix?: number[] | undefined;
|
|
25597
|
-
rotation?: number | undefined;
|
|
25598
|
-
scaleX?: number | undefined;
|
|
25599
|
-
scaleY?: number | undefined;
|
|
25600
|
-
translateX?: number | undefined;
|
|
25601
|
-
translateY?: number | undefined;
|
|
25602
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25603
|
-
includeFontPadding?: boolean | undefined;
|
|
25604
|
-
};
|
|
25605
|
-
headline6: {
|
|
25606
|
-
fontSize: number;
|
|
25607
|
-
letterSpacing: number;
|
|
25608
|
-
lineHeight: number;
|
|
25609
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25610
|
-
fontFamily?: string | undefined;
|
|
25611
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25612
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25613
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25614
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25615
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25616
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25617
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25618
|
-
textShadowOffset?: {
|
|
25619
|
-
width: number;
|
|
25620
|
-
height: number;
|
|
25621
|
-
} | undefined;
|
|
25622
|
-
textShadowRadius?: number | undefined;
|
|
25623
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
25624
|
-
testID?: string | undefined;
|
|
25625
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
25626
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
25627
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
25628
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
25629
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
25630
|
-
borderBottomEndRadius?: number | undefined;
|
|
25631
|
-
borderBottomLeftRadius?: number | undefined;
|
|
25632
|
-
borderBottomRightRadius?: number | undefined;
|
|
25633
|
-
borderBottomStartRadius?: number | undefined;
|
|
25634
|
-
borderBottomWidth?: number | undefined;
|
|
25635
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
25636
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25637
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
25638
|
-
borderLeftWidth?: number | undefined;
|
|
25639
|
-
borderRadius?: number | undefined;
|
|
25640
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
25641
|
-
borderRightWidth?: number | undefined;
|
|
25642
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
25643
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
25644
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
25645
|
-
borderTopEndRadius?: number | undefined;
|
|
25646
|
-
borderTopLeftRadius?: number | undefined;
|
|
25647
|
-
borderTopRightRadius?: number | undefined;
|
|
25648
|
-
borderTopStartRadius?: number | undefined;
|
|
25649
|
-
borderTopWidth?: number | undefined;
|
|
25650
|
-
borderWidth?: number | undefined;
|
|
25651
|
-
opacity?: number | undefined;
|
|
25652
|
-
elevation?: number | undefined;
|
|
25653
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
25654
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
25655
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
25656
|
-
aspectRatio?: number | undefined;
|
|
25657
|
-
borderEndWidth?: string | number | undefined;
|
|
25658
|
-
borderStartWidth?: string | number | undefined;
|
|
25659
|
-
bottom?: string | number | undefined;
|
|
25660
|
-
display?: "none" | "flex" | undefined;
|
|
25661
|
-
end?: string | number | undefined;
|
|
25662
|
-
flex?: number | undefined;
|
|
25663
|
-
flexBasis?: string | number | undefined;
|
|
25664
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
25665
|
-
flexGrow?: number | undefined;
|
|
25666
|
-
flexShrink?: number | undefined;
|
|
25667
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25668
|
-
height?: string | number | undefined;
|
|
25669
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25670
|
-
left?: string | number | undefined;
|
|
25671
|
-
margin?: string | number | undefined;
|
|
25672
|
-
marginBottom?: string | number | undefined;
|
|
25673
|
-
marginEnd?: string | number | undefined;
|
|
25674
|
-
marginHorizontal?: string | number | undefined;
|
|
25675
|
-
marginLeft?: string | number | undefined;
|
|
25676
|
-
marginRight?: string | number | undefined;
|
|
25677
|
-
marginStart?: string | number | undefined;
|
|
25678
|
-
marginTop?: string | number | undefined;
|
|
25679
|
-
marginVertical?: string | number | undefined;
|
|
25680
|
-
maxHeight?: string | number | undefined;
|
|
25681
|
-
maxWidth?: string | number | undefined;
|
|
25682
|
-
minHeight?: string | number | undefined;
|
|
25683
|
-
minWidth?: string | number | undefined;
|
|
25684
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25685
|
-
padding?: string | number | undefined;
|
|
25686
|
-
paddingBottom?: string | number | undefined;
|
|
25687
|
-
paddingEnd?: string | number | undefined;
|
|
25688
|
-
paddingHorizontal?: string | number | undefined;
|
|
25689
|
-
paddingLeft?: string | number | undefined;
|
|
25690
|
-
paddingRight?: string | number | undefined;
|
|
25691
|
-
paddingStart?: string | number | undefined;
|
|
25692
|
-
paddingTop?: string | number | undefined;
|
|
25693
|
-
paddingVertical?: string | number | undefined;
|
|
25694
|
-
position?: "absolute" | "relative" | undefined;
|
|
25695
|
-
right?: string | number | undefined;
|
|
25696
|
-
start?: string | number | undefined;
|
|
25697
|
-
top?: string | number | undefined;
|
|
25698
|
-
width?: string | number | undefined;
|
|
25699
|
-
zIndex?: number | undefined;
|
|
25700
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25701
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25702
|
-
shadowOffset?: {
|
|
25703
|
-
width: number;
|
|
25704
|
-
height: number;
|
|
25705
|
-
} | undefined;
|
|
25706
|
-
shadowOpacity?: number | undefined;
|
|
25707
|
-
shadowRadius?: number | undefined;
|
|
25708
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25709
|
-
transformMatrix?: number[] | undefined;
|
|
25710
|
-
rotation?: number | undefined;
|
|
25711
|
-
scaleX?: number | undefined;
|
|
25712
|
-
scaleY?: number | undefined;
|
|
25713
|
-
translateX?: number | undefined;
|
|
25714
|
-
translateY?: number | undefined;
|
|
25715
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25716
|
-
includeFontPadding?: boolean | undefined;
|
|
25717
|
-
};
|
|
25718
|
-
};
|
|
25719
|
-
};
|
|
25720
|
-
onChange?: ((text: string) => void) | undefined;
|
|
25721
|
-
onSubmit?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").TextInputSubmitEditingEventData>) => void) | undefined;
|
|
25722
|
-
value?: string | undefined;
|
|
25723
|
-
defaultValue?: string | undefined;
|
|
25724
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
25725
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
25726
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
25727
|
-
showIcon: boolean;
|
|
25728
|
-
icon?: string | undefined;
|
|
25729
|
-
placeholder?: string | undefined;
|
|
25730
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
25731
|
-
theme: {
|
|
25732
|
-
disabledOpacity: number;
|
|
25733
|
-
roundness: number;
|
|
25734
|
-
dark: boolean;
|
|
25735
|
-
mode: string;
|
|
25736
|
-
borderRadius: {
|
|
25737
|
-
global: number;
|
|
25738
|
-
button: number;
|
|
25739
|
-
};
|
|
25740
|
-
colors: {
|
|
25741
|
-
primary: string;
|
|
25742
|
-
secondary: string;
|
|
25743
|
-
surface: string;
|
|
25744
|
-
background: string;
|
|
25745
|
-
error: string;
|
|
25746
|
-
divider: string;
|
|
25747
|
-
strong: string;
|
|
25748
|
-
medium: string;
|
|
25749
|
-
strongInverse: string;
|
|
25750
|
-
mediumInverse: string;
|
|
25751
|
-
lightInverse: string;
|
|
25752
|
-
light: string;
|
|
25753
|
-
text: string;
|
|
25754
|
-
placeholder: string;
|
|
25755
|
-
disabled: string;
|
|
25756
|
-
};
|
|
25757
|
-
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
25758
|
-
typography: {
|
|
25759
|
-
headline1: {
|
|
25760
|
-
fontSize: number;
|
|
25761
|
-
letterSpacing: number;
|
|
25762
|
-
lineHeight: number;
|
|
25763
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25764
|
-
fontFamily?: string | undefined;
|
|
25765
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25766
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25767
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25768
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25769
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25770
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25771
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25772
|
-
textShadowOffset?: {
|
|
25773
|
-
width: number;
|
|
25774
|
-
height: number;
|
|
25775
|
-
} | undefined;
|
|
25776
|
-
textShadowRadius?: number | undefined;
|
|
25777
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
25778
|
-
testID?: string | undefined;
|
|
25779
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
25780
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
25781
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
25782
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
25783
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
25784
|
-
borderBottomEndRadius?: number | undefined;
|
|
25785
|
-
borderBottomLeftRadius?: number | undefined;
|
|
25786
|
-
borderBottomRightRadius?: number | undefined;
|
|
25787
|
-
borderBottomStartRadius?: number | undefined;
|
|
25788
|
-
borderBottomWidth?: number | undefined;
|
|
25789
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
25790
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25791
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
25792
|
-
borderLeftWidth?: number | undefined;
|
|
25793
|
-
borderRadius?: number | undefined;
|
|
25794
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
25795
|
-
borderRightWidth?: number | undefined;
|
|
25796
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
25797
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
25798
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
25799
|
-
borderTopEndRadius?: number | undefined;
|
|
25800
|
-
borderTopLeftRadius?: number | undefined;
|
|
25801
|
-
borderTopRightRadius?: number | undefined;
|
|
25802
|
-
borderTopStartRadius?: number | undefined;
|
|
25803
|
-
borderTopWidth?: number | undefined;
|
|
25804
|
-
borderWidth?: number | undefined;
|
|
25805
|
-
opacity?: number | undefined;
|
|
25806
|
-
elevation?: number | undefined;
|
|
25807
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
25808
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
25809
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
25810
|
-
aspectRatio?: number | undefined;
|
|
25811
|
-
borderEndWidth?: string | number | undefined;
|
|
25812
|
-
borderStartWidth?: string | number | undefined;
|
|
25813
|
-
bottom?: string | number | undefined;
|
|
25814
|
-
display?: "none" | "flex" | undefined;
|
|
25815
|
-
end?: string | number | undefined;
|
|
25816
|
-
flex?: number | undefined;
|
|
25817
|
-
flexBasis?: string | number | undefined;
|
|
25818
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
25819
|
-
flexGrow?: number | undefined;
|
|
25820
|
-
flexShrink?: number | undefined;
|
|
25821
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25822
|
-
height?: string | number | undefined;
|
|
25823
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25824
|
-
left?: string | number | undefined;
|
|
25825
|
-
margin?: string | number | undefined;
|
|
25826
|
-
marginBottom?: string | number | undefined;
|
|
25827
|
-
marginEnd?: string | number | undefined;
|
|
25828
|
-
marginHorizontal?: string | number | undefined;
|
|
25829
|
-
marginLeft?: string | number | undefined;
|
|
25830
|
-
marginRight?: string | number | undefined;
|
|
25831
|
-
marginStart?: string | number | undefined;
|
|
25832
|
-
marginTop?: string | number | undefined;
|
|
25833
|
-
marginVertical?: string | number | undefined;
|
|
25834
|
-
maxHeight?: string | number | undefined;
|
|
25835
|
-
maxWidth?: string | number | undefined;
|
|
25836
|
-
minHeight?: string | number | undefined;
|
|
25837
|
-
minWidth?: string | number | undefined;
|
|
25838
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25839
|
-
padding?: string | number | undefined;
|
|
25840
|
-
paddingBottom?: string | number | undefined;
|
|
25841
|
-
paddingEnd?: string | number | undefined;
|
|
25842
|
-
paddingHorizontal?: string | number | undefined;
|
|
25843
|
-
paddingLeft?: string | number | undefined;
|
|
25844
|
-
paddingRight?: string | number | undefined;
|
|
25845
|
-
paddingStart?: string | number | undefined;
|
|
25846
|
-
paddingTop?: string | number | undefined;
|
|
25847
|
-
paddingVertical?: string | number | undefined;
|
|
25848
|
-
position?: "absolute" | "relative" | undefined;
|
|
25849
|
-
right?: string | number | undefined;
|
|
25850
|
-
start?: string | number | undefined;
|
|
25851
|
-
top?: string | number | undefined;
|
|
25852
|
-
width?: string | number | undefined;
|
|
25853
|
-
zIndex?: number | undefined;
|
|
25854
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25855
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25856
|
-
shadowOffset?: {
|
|
25857
|
-
width: number;
|
|
25858
|
-
height: number;
|
|
25859
|
-
} | undefined;
|
|
25860
|
-
shadowOpacity?: number | undefined;
|
|
25861
|
-
shadowRadius?: number | undefined;
|
|
25862
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25863
|
-
transformMatrix?: number[] | undefined;
|
|
25864
|
-
rotation?: number | undefined;
|
|
25865
|
-
scaleX?: number | undefined;
|
|
25866
|
-
scaleY?: number | undefined;
|
|
25867
|
-
translateX?: number | undefined;
|
|
25868
|
-
translateY?: number | undefined;
|
|
25869
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25870
|
-
includeFontPadding?: boolean | undefined;
|
|
25871
|
-
};
|
|
25872
|
-
headline2: {
|
|
25873
|
-
fontSize: number;
|
|
25874
|
-
letterSpacing: number;
|
|
25875
|
-
lineHeight: number;
|
|
25876
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25877
|
-
fontFamily?: string | undefined;
|
|
25878
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25879
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25880
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25881
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25882
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25883
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25884
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25885
|
-
textShadowOffset?: {
|
|
25886
|
-
width: number;
|
|
25887
|
-
height: number;
|
|
25888
|
-
} | undefined;
|
|
25889
|
-
textShadowRadius?: number | undefined;
|
|
25890
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
25891
|
-
testID?: string | undefined;
|
|
25892
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
25893
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
25894
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
25895
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
25896
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
25897
|
-
borderBottomEndRadius?: number | undefined;
|
|
25898
|
-
borderBottomLeftRadius?: number | undefined;
|
|
25899
|
-
borderBottomRightRadius?: number | undefined;
|
|
25900
|
-
borderBottomStartRadius?: number | undefined;
|
|
25901
|
-
borderBottomWidth?: number | undefined;
|
|
25902
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
25903
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
25904
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
25905
|
-
borderLeftWidth?: number | undefined;
|
|
25906
|
-
borderRadius?: number | undefined;
|
|
25907
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
25908
|
-
borderRightWidth?: number | undefined;
|
|
25909
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
25910
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
25911
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
25912
|
-
borderTopEndRadius?: number | undefined;
|
|
25913
|
-
borderTopLeftRadius?: number | undefined;
|
|
25914
|
-
borderTopRightRadius?: number | undefined;
|
|
25915
|
-
borderTopStartRadius?: number | undefined;
|
|
25916
|
-
borderTopWidth?: number | undefined;
|
|
25917
|
-
borderWidth?: number | undefined;
|
|
25918
|
-
opacity?: number | undefined;
|
|
25919
|
-
elevation?: number | undefined;
|
|
25920
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
25921
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
25922
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
25923
|
-
aspectRatio?: number | undefined;
|
|
25924
|
-
borderEndWidth?: string | number | undefined;
|
|
25925
|
-
borderStartWidth?: string | number | undefined;
|
|
25926
|
-
bottom?: string | number | undefined;
|
|
25927
|
-
display?: "none" | "flex" | undefined;
|
|
25928
|
-
end?: string | number | undefined;
|
|
25929
|
-
flex?: number | undefined;
|
|
25930
|
-
flexBasis?: string | number | undefined;
|
|
25931
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
25932
|
-
flexGrow?: number | undefined;
|
|
25933
|
-
flexShrink?: number | undefined;
|
|
25934
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
25935
|
-
height?: string | number | undefined;
|
|
25936
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
25937
|
-
left?: string | number | undefined;
|
|
25938
|
-
margin?: string | number | undefined;
|
|
25939
|
-
marginBottom?: string | number | undefined;
|
|
25940
|
-
marginEnd?: string | number | undefined;
|
|
25941
|
-
marginHorizontal?: string | number | undefined;
|
|
25942
|
-
marginLeft?: string | number | undefined;
|
|
25943
|
-
marginRight?: string | number | undefined;
|
|
25944
|
-
marginStart?: string | number | undefined;
|
|
25945
|
-
marginTop?: string | number | undefined;
|
|
25946
|
-
marginVertical?: string | number | undefined;
|
|
25947
|
-
maxHeight?: string | number | undefined;
|
|
25948
|
-
maxWidth?: string | number | undefined;
|
|
25949
|
-
minHeight?: string | number | undefined;
|
|
25950
|
-
minWidth?: string | number | undefined;
|
|
25951
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
25952
|
-
padding?: string | number | undefined;
|
|
25953
|
-
paddingBottom?: string | number | undefined;
|
|
25954
|
-
paddingEnd?: string | number | undefined;
|
|
25955
|
-
paddingHorizontal?: string | number | undefined;
|
|
25956
|
-
paddingLeft?: string | number | undefined;
|
|
25957
|
-
paddingRight?: string | number | undefined;
|
|
25958
|
-
paddingStart?: string | number | undefined;
|
|
25959
|
-
paddingTop?: string | number | undefined;
|
|
25960
|
-
paddingVertical?: string | number | undefined;
|
|
25961
|
-
position?: "absolute" | "relative" | undefined;
|
|
25962
|
-
right?: string | number | undefined;
|
|
25963
|
-
start?: string | number | undefined;
|
|
25964
|
-
top?: string | number | undefined;
|
|
25965
|
-
width?: string | number | undefined;
|
|
25966
|
-
zIndex?: number | undefined;
|
|
25967
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
25968
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
25969
|
-
shadowOffset?: {
|
|
25970
|
-
width: number;
|
|
25971
|
-
height: number;
|
|
25972
|
-
} | undefined;
|
|
25973
|
-
shadowOpacity?: number | undefined;
|
|
25974
|
-
shadowRadius?: number | undefined;
|
|
25975
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
25976
|
-
transformMatrix?: number[] | undefined;
|
|
25977
|
-
rotation?: number | undefined;
|
|
25978
|
-
scaleX?: number | undefined;
|
|
25979
|
-
scaleY?: number | undefined;
|
|
25980
|
-
translateX?: number | undefined;
|
|
25981
|
-
translateY?: number | undefined;
|
|
25982
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
25983
|
-
includeFontPadding?: boolean | undefined;
|
|
25984
|
-
};
|
|
25985
|
-
headline3: {
|
|
25986
|
-
fontSize: number;
|
|
25987
|
-
letterSpacing: number;
|
|
25988
|
-
lineHeight: number;
|
|
25989
|
-
color?: import("react-native").ColorValue | undefined;
|
|
25990
|
-
fontFamily?: string | undefined;
|
|
25991
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
25992
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
25993
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
25994
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
25995
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
25996
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
25997
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
25998
|
-
textShadowOffset?: {
|
|
25999
|
-
width: number;
|
|
26000
|
-
height: number;
|
|
26001
|
-
} | undefined;
|
|
26002
|
-
textShadowRadius?: number | undefined;
|
|
26003
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26004
|
-
testID?: string | undefined;
|
|
26005
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26006
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26007
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26008
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26009
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26010
|
-
borderBottomEndRadius?: number | undefined;
|
|
26011
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26012
|
-
borderBottomRightRadius?: number | undefined;
|
|
26013
|
-
borderBottomStartRadius?: number | undefined;
|
|
26014
|
-
borderBottomWidth?: number | undefined;
|
|
26015
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26016
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26017
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26018
|
-
borderLeftWidth?: number | undefined;
|
|
26019
|
-
borderRadius?: number | undefined;
|
|
26020
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26021
|
-
borderRightWidth?: number | undefined;
|
|
26022
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26023
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26024
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26025
|
-
borderTopEndRadius?: number | undefined;
|
|
26026
|
-
borderTopLeftRadius?: number | undefined;
|
|
26027
|
-
borderTopRightRadius?: number | undefined;
|
|
26028
|
-
borderTopStartRadius?: number | undefined;
|
|
26029
|
-
borderTopWidth?: number | undefined;
|
|
26030
|
-
borderWidth?: number | undefined;
|
|
26031
|
-
opacity?: number | undefined;
|
|
26032
|
-
elevation?: number | undefined;
|
|
26033
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26034
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26035
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26036
|
-
aspectRatio?: number | undefined;
|
|
26037
|
-
borderEndWidth?: string | number | undefined;
|
|
26038
|
-
borderStartWidth?: string | number | undefined;
|
|
26039
|
-
bottom?: string | number | undefined;
|
|
26040
|
-
display?: "none" | "flex" | undefined;
|
|
26041
|
-
end?: string | number | undefined;
|
|
26042
|
-
flex?: number | undefined;
|
|
26043
|
-
flexBasis?: string | number | undefined;
|
|
26044
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26045
|
-
flexGrow?: number | undefined;
|
|
26046
|
-
flexShrink?: number | undefined;
|
|
26047
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26048
|
-
height?: string | number | undefined;
|
|
26049
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26050
|
-
left?: string | number | undefined;
|
|
26051
|
-
margin?: string | number | undefined;
|
|
26052
|
-
marginBottom?: string | number | undefined;
|
|
26053
|
-
marginEnd?: string | number | undefined;
|
|
26054
|
-
marginHorizontal?: string | number | undefined;
|
|
26055
|
-
marginLeft?: string | number | undefined;
|
|
26056
|
-
marginRight?: string | number | undefined;
|
|
26057
|
-
marginStart?: string | number | undefined;
|
|
26058
|
-
marginTop?: string | number | undefined;
|
|
26059
|
-
marginVertical?: string | number | undefined;
|
|
26060
|
-
maxHeight?: string | number | undefined;
|
|
26061
|
-
maxWidth?: string | number | undefined;
|
|
26062
|
-
minHeight?: string | number | undefined;
|
|
26063
|
-
minWidth?: string | number | undefined;
|
|
26064
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26065
|
-
padding?: string | number | undefined;
|
|
26066
|
-
paddingBottom?: string | number | undefined;
|
|
26067
|
-
paddingEnd?: string | number | undefined;
|
|
26068
|
-
paddingHorizontal?: string | number | undefined;
|
|
26069
|
-
paddingLeft?: string | number | undefined;
|
|
26070
|
-
paddingRight?: string | number | undefined;
|
|
26071
|
-
paddingStart?: string | number | undefined;
|
|
26072
|
-
paddingTop?: string | number | undefined;
|
|
26073
|
-
paddingVertical?: string | number | undefined;
|
|
26074
|
-
position?: "absolute" | "relative" | undefined;
|
|
26075
|
-
right?: string | number | undefined;
|
|
26076
|
-
start?: string | number | undefined;
|
|
26077
|
-
top?: string | number | undefined;
|
|
26078
|
-
width?: string | number | undefined;
|
|
26079
|
-
zIndex?: number | undefined;
|
|
26080
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26081
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26082
|
-
shadowOffset?: {
|
|
26083
|
-
width: number;
|
|
26084
|
-
height: number;
|
|
26085
|
-
} | undefined;
|
|
26086
|
-
shadowOpacity?: number | undefined;
|
|
26087
|
-
shadowRadius?: number | undefined;
|
|
26088
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26089
|
-
transformMatrix?: number[] | undefined;
|
|
26090
|
-
rotation?: number | undefined;
|
|
26091
|
-
scaleX?: number | undefined;
|
|
26092
|
-
scaleY?: number | undefined;
|
|
26093
|
-
translateX?: number | undefined;
|
|
26094
|
-
translateY?: number | undefined;
|
|
26095
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
26096
|
-
includeFontPadding?: boolean | undefined;
|
|
26097
|
-
};
|
|
26098
|
-
headline4: {
|
|
26099
|
-
fontSize: number;
|
|
26100
|
-
letterSpacing: number;
|
|
26101
|
-
lineHeight: number;
|
|
26102
|
-
color?: import("react-native").ColorValue | undefined;
|
|
26103
|
-
fontFamily?: string | undefined;
|
|
26104
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
26105
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
26106
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26107
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
26108
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
26109
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
26110
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
26111
|
-
textShadowOffset?: {
|
|
26112
|
-
width: number;
|
|
26113
|
-
height: number;
|
|
26114
|
-
} | undefined;
|
|
26115
|
-
textShadowRadius?: number | undefined;
|
|
26116
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26117
|
-
testID?: string | undefined;
|
|
26118
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26119
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26120
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26121
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26122
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26123
|
-
borderBottomEndRadius?: number | undefined;
|
|
26124
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26125
|
-
borderBottomRightRadius?: number | undefined;
|
|
26126
|
-
borderBottomStartRadius?: number | undefined;
|
|
26127
|
-
borderBottomWidth?: number | undefined;
|
|
26128
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26129
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26130
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26131
|
-
borderLeftWidth?: number | undefined;
|
|
26132
|
-
borderRadius?: number | undefined;
|
|
26133
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26134
|
-
borderRightWidth?: number | undefined;
|
|
26135
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26136
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26137
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26138
|
-
borderTopEndRadius?: number | undefined;
|
|
26139
|
-
borderTopLeftRadius?: number | undefined;
|
|
26140
|
-
borderTopRightRadius?: number | undefined;
|
|
26141
|
-
borderTopStartRadius?: number | undefined;
|
|
26142
|
-
borderTopWidth?: number | undefined;
|
|
26143
|
-
borderWidth?: number | undefined;
|
|
26144
|
-
opacity?: number | undefined;
|
|
26145
|
-
elevation?: number | undefined;
|
|
26146
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26147
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26148
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26149
|
-
aspectRatio?: number | undefined;
|
|
26150
|
-
borderEndWidth?: string | number | undefined;
|
|
26151
|
-
borderStartWidth?: string | number | undefined;
|
|
26152
|
-
bottom?: string | number | undefined;
|
|
26153
|
-
display?: "none" | "flex" | undefined;
|
|
26154
|
-
end?: string | number | undefined;
|
|
26155
|
-
flex?: number | undefined;
|
|
26156
|
-
flexBasis?: string | number | undefined;
|
|
26157
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26158
|
-
flexGrow?: number | undefined;
|
|
26159
|
-
flexShrink?: number | undefined;
|
|
26160
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26161
|
-
height?: string | number | undefined;
|
|
26162
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26163
|
-
left?: string | number | undefined;
|
|
26164
|
-
margin?: string | number | undefined;
|
|
26165
|
-
marginBottom?: string | number | undefined;
|
|
26166
|
-
marginEnd?: string | number | undefined;
|
|
26167
|
-
marginHorizontal?: string | number | undefined;
|
|
26168
|
-
marginLeft?: string | number | undefined;
|
|
26169
|
-
marginRight?: string | number | undefined;
|
|
26170
|
-
marginStart?: string | number | undefined;
|
|
26171
|
-
marginTop?: string | number | undefined;
|
|
26172
|
-
marginVertical?: string | number | undefined;
|
|
26173
|
-
maxHeight?: string | number | undefined;
|
|
26174
|
-
maxWidth?: string | number | undefined;
|
|
26175
|
-
minHeight?: string | number | undefined;
|
|
26176
|
-
minWidth?: string | number | undefined;
|
|
26177
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26178
|
-
padding?: string | number | undefined;
|
|
26179
|
-
paddingBottom?: string | number | undefined;
|
|
26180
|
-
paddingEnd?: string | number | undefined;
|
|
26181
|
-
paddingHorizontal?: string | number | undefined;
|
|
26182
|
-
paddingLeft?: string | number | undefined;
|
|
26183
|
-
paddingRight?: string | number | undefined;
|
|
26184
|
-
paddingStart?: string | number | undefined;
|
|
26185
|
-
paddingTop?: string | number | undefined;
|
|
26186
|
-
paddingVertical?: string | number | undefined;
|
|
26187
|
-
position?: "absolute" | "relative" | undefined;
|
|
26188
|
-
right?: string | number | undefined;
|
|
26189
|
-
start?: string | number | undefined;
|
|
26190
|
-
top?: string | number | undefined;
|
|
26191
|
-
width?: string | number | undefined;
|
|
26192
|
-
zIndex?: number | undefined;
|
|
26193
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26194
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26195
|
-
shadowOffset?: {
|
|
26196
|
-
width: number;
|
|
26197
|
-
height: number;
|
|
26198
|
-
} | undefined;
|
|
26199
|
-
shadowOpacity?: number | undefined;
|
|
26200
|
-
shadowRadius?: number | undefined;
|
|
26201
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26202
|
-
transformMatrix?: number[] | undefined;
|
|
26203
|
-
rotation?: number | undefined;
|
|
26204
|
-
scaleX?: number | undefined;
|
|
26205
|
-
scaleY?: number | undefined;
|
|
26206
|
-
translateX?: number | undefined;
|
|
26207
|
-
translateY?: number | undefined;
|
|
26208
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
26209
|
-
includeFontPadding?: boolean | undefined;
|
|
26210
|
-
};
|
|
26211
|
-
headline5: {
|
|
26212
|
-
fontSize: number;
|
|
26213
|
-
letterSpacing: number;
|
|
26214
|
-
lineHeight: number;
|
|
26215
|
-
color?: import("react-native").ColorValue | undefined;
|
|
26216
|
-
fontFamily?: string | undefined;
|
|
26217
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
26218
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
26219
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26220
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
26221
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
26222
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
26223
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
26224
|
-
textShadowOffset?: {
|
|
26225
|
-
width: number;
|
|
26226
|
-
height: number;
|
|
26227
|
-
} | undefined;
|
|
26228
|
-
textShadowRadius?: number | undefined;
|
|
26229
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26230
|
-
testID?: string | undefined;
|
|
26231
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26232
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26233
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26234
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26235
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26236
|
-
borderBottomEndRadius?: number | undefined;
|
|
26237
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26238
|
-
borderBottomRightRadius?: number | undefined;
|
|
26239
|
-
borderBottomStartRadius?: number | undefined;
|
|
26240
|
-
borderBottomWidth?: number | undefined;
|
|
26241
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26242
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26243
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26244
|
-
borderLeftWidth?: number | undefined;
|
|
26245
|
-
borderRadius?: number | undefined;
|
|
26246
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26247
|
-
borderRightWidth?: number | undefined;
|
|
26248
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26249
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26250
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26251
|
-
borderTopEndRadius?: number | undefined;
|
|
26252
|
-
borderTopLeftRadius?: number | undefined;
|
|
26253
|
-
borderTopRightRadius?: number | undefined;
|
|
26254
|
-
borderTopStartRadius?: number | undefined;
|
|
26255
|
-
borderTopWidth?: number | undefined;
|
|
26256
|
-
borderWidth?: number | undefined;
|
|
26257
|
-
opacity?: number | undefined;
|
|
26258
|
-
elevation?: number | undefined;
|
|
26259
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26260
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26261
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26262
|
-
aspectRatio?: number | undefined;
|
|
26263
|
-
borderEndWidth?: string | number | undefined;
|
|
26264
|
-
borderStartWidth?: string | number | undefined;
|
|
26265
|
-
bottom?: string | number | undefined;
|
|
26266
|
-
display?: "none" | "flex" | undefined;
|
|
26267
|
-
end?: string | number | undefined;
|
|
26268
|
-
flex?: number | undefined;
|
|
26269
|
-
flexBasis?: string | number | undefined;
|
|
26270
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26271
|
-
flexGrow?: number | undefined;
|
|
26272
|
-
flexShrink?: number | undefined;
|
|
26273
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26274
|
-
height?: string | number | undefined;
|
|
26275
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26276
|
-
left?: string | number | undefined;
|
|
26277
|
-
margin?: string | number | undefined;
|
|
26278
|
-
marginBottom?: string | number | undefined;
|
|
26279
|
-
marginEnd?: string | number | undefined;
|
|
26280
|
-
marginHorizontal?: string | number | undefined;
|
|
26281
|
-
marginLeft?: string | number | undefined;
|
|
26282
|
-
marginRight?: string | number | undefined;
|
|
26283
|
-
marginStart?: string | number | undefined;
|
|
26284
|
-
marginTop?: string | number | undefined;
|
|
26285
|
-
marginVertical?: string | number | undefined;
|
|
26286
|
-
maxHeight?: string | number | undefined;
|
|
26287
|
-
maxWidth?: string | number | undefined;
|
|
26288
|
-
minHeight?: string | number | undefined;
|
|
26289
|
-
minWidth?: string | number | undefined;
|
|
26290
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26291
|
-
padding?: string | number | undefined;
|
|
26292
|
-
paddingBottom?: string | number | undefined;
|
|
26293
|
-
paddingEnd?: string | number | undefined;
|
|
26294
|
-
paddingHorizontal?: string | number | undefined;
|
|
26295
|
-
paddingLeft?: string | number | undefined;
|
|
26296
|
-
paddingRight?: string | number | undefined;
|
|
26297
|
-
paddingStart?: string | number | undefined;
|
|
26298
|
-
paddingTop?: string | number | undefined;
|
|
26299
|
-
paddingVertical?: string | number | undefined;
|
|
26300
|
-
position?: "absolute" | "relative" | undefined;
|
|
26301
|
-
right?: string | number | undefined;
|
|
26302
|
-
start?: string | number | undefined;
|
|
26303
|
-
top?: string | number | undefined;
|
|
26304
|
-
width?: string | number | undefined;
|
|
26305
|
-
zIndex?: number | undefined;
|
|
26306
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26307
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26308
|
-
shadowOffset?: {
|
|
26309
|
-
width: number;
|
|
26310
|
-
height: number;
|
|
26311
|
-
} | undefined;
|
|
26312
|
-
shadowOpacity?: number | undefined;
|
|
26313
|
-
shadowRadius?: number | undefined;
|
|
26314
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26315
|
-
transformMatrix?: number[] | undefined;
|
|
26316
|
-
rotation?: number | undefined;
|
|
26317
|
-
scaleX?: number | undefined;
|
|
26318
|
-
scaleY?: number | undefined;
|
|
26319
|
-
translateX?: number | undefined;
|
|
26320
|
-
translateY?: number | undefined;
|
|
26321
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
26322
|
-
includeFontPadding?: boolean | undefined;
|
|
26323
|
-
};
|
|
26324
|
-
subtitle1: {
|
|
26325
|
-
fontSize: number;
|
|
26326
|
-
letterSpacing: number;
|
|
26327
|
-
lineHeight: number;
|
|
26328
|
-
color?: import("react-native").ColorValue | undefined;
|
|
26329
|
-
fontFamily?: string | undefined;
|
|
26330
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
26331
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
26332
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26333
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
26334
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
26335
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
26336
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
26337
|
-
textShadowOffset?: {
|
|
26338
|
-
width: number;
|
|
26339
|
-
height: number;
|
|
26340
|
-
} | undefined;
|
|
26341
|
-
textShadowRadius?: number | undefined;
|
|
26342
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26343
|
-
testID?: string | undefined;
|
|
26344
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26345
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26346
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26347
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26348
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26349
|
-
borderBottomEndRadius?: number | undefined;
|
|
26350
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26351
|
-
borderBottomRightRadius?: number | undefined;
|
|
26352
|
-
borderBottomStartRadius?: number | undefined;
|
|
26353
|
-
borderBottomWidth?: number | undefined;
|
|
26354
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26355
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26356
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26357
|
-
borderLeftWidth?: number | undefined;
|
|
26358
|
-
borderRadius?: number | undefined;
|
|
26359
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26360
|
-
borderRightWidth?: number | undefined;
|
|
26361
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26362
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26363
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26364
|
-
borderTopEndRadius?: number | undefined;
|
|
26365
|
-
borderTopLeftRadius?: number | undefined;
|
|
26366
|
-
borderTopRightRadius?: number | undefined;
|
|
26367
|
-
borderTopStartRadius?: number | undefined;
|
|
26368
|
-
borderTopWidth?: number | undefined;
|
|
26369
|
-
borderWidth?: number | undefined;
|
|
26370
|
-
opacity?: number | undefined;
|
|
26371
|
-
elevation?: number | undefined;
|
|
26372
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26373
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26374
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26375
|
-
aspectRatio?: number | undefined;
|
|
26376
|
-
borderEndWidth?: string | number | undefined;
|
|
26377
|
-
borderStartWidth?: string | number | undefined;
|
|
26378
|
-
bottom?: string | number | undefined;
|
|
26379
|
-
display?: "none" | "flex" | undefined;
|
|
26380
|
-
end?: string | number | undefined;
|
|
26381
|
-
flex?: number | undefined;
|
|
26382
|
-
flexBasis?: string | number | undefined;
|
|
26383
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26384
|
-
flexGrow?: number | undefined;
|
|
26385
|
-
flexShrink?: number | undefined;
|
|
26386
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26387
|
-
height?: string | number | undefined;
|
|
26388
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26389
|
-
left?: string | number | undefined;
|
|
26390
|
-
margin?: string | number | undefined;
|
|
26391
|
-
marginBottom?: string | number | undefined;
|
|
26392
|
-
marginEnd?: string | number | undefined;
|
|
26393
|
-
marginHorizontal?: string | number | undefined;
|
|
26394
|
-
marginLeft?: string | number | undefined;
|
|
26395
|
-
marginRight?: string | number | undefined;
|
|
26396
|
-
marginStart?: string | number | undefined;
|
|
26397
|
-
marginTop?: string | number | undefined;
|
|
26398
|
-
marginVertical?: string | number | undefined;
|
|
26399
|
-
maxHeight?: string | number | undefined;
|
|
26400
|
-
maxWidth?: string | number | undefined;
|
|
26401
|
-
minHeight?: string | number | undefined;
|
|
26402
|
-
minWidth?: string | number | undefined;
|
|
26403
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26404
|
-
padding?: string | number | undefined;
|
|
26405
|
-
paddingBottom?: string | number | undefined;
|
|
26406
|
-
paddingEnd?: string | number | undefined;
|
|
26407
|
-
paddingHorizontal?: string | number | undefined;
|
|
26408
|
-
paddingLeft?: string | number | undefined;
|
|
26409
|
-
paddingRight?: string | number | undefined;
|
|
26410
|
-
paddingStart?: string | number | undefined;
|
|
26411
|
-
paddingTop?: string | number | undefined;
|
|
26412
|
-
paddingVertical?: string | number | undefined;
|
|
26413
|
-
position?: "absolute" | "relative" | undefined;
|
|
26414
|
-
right?: string | number | undefined;
|
|
26415
|
-
start?: string | number | undefined;
|
|
26416
|
-
top?: string | number | undefined;
|
|
26417
|
-
width?: string | number | undefined;
|
|
26418
|
-
zIndex?: number | undefined;
|
|
26419
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26420
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26421
|
-
shadowOffset?: {
|
|
26422
|
-
width: number;
|
|
26423
|
-
height: number;
|
|
26424
|
-
} | undefined;
|
|
26425
|
-
shadowOpacity?: number | undefined;
|
|
26426
|
-
shadowRadius?: number | undefined;
|
|
26427
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26428
|
-
transformMatrix?: number[] | undefined;
|
|
26429
|
-
rotation?: number | undefined;
|
|
26430
|
-
scaleX?: number | undefined;
|
|
26431
|
-
scaleY?: number | undefined;
|
|
26432
|
-
translateX?: number | undefined;
|
|
26433
|
-
translateY?: number | undefined;
|
|
26434
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
26435
|
-
includeFontPadding?: boolean | undefined;
|
|
26436
|
-
};
|
|
26437
|
-
subtitle2: {
|
|
26438
|
-
fontSize: number;
|
|
26439
|
-
letterSpacing: number;
|
|
26440
|
-
lineHeight: number;
|
|
26441
|
-
color?: import("react-native").ColorValue | undefined;
|
|
26442
|
-
fontFamily?: string | undefined;
|
|
26443
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
26444
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
26445
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26446
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
26447
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
26448
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
26449
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
26450
|
-
textShadowOffset?: {
|
|
26451
|
-
width: number;
|
|
26452
|
-
height: number;
|
|
26453
|
-
} | undefined;
|
|
26454
|
-
textShadowRadius?: number | undefined;
|
|
26455
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26456
|
-
testID?: string | undefined;
|
|
26457
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26458
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26459
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26460
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26461
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26462
|
-
borderBottomEndRadius?: number | undefined;
|
|
26463
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26464
|
-
borderBottomRightRadius?: number | undefined;
|
|
26465
|
-
borderBottomStartRadius?: number | undefined;
|
|
26466
|
-
borderBottomWidth?: number | undefined;
|
|
26467
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26468
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26469
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26470
|
-
borderLeftWidth?: number | undefined;
|
|
26471
|
-
borderRadius?: number | undefined;
|
|
26472
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26473
|
-
borderRightWidth?: number | undefined;
|
|
26474
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26475
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26476
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26477
|
-
borderTopEndRadius?: number | undefined;
|
|
26478
|
-
borderTopLeftRadius?: number | undefined;
|
|
26479
|
-
borderTopRightRadius?: number | undefined;
|
|
26480
|
-
borderTopStartRadius?: number | undefined;
|
|
26481
|
-
borderTopWidth?: number | undefined;
|
|
26482
|
-
borderWidth?: number | undefined;
|
|
26483
|
-
opacity?: number | undefined;
|
|
26484
|
-
elevation?: number | undefined;
|
|
26485
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26486
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26487
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26488
|
-
aspectRatio?: number | undefined;
|
|
26489
|
-
borderEndWidth?: string | number | undefined;
|
|
26490
|
-
borderStartWidth?: string | number | undefined;
|
|
26491
|
-
bottom?: string | number | undefined;
|
|
26492
|
-
display?: "none" | "flex" | undefined;
|
|
26493
|
-
end?: string | number | undefined;
|
|
26494
|
-
flex?: number | undefined;
|
|
26495
|
-
flexBasis?: string | number | undefined;
|
|
26496
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26497
|
-
flexGrow?: number | undefined;
|
|
26498
|
-
flexShrink?: number | undefined;
|
|
26499
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26500
|
-
height?: string | number | undefined;
|
|
26501
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26502
|
-
left?: string | number | undefined;
|
|
26503
|
-
margin?: string | number | undefined;
|
|
26504
|
-
marginBottom?: string | number | undefined;
|
|
26505
|
-
marginEnd?: string | number | undefined;
|
|
26506
|
-
marginHorizontal?: string | number | undefined;
|
|
26507
|
-
marginLeft?: string | number | undefined;
|
|
26508
|
-
marginRight?: string | number | undefined;
|
|
26509
|
-
marginStart?: string | number | undefined;
|
|
26510
|
-
marginTop?: string | number | undefined;
|
|
26511
|
-
marginVertical?: string | number | undefined;
|
|
26512
|
-
maxHeight?: string | number | undefined;
|
|
26513
|
-
maxWidth?: string | number | undefined;
|
|
26514
|
-
minHeight?: string | number | undefined;
|
|
26515
|
-
minWidth?: string | number | undefined;
|
|
26516
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26517
|
-
padding?: string | number | undefined;
|
|
26518
|
-
paddingBottom?: string | number | undefined;
|
|
26519
|
-
paddingEnd?: string | number | undefined;
|
|
26520
|
-
paddingHorizontal?: string | number | undefined;
|
|
26521
|
-
paddingLeft?: string | number | undefined;
|
|
26522
|
-
paddingRight?: string | number | undefined;
|
|
26523
|
-
paddingStart?: string | number | undefined;
|
|
26524
|
-
paddingTop?: string | number | undefined;
|
|
26525
|
-
paddingVertical?: string | number | undefined;
|
|
26526
|
-
position?: "absolute" | "relative" | undefined;
|
|
26527
|
-
right?: string | number | undefined;
|
|
26528
|
-
start?: string | number | undefined;
|
|
26529
|
-
top?: string | number | undefined;
|
|
26530
|
-
width?: string | number | undefined;
|
|
26531
|
-
zIndex?: number | undefined;
|
|
26532
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26533
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26534
|
-
shadowOffset?: {
|
|
26535
|
-
width: number;
|
|
26536
|
-
height: number;
|
|
26537
|
-
} | undefined;
|
|
26538
|
-
shadowOpacity?: number | undefined;
|
|
26539
|
-
shadowRadius?: number | undefined;
|
|
26540
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26541
|
-
transformMatrix?: number[] | undefined;
|
|
26542
|
-
rotation?: number | undefined;
|
|
26543
|
-
scaleX?: number | undefined;
|
|
26544
|
-
scaleY?: number | undefined;
|
|
26545
|
-
translateX?: number | undefined;
|
|
26546
|
-
translateY?: number | undefined;
|
|
26547
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
26548
|
-
includeFontPadding?: boolean | undefined;
|
|
26549
|
-
};
|
|
26550
|
-
body1: {
|
|
26551
|
-
fontSize: number;
|
|
26552
|
-
letterSpacing: number;
|
|
26553
|
-
lineHeight: number;
|
|
26554
|
-
color?: import("react-native").ColorValue | undefined;
|
|
26555
|
-
fontFamily?: string | undefined;
|
|
26556
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
26557
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
26558
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26559
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
26560
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
26561
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
26562
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
26563
|
-
textShadowOffset?: {
|
|
26564
|
-
width: number;
|
|
26565
|
-
height: number;
|
|
26566
|
-
} | undefined;
|
|
26567
|
-
textShadowRadius?: number | undefined;
|
|
26568
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26569
|
-
testID?: string | undefined;
|
|
26570
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26571
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26572
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26573
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26574
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26575
|
-
borderBottomEndRadius?: number | undefined;
|
|
26576
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26577
|
-
borderBottomRightRadius?: number | undefined;
|
|
26578
|
-
borderBottomStartRadius?: number | undefined;
|
|
26579
|
-
borderBottomWidth?: number | undefined;
|
|
26580
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26581
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26582
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26583
|
-
borderLeftWidth?: number | undefined;
|
|
26584
|
-
borderRadius?: number | undefined;
|
|
26585
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26586
|
-
borderRightWidth?: number | undefined;
|
|
26587
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26588
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26589
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26590
|
-
borderTopEndRadius?: number | undefined;
|
|
26591
|
-
borderTopLeftRadius?: number | undefined;
|
|
26592
|
-
borderTopRightRadius?: number | undefined;
|
|
26593
|
-
borderTopStartRadius?: number | undefined;
|
|
26594
|
-
borderTopWidth?: number | undefined;
|
|
26595
|
-
borderWidth?: number | undefined;
|
|
26596
|
-
opacity?: number | undefined;
|
|
26597
|
-
elevation?: number | undefined;
|
|
26598
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26599
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26600
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26601
|
-
aspectRatio?: number | undefined;
|
|
26602
|
-
borderEndWidth?: string | number | undefined;
|
|
26603
|
-
borderStartWidth?: string | number | undefined;
|
|
26604
|
-
bottom?: string | number | undefined;
|
|
26605
|
-
display?: "none" | "flex" | undefined;
|
|
26606
|
-
end?: string | number | undefined;
|
|
26607
|
-
flex?: number | undefined;
|
|
26608
|
-
flexBasis?: string | number | undefined;
|
|
26609
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26610
|
-
flexGrow?: number | undefined;
|
|
26611
|
-
flexShrink?: number | undefined;
|
|
26612
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26613
|
-
height?: string | number | undefined;
|
|
26614
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26615
|
-
left?: string | number | undefined;
|
|
26616
|
-
margin?: string | number | undefined;
|
|
26617
|
-
marginBottom?: string | number | undefined;
|
|
26618
|
-
marginEnd?: string | number | undefined;
|
|
26619
|
-
marginHorizontal?: string | number | undefined;
|
|
26620
|
-
marginLeft?: string | number | undefined;
|
|
26621
|
-
marginRight?: string | number | undefined;
|
|
26622
|
-
marginStart?: string | number | undefined;
|
|
26623
|
-
marginTop?: string | number | undefined;
|
|
26624
|
-
marginVertical?: string | number | undefined;
|
|
26625
|
-
maxHeight?: string | number | undefined;
|
|
26626
|
-
maxWidth?: string | number | undefined;
|
|
26627
|
-
minHeight?: string | number | undefined;
|
|
26628
|
-
minWidth?: string | number | undefined;
|
|
26629
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26630
|
-
padding?: string | number | undefined;
|
|
26631
|
-
paddingBottom?: string | number | undefined;
|
|
26632
|
-
paddingEnd?: string | number | undefined;
|
|
26633
|
-
paddingHorizontal?: string | number | undefined;
|
|
26634
|
-
paddingLeft?: string | number | undefined;
|
|
26635
|
-
paddingRight?: string | number | undefined;
|
|
26636
|
-
paddingStart?: string | number | undefined;
|
|
26637
|
-
paddingTop?: string | number | undefined;
|
|
26638
|
-
paddingVertical?: string | number | undefined;
|
|
26639
|
-
position?: "absolute" | "relative" | undefined;
|
|
26640
|
-
right?: string | number | undefined;
|
|
26641
|
-
start?: string | number | undefined;
|
|
26642
|
-
top?: string | number | undefined;
|
|
26643
|
-
width?: string | number | undefined;
|
|
26644
|
-
zIndex?: number | undefined;
|
|
26645
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26646
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26647
|
-
shadowOffset?: {
|
|
26648
|
-
width: number;
|
|
26649
|
-
height: number;
|
|
26650
|
-
} | undefined;
|
|
26651
|
-
shadowOpacity?: number | undefined;
|
|
26652
|
-
shadowRadius?: number | undefined;
|
|
26653
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26654
|
-
transformMatrix?: number[] | undefined;
|
|
26655
|
-
rotation?: number | undefined;
|
|
26656
|
-
scaleX?: number | undefined;
|
|
26657
|
-
scaleY?: number | undefined;
|
|
26658
|
-
translateX?: number | undefined;
|
|
26659
|
-
translateY?: number | undefined;
|
|
26660
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
26661
|
-
includeFontPadding?: boolean | undefined;
|
|
26662
|
-
};
|
|
26663
|
-
body2: {
|
|
26664
|
-
fontSize: number;
|
|
26665
|
-
letterSpacing: number;
|
|
26666
|
-
lineHeight: number;
|
|
26667
|
-
color?: import("react-native").ColorValue | undefined;
|
|
26668
|
-
fontFamily?: string | undefined;
|
|
26669
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
26670
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
26671
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26672
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
26673
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
26674
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
26675
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
26676
|
-
textShadowOffset?: {
|
|
26677
|
-
width: number;
|
|
26678
|
-
height: number;
|
|
26679
|
-
} | undefined;
|
|
26680
|
-
textShadowRadius?: number | undefined;
|
|
26681
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26682
|
-
testID?: string | undefined;
|
|
26683
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26684
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26685
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26686
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26687
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26688
|
-
borderBottomEndRadius?: number | undefined;
|
|
26689
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26690
|
-
borderBottomRightRadius?: number | undefined;
|
|
26691
|
-
borderBottomStartRadius?: number | undefined;
|
|
26692
|
-
borderBottomWidth?: number | undefined;
|
|
26693
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26694
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26695
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26696
|
-
borderLeftWidth?: number | undefined;
|
|
26697
|
-
borderRadius?: number | undefined;
|
|
26698
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26699
|
-
borderRightWidth?: number | undefined;
|
|
26700
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26701
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26702
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26703
|
-
borderTopEndRadius?: number | undefined;
|
|
26704
|
-
borderTopLeftRadius?: number | undefined;
|
|
26705
|
-
borderTopRightRadius?: number | undefined;
|
|
26706
|
-
borderTopStartRadius?: number | undefined;
|
|
26707
|
-
borderTopWidth?: number | undefined;
|
|
26708
|
-
borderWidth?: number | undefined;
|
|
26709
|
-
opacity?: number | undefined;
|
|
26710
|
-
elevation?: number | undefined;
|
|
26711
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26712
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26713
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26714
|
-
aspectRatio?: number | undefined;
|
|
26715
|
-
borderEndWidth?: string | number | undefined;
|
|
26716
|
-
borderStartWidth?: string | number | undefined;
|
|
26717
|
-
bottom?: string | number | undefined;
|
|
26718
|
-
display?: "none" | "flex" | undefined;
|
|
26719
|
-
end?: string | number | undefined;
|
|
26720
|
-
flex?: number | undefined;
|
|
26721
|
-
flexBasis?: string | number | undefined;
|
|
26722
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26723
|
-
flexGrow?: number | undefined;
|
|
26724
|
-
flexShrink?: number | undefined;
|
|
26725
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26726
|
-
height?: string | number | undefined;
|
|
26727
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26728
|
-
left?: string | number | undefined;
|
|
26729
|
-
margin?: string | number | undefined;
|
|
26730
|
-
marginBottom?: string | number | undefined;
|
|
26731
|
-
marginEnd?: string | number | undefined;
|
|
26732
|
-
marginHorizontal?: string | number | undefined;
|
|
26733
|
-
marginLeft?: string | number | undefined;
|
|
26734
|
-
marginRight?: string | number | undefined;
|
|
26735
|
-
marginStart?: string | number | undefined;
|
|
26736
|
-
marginTop?: string | number | undefined;
|
|
26737
|
-
marginVertical?: string | number | undefined;
|
|
26738
|
-
maxHeight?: string | number | undefined;
|
|
26739
|
-
maxWidth?: string | number | undefined;
|
|
26740
|
-
minHeight?: string | number | undefined;
|
|
26741
|
-
minWidth?: string | number | undefined;
|
|
26742
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26743
|
-
padding?: string | number | undefined;
|
|
26744
|
-
paddingBottom?: string | number | undefined;
|
|
26745
|
-
paddingEnd?: string | number | undefined;
|
|
26746
|
-
paddingHorizontal?: string | number | undefined;
|
|
26747
|
-
paddingLeft?: string | number | undefined;
|
|
26748
|
-
paddingRight?: string | number | undefined;
|
|
26749
|
-
paddingStart?: string | number | undefined;
|
|
26750
|
-
paddingTop?: string | number | undefined;
|
|
26751
|
-
paddingVertical?: string | number | undefined;
|
|
26752
|
-
position?: "absolute" | "relative" | undefined;
|
|
26753
|
-
right?: string | number | undefined;
|
|
26754
|
-
start?: string | number | undefined;
|
|
26755
|
-
top?: string | number | undefined;
|
|
26756
|
-
width?: string | number | undefined;
|
|
26757
|
-
zIndex?: number | undefined;
|
|
26758
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26759
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26760
|
-
shadowOffset?: {
|
|
26761
|
-
width: number;
|
|
26762
|
-
height: number;
|
|
26763
|
-
} | undefined;
|
|
26764
|
-
shadowOpacity?: number | undefined;
|
|
26765
|
-
shadowRadius?: number | undefined;
|
|
26766
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26767
|
-
transformMatrix?: number[] | undefined;
|
|
26768
|
-
rotation?: number | undefined;
|
|
26769
|
-
scaleX?: number | undefined;
|
|
26770
|
-
scaleY?: number | undefined;
|
|
26771
|
-
translateX?: number | undefined;
|
|
26772
|
-
translateY?: number | undefined;
|
|
26773
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
26774
|
-
includeFontPadding?: boolean | undefined;
|
|
26775
|
-
};
|
|
26776
|
-
button: {
|
|
26777
|
-
fontSize: number;
|
|
26778
|
-
letterSpacing: number;
|
|
26779
|
-
lineHeight: number;
|
|
26780
|
-
color?: import("react-native").ColorValue | undefined;
|
|
26781
|
-
fontFamily?: string | undefined;
|
|
26782
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
26783
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
26784
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26785
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
26786
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
26787
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
26788
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
26789
|
-
textShadowOffset?: {
|
|
26790
|
-
width: number;
|
|
26791
|
-
height: number;
|
|
26792
|
-
} | undefined;
|
|
26793
|
-
textShadowRadius?: number | undefined;
|
|
26794
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26795
|
-
testID?: string | undefined;
|
|
26796
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26797
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26798
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26799
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26800
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26801
|
-
borderBottomEndRadius?: number | undefined;
|
|
26802
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26803
|
-
borderBottomRightRadius?: number | undefined;
|
|
26804
|
-
borderBottomStartRadius?: number | undefined;
|
|
26805
|
-
borderBottomWidth?: number | undefined;
|
|
26806
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26807
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26808
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26809
|
-
borderLeftWidth?: number | undefined;
|
|
26810
|
-
borderRadius?: number | undefined;
|
|
26811
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26812
|
-
borderRightWidth?: number | undefined;
|
|
26813
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26814
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26815
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26816
|
-
borderTopEndRadius?: number | undefined;
|
|
26817
|
-
borderTopLeftRadius?: number | undefined;
|
|
26818
|
-
borderTopRightRadius?: number | undefined;
|
|
26819
|
-
borderTopStartRadius?: number | undefined;
|
|
26820
|
-
borderTopWidth?: number | undefined;
|
|
26821
|
-
borderWidth?: number | undefined;
|
|
26822
|
-
opacity?: number | undefined;
|
|
26823
|
-
elevation?: number | undefined;
|
|
26824
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26825
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26826
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26827
|
-
aspectRatio?: number | undefined;
|
|
26828
|
-
borderEndWidth?: string | number | undefined;
|
|
26829
|
-
borderStartWidth?: string | number | undefined;
|
|
26830
|
-
bottom?: string | number | undefined;
|
|
26831
|
-
display?: "none" | "flex" | undefined;
|
|
26832
|
-
end?: string | number | undefined;
|
|
26833
|
-
flex?: number | undefined;
|
|
26834
|
-
flexBasis?: string | number | undefined;
|
|
26835
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26836
|
-
flexGrow?: number | undefined;
|
|
26837
|
-
flexShrink?: number | undefined;
|
|
26838
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26839
|
-
height?: string | number | undefined;
|
|
26840
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26841
|
-
left?: string | number | undefined;
|
|
26842
|
-
margin?: string | number | undefined;
|
|
26843
|
-
marginBottom?: string | number | undefined;
|
|
26844
|
-
marginEnd?: string | number | undefined;
|
|
26845
|
-
marginHorizontal?: string | number | undefined;
|
|
26846
|
-
marginLeft?: string | number | undefined;
|
|
26847
|
-
marginRight?: string | number | undefined;
|
|
26848
|
-
marginStart?: string | number | undefined;
|
|
26849
|
-
marginTop?: string | number | undefined;
|
|
26850
|
-
marginVertical?: string | number | undefined;
|
|
26851
|
-
maxHeight?: string | number | undefined;
|
|
26852
|
-
maxWidth?: string | number | undefined;
|
|
26853
|
-
minHeight?: string | number | undefined;
|
|
26854
|
-
minWidth?: string | number | undefined;
|
|
26855
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26856
|
-
padding?: string | number | undefined;
|
|
26857
|
-
paddingBottom?: string | number | undefined;
|
|
26858
|
-
paddingEnd?: string | number | undefined;
|
|
26859
|
-
paddingHorizontal?: string | number | undefined;
|
|
26860
|
-
paddingLeft?: string | number | undefined;
|
|
26861
|
-
paddingRight?: string | number | undefined;
|
|
26862
|
-
paddingStart?: string | number | undefined;
|
|
26863
|
-
paddingTop?: string | number | undefined;
|
|
26864
|
-
paddingVertical?: string | number | undefined;
|
|
26865
|
-
position?: "absolute" | "relative" | undefined;
|
|
26866
|
-
right?: string | number | undefined;
|
|
26867
|
-
start?: string | number | undefined;
|
|
26868
|
-
top?: string | number | undefined;
|
|
26869
|
-
width?: string | number | undefined;
|
|
26870
|
-
zIndex?: number | undefined;
|
|
26871
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26872
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26873
|
-
shadowOffset?: {
|
|
26874
|
-
width: number;
|
|
26875
|
-
height: number;
|
|
26876
|
-
} | undefined;
|
|
26877
|
-
shadowOpacity?: number | undefined;
|
|
26878
|
-
shadowRadius?: number | undefined;
|
|
26879
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26880
|
-
transformMatrix?: number[] | undefined;
|
|
26881
|
-
rotation?: number | undefined;
|
|
26882
|
-
scaleX?: number | undefined;
|
|
26883
|
-
scaleY?: number | undefined;
|
|
26884
|
-
translateX?: number | undefined;
|
|
26885
|
-
translateY?: number | undefined;
|
|
26886
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
26887
|
-
includeFontPadding?: boolean | undefined;
|
|
26888
|
-
};
|
|
26889
|
-
caption: {
|
|
26890
|
-
fontSize: number;
|
|
26891
|
-
letterSpacing: number;
|
|
26892
|
-
lineHeight: number;
|
|
26893
|
-
color?: import("react-native").ColorValue | undefined;
|
|
26894
|
-
fontFamily?: string | undefined;
|
|
26895
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
26896
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
26897
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
26898
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
26899
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
26900
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
26901
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
26902
|
-
textShadowOffset?: {
|
|
26903
|
-
width: number;
|
|
26904
|
-
height: number;
|
|
26905
|
-
} | undefined;
|
|
26906
|
-
textShadowRadius?: number | undefined;
|
|
26907
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
26908
|
-
testID?: string | undefined;
|
|
26909
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
26910
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
26911
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
26912
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
26913
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
26914
|
-
borderBottomEndRadius?: number | undefined;
|
|
26915
|
-
borderBottomLeftRadius?: number | undefined;
|
|
26916
|
-
borderBottomRightRadius?: number | undefined;
|
|
26917
|
-
borderBottomStartRadius?: number | undefined;
|
|
26918
|
-
borderBottomWidth?: number | undefined;
|
|
26919
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
26920
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
26921
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
26922
|
-
borderLeftWidth?: number | undefined;
|
|
26923
|
-
borderRadius?: number | undefined;
|
|
26924
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
26925
|
-
borderRightWidth?: number | undefined;
|
|
26926
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
26927
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
26928
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
26929
|
-
borderTopEndRadius?: number | undefined;
|
|
26930
|
-
borderTopLeftRadius?: number | undefined;
|
|
26931
|
-
borderTopRightRadius?: number | undefined;
|
|
26932
|
-
borderTopStartRadius?: number | undefined;
|
|
26933
|
-
borderTopWidth?: number | undefined;
|
|
26934
|
-
borderWidth?: number | undefined;
|
|
26935
|
-
opacity?: number | undefined;
|
|
26936
|
-
elevation?: number | undefined;
|
|
26937
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
26938
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
26939
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
26940
|
-
aspectRatio?: number | undefined;
|
|
26941
|
-
borderEndWidth?: string | number | undefined;
|
|
26942
|
-
borderStartWidth?: string | number | undefined;
|
|
26943
|
-
bottom?: string | number | undefined;
|
|
26944
|
-
display?: "none" | "flex" | undefined;
|
|
26945
|
-
end?: string | number | undefined;
|
|
26946
|
-
flex?: number | undefined;
|
|
26947
|
-
flexBasis?: string | number | undefined;
|
|
26948
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
26949
|
-
flexGrow?: number | undefined;
|
|
26950
|
-
flexShrink?: number | undefined;
|
|
26951
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
26952
|
-
height?: string | number | undefined;
|
|
26953
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
26954
|
-
left?: string | number | undefined;
|
|
26955
|
-
margin?: string | number | undefined;
|
|
26956
|
-
marginBottom?: string | number | undefined;
|
|
26957
|
-
marginEnd?: string | number | undefined;
|
|
26958
|
-
marginHorizontal?: string | number | undefined;
|
|
26959
|
-
marginLeft?: string | number | undefined;
|
|
26960
|
-
marginRight?: string | number | undefined;
|
|
26961
|
-
marginStart?: string | number | undefined;
|
|
26962
|
-
marginTop?: string | number | undefined;
|
|
26963
|
-
marginVertical?: string | number | undefined;
|
|
26964
|
-
maxHeight?: string | number | undefined;
|
|
26965
|
-
maxWidth?: string | number | undefined;
|
|
26966
|
-
minHeight?: string | number | undefined;
|
|
26967
|
-
minWidth?: string | number | undefined;
|
|
26968
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
26969
|
-
padding?: string | number | undefined;
|
|
26970
|
-
paddingBottom?: string | number | undefined;
|
|
26971
|
-
paddingEnd?: string | number | undefined;
|
|
26972
|
-
paddingHorizontal?: string | number | undefined;
|
|
26973
|
-
paddingLeft?: string | number | undefined;
|
|
26974
|
-
paddingRight?: string | number | undefined;
|
|
26975
|
-
paddingStart?: string | number | undefined;
|
|
26976
|
-
paddingTop?: string | number | undefined;
|
|
26977
|
-
paddingVertical?: string | number | undefined;
|
|
26978
|
-
position?: "absolute" | "relative" | undefined;
|
|
26979
|
-
right?: string | number | undefined;
|
|
26980
|
-
start?: string | number | undefined;
|
|
26981
|
-
top?: string | number | undefined;
|
|
26982
|
-
width?: string | number | undefined;
|
|
26983
|
-
zIndex?: number | undefined;
|
|
26984
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
26985
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
26986
|
-
shadowOffset?: {
|
|
26987
|
-
width: number;
|
|
26988
|
-
height: number;
|
|
26989
|
-
} | undefined;
|
|
26990
|
-
shadowOpacity?: number | undefined;
|
|
26991
|
-
shadowRadius?: number | undefined;
|
|
26992
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
26993
|
-
transformMatrix?: number[] | undefined;
|
|
26994
|
-
rotation?: number | undefined;
|
|
26995
|
-
scaleX?: number | undefined;
|
|
26996
|
-
scaleY?: number | undefined;
|
|
26997
|
-
translateX?: number | undefined;
|
|
26998
|
-
translateY?: number | undefined;
|
|
26999
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
27000
|
-
includeFontPadding?: boolean | undefined;
|
|
27001
|
-
};
|
|
27002
|
-
overline: {
|
|
27003
|
-
fontSize: number;
|
|
27004
|
-
letterSpacing: number;
|
|
27005
|
-
lineHeight: number;
|
|
27006
|
-
color?: import("react-native").ColorValue | undefined;
|
|
27007
|
-
fontFamily?: string | undefined;
|
|
27008
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
27009
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
27010
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
27011
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
27012
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
27013
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
27014
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
27015
|
-
textShadowOffset?: {
|
|
27016
|
-
width: number;
|
|
27017
|
-
height: number;
|
|
27018
|
-
} | undefined;
|
|
27019
|
-
textShadowRadius?: number | undefined;
|
|
27020
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
27021
|
-
testID?: string | undefined;
|
|
27022
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
27023
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
27024
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
27025
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
27026
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
27027
|
-
borderBottomEndRadius?: number | undefined;
|
|
27028
|
-
borderBottomLeftRadius?: number | undefined;
|
|
27029
|
-
borderBottomRightRadius?: number | undefined;
|
|
27030
|
-
borderBottomStartRadius?: number | undefined;
|
|
27031
|
-
borderBottomWidth?: number | undefined;
|
|
27032
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
27033
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
27034
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
27035
|
-
borderLeftWidth?: number | undefined;
|
|
27036
|
-
borderRadius?: number | undefined;
|
|
27037
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
27038
|
-
borderRightWidth?: number | undefined;
|
|
27039
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
27040
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
27041
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
27042
|
-
borderTopEndRadius?: number | undefined;
|
|
27043
|
-
borderTopLeftRadius?: number | undefined;
|
|
27044
|
-
borderTopRightRadius?: number | undefined;
|
|
27045
|
-
borderTopStartRadius?: number | undefined;
|
|
27046
|
-
borderTopWidth?: number | undefined;
|
|
27047
|
-
borderWidth?: number | undefined;
|
|
27048
|
-
opacity?: number | undefined;
|
|
27049
|
-
elevation?: number | undefined;
|
|
27050
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
27051
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
27052
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
27053
|
-
aspectRatio?: number | undefined;
|
|
27054
|
-
borderEndWidth?: string | number | undefined;
|
|
27055
|
-
borderStartWidth?: string | number | undefined;
|
|
27056
|
-
bottom?: string | number | undefined;
|
|
27057
|
-
display?: "none" | "flex" | undefined;
|
|
27058
|
-
end?: string | number | undefined;
|
|
27059
|
-
flex?: number | undefined;
|
|
27060
|
-
flexBasis?: string | number | undefined;
|
|
27061
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
27062
|
-
flexGrow?: number | undefined;
|
|
27063
|
-
flexShrink?: number | undefined;
|
|
27064
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
27065
|
-
height?: string | number | undefined;
|
|
27066
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
27067
|
-
left?: string | number | undefined;
|
|
27068
|
-
margin?: string | number | undefined;
|
|
27069
|
-
marginBottom?: string | number | undefined;
|
|
27070
|
-
marginEnd?: string | number | undefined;
|
|
27071
|
-
marginHorizontal?: string | number | undefined;
|
|
27072
|
-
marginLeft?: string | number | undefined;
|
|
27073
|
-
marginRight?: string | number | undefined;
|
|
27074
|
-
marginStart?: string | number | undefined;
|
|
27075
|
-
marginTop?: string | number | undefined;
|
|
27076
|
-
marginVertical?: string | number | undefined;
|
|
27077
|
-
maxHeight?: string | number | undefined;
|
|
27078
|
-
maxWidth?: string | number | undefined;
|
|
27079
|
-
minHeight?: string | number | undefined;
|
|
27080
|
-
minWidth?: string | number | undefined;
|
|
27081
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
27082
|
-
padding?: string | number | undefined;
|
|
27083
|
-
paddingBottom?: string | number | undefined;
|
|
27084
|
-
paddingEnd?: string | number | undefined;
|
|
27085
|
-
paddingHorizontal?: string | number | undefined;
|
|
27086
|
-
paddingLeft?: string | number | undefined;
|
|
27087
|
-
paddingRight?: string | number | undefined;
|
|
27088
|
-
paddingStart?: string | number | undefined;
|
|
27089
|
-
paddingTop?: string | number | undefined;
|
|
27090
|
-
paddingVertical?: string | number | undefined;
|
|
27091
|
-
position?: "absolute" | "relative" | undefined;
|
|
27092
|
-
right?: string | number | undefined;
|
|
27093
|
-
start?: string | number | undefined;
|
|
27094
|
-
top?: string | number | undefined;
|
|
27095
|
-
width?: string | number | undefined;
|
|
27096
|
-
zIndex?: number | undefined;
|
|
27097
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
27098
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
27099
|
-
shadowOffset?: {
|
|
27100
|
-
width: number;
|
|
27101
|
-
height: number;
|
|
27102
|
-
} | undefined;
|
|
27103
|
-
shadowOpacity?: number | undefined;
|
|
27104
|
-
shadowRadius?: number | undefined;
|
|
27105
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
27106
|
-
transformMatrix?: number[] | undefined;
|
|
27107
|
-
rotation?: number | undefined;
|
|
27108
|
-
scaleX?: number | undefined;
|
|
27109
|
-
scaleY?: number | undefined;
|
|
27110
|
-
translateX?: number | undefined;
|
|
27111
|
-
translateY?: number | undefined;
|
|
27112
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
27113
|
-
includeFontPadding?: boolean | undefined;
|
|
27114
|
-
};
|
|
27115
|
-
headline6: {
|
|
27116
|
-
fontSize: number;
|
|
27117
|
-
letterSpacing: number;
|
|
27118
|
-
lineHeight: number;
|
|
27119
|
-
color?: import("react-native").ColorValue | undefined;
|
|
27120
|
-
fontFamily?: string | undefined;
|
|
27121
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
27122
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
27123
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
27124
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
27125
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
27126
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
27127
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
27128
|
-
textShadowOffset?: {
|
|
27129
|
-
width: number;
|
|
27130
|
-
height: number;
|
|
27131
|
-
} | undefined;
|
|
27132
|
-
textShadowRadius?: number | undefined;
|
|
27133
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
27134
|
-
testID?: string | undefined;
|
|
27135
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
27136
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
27137
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
27138
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
27139
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
27140
|
-
borderBottomEndRadius?: number | undefined;
|
|
27141
|
-
borderBottomLeftRadius?: number | undefined;
|
|
27142
|
-
borderBottomRightRadius?: number | undefined;
|
|
27143
|
-
borderBottomStartRadius?: number | undefined;
|
|
27144
|
-
borderBottomWidth?: number | undefined;
|
|
27145
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
27146
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
27147
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
27148
|
-
borderLeftWidth?: number | undefined;
|
|
27149
|
-
borderRadius?: number | undefined;
|
|
27150
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
27151
|
-
borderRightWidth?: number | undefined;
|
|
27152
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
27153
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
27154
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
27155
|
-
borderTopEndRadius?: number | undefined;
|
|
27156
|
-
borderTopLeftRadius?: number | undefined;
|
|
27157
|
-
borderTopRightRadius?: number | undefined;
|
|
27158
|
-
borderTopStartRadius?: number | undefined;
|
|
27159
|
-
borderTopWidth?: number | undefined;
|
|
27160
|
-
borderWidth?: number | undefined;
|
|
27161
|
-
opacity?: number | undefined;
|
|
27162
|
-
elevation?: number | undefined;
|
|
27163
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
27164
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
27165
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
27166
|
-
aspectRatio?: number | undefined;
|
|
27167
|
-
borderEndWidth?: string | number | undefined;
|
|
27168
|
-
borderStartWidth?: string | number | undefined;
|
|
27169
|
-
bottom?: string | number | undefined;
|
|
27170
|
-
display?: "none" | "flex" | undefined;
|
|
27171
|
-
end?: string | number | undefined;
|
|
27172
|
-
flex?: number | undefined;
|
|
27173
|
-
flexBasis?: string | number | undefined;
|
|
27174
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
27175
|
-
flexGrow?: number | undefined;
|
|
27176
|
-
flexShrink?: number | undefined;
|
|
27177
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
27178
|
-
height?: string | number | undefined;
|
|
27179
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
27180
|
-
left?: string | number | undefined;
|
|
27181
|
-
margin?: string | number | undefined;
|
|
27182
|
-
marginBottom?: string | number | undefined;
|
|
27183
|
-
marginEnd?: string | number | undefined;
|
|
27184
|
-
marginHorizontal?: string | number | undefined;
|
|
27185
|
-
marginLeft?: string | number | undefined;
|
|
27186
|
-
marginRight?: string | number | undefined;
|
|
27187
|
-
marginStart?: string | number | undefined;
|
|
27188
|
-
marginTop?: string | number | undefined;
|
|
27189
|
-
marginVertical?: string | number | undefined;
|
|
27190
|
-
maxHeight?: string | number | undefined;
|
|
27191
|
-
maxWidth?: string | number | undefined;
|
|
27192
|
-
minHeight?: string | number | undefined;
|
|
27193
|
-
minWidth?: string | number | undefined;
|
|
27194
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
27195
|
-
padding?: string | number | undefined;
|
|
27196
|
-
paddingBottom?: string | number | undefined;
|
|
27197
|
-
paddingEnd?: string | number | undefined;
|
|
27198
|
-
paddingHorizontal?: string | number | undefined;
|
|
27199
|
-
paddingLeft?: string | number | undefined;
|
|
27200
|
-
paddingRight?: string | number | undefined;
|
|
27201
|
-
paddingStart?: string | number | undefined;
|
|
27202
|
-
paddingTop?: string | number | undefined;
|
|
27203
|
-
paddingVertical?: string | number | undefined;
|
|
27204
|
-
position?: "absolute" | "relative" | undefined;
|
|
27205
|
-
right?: string | number | undefined;
|
|
27206
|
-
start?: string | number | undefined;
|
|
27207
|
-
top?: string | number | undefined;
|
|
27208
|
-
width?: string | number | undefined;
|
|
27209
|
-
zIndex?: number | undefined;
|
|
27210
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
27211
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
27212
|
-
shadowOffset?: {
|
|
27213
|
-
width: number;
|
|
27214
|
-
height: number;
|
|
27215
|
-
} | undefined;
|
|
27216
|
-
shadowOpacity?: number | undefined;
|
|
27217
|
-
shadowRadius?: number | undefined;
|
|
27218
|
-
transform?: (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | undefined;
|
|
27219
|
-
transformMatrix?: number[] | undefined;
|
|
27220
|
-
rotation?: number | undefined;
|
|
27221
|
-
scaleX?: number | undefined;
|
|
27222
|
-
scaleY?: number | undefined;
|
|
27223
|
-
translateX?: number | undefined;
|
|
27224
|
-
translateY?: number | undefined;
|
|
27225
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
27226
|
-
includeFontPadding?: boolean | undefined;
|
|
27227
|
-
};
|
|
27228
|
-
};
|
|
27229
|
-
};
|
|
27230
|
-
onChange?: ((text: string) => void) | undefined;
|
|
27231
|
-
onSubmit?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").TextInputSubmitEditingEventData>) => void) | undefined;
|
|
27232
|
-
value?: string | undefined;
|
|
27233
|
-
defaultValue?: string | undefined;
|
|
27234
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
24308
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
24309
|
+
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
27235
24310
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
27236
24311
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
27237
|
-
export declare const
|
|
27238
|
-
|
|
27239
|
-
|
|
27240
|
-
|
|
27241
|
-
onPress?: (() => void) | undefined;
|
|
24312
|
+
export declare const FieldSearchBarFull: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
24313
|
+
showIcon: boolean;
|
|
24314
|
+
icon?: string | undefined;
|
|
24315
|
+
placeholder?: string | undefined;
|
|
27242
24316
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
27243
24317
|
theme: {
|
|
27244
24318
|
disabledOpacity: number;
|
|
@@ -27268,6 +24342,12 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
|
|
|
27268
24342
|
};
|
|
27269
24343
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
27270
24344
|
typography: {
|
|
24345
|
+
/**
|
|
24346
|
+
* Components with Injected Dependencies
|
|
24347
|
+
*
|
|
24348
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
24349
|
+
* is snack / expo / react-native
|
|
24350
|
+
*/
|
|
27271
24351
|
headline1: {
|
|
27272
24352
|
fontSize: number;
|
|
27273
24353
|
letterSpacing: number;
|
|
@@ -28739,13 +25819,16 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
|
|
|
28739
25819
|
};
|
|
28740
25820
|
};
|
|
28741
25821
|
};
|
|
28742
|
-
|
|
25822
|
+
onChange?: ((text: string) => void) | undefined;
|
|
25823
|
+
onSubmit?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").TextInputSubmitEditingEventData>) => void) | undefined;
|
|
25824
|
+
value?: string | undefined;
|
|
25825
|
+
defaultValue?: string | undefined;
|
|
25826
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
28743
25827
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
28744
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
28745
|
-
|
|
28746
|
-
|
|
28747
|
-
|
|
28748
|
-
onPress?: (() => void) | undefined;
|
|
25828
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
25829
|
+
showIcon: boolean;
|
|
25830
|
+
icon?: string | undefined;
|
|
25831
|
+
placeholder?: string | undefined;
|
|
28749
25832
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
28750
25833
|
theme: {
|
|
28751
25834
|
disabledOpacity: number;
|
|
@@ -28775,6 +25858,12 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
|
|
|
28775
25858
|
};
|
|
28776
25859
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
28777
25860
|
typography: {
|
|
25861
|
+
/**
|
|
25862
|
+
* Components with Injected Dependencies
|
|
25863
|
+
*
|
|
25864
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
25865
|
+
* is snack / expo / react-native
|
|
25866
|
+
*/
|
|
28778
25867
|
headline1: {
|
|
28779
25868
|
fontSize: number;
|
|
28780
25869
|
letterSpacing: number;
|
|
@@ -30246,10 +27335,14 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
|
|
|
30246
27335
|
};
|
|
30247
27336
|
};
|
|
30248
27337
|
};
|
|
30249
|
-
|
|
27338
|
+
onChange?: ((text: string) => void) | undefined;
|
|
27339
|
+
onSubmit?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").TextInputSubmitEditingEventData>) => void) | undefined;
|
|
27340
|
+
value?: string | undefined;
|
|
27341
|
+
defaultValue?: string | undefined;
|
|
27342
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
30250
27343
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
30251
27344
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
30252
|
-
export declare const
|
|
27345
|
+
export declare const HeaderLarge: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
30253
27346
|
title: string;
|
|
30254
27347
|
buttonText: string;
|
|
30255
27348
|
icon: string;
|
|
@@ -30283,6 +27376,12 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
|
|
|
30283
27376
|
};
|
|
30284
27377
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
30285
27378
|
typography: {
|
|
27379
|
+
/**
|
|
27380
|
+
* Components with Injected Dependencies
|
|
27381
|
+
*
|
|
27382
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
27383
|
+
* is snack / expo / react-native
|
|
27384
|
+
*/
|
|
30286
27385
|
headline1: {
|
|
30287
27386
|
fontSize: number;
|
|
30288
27387
|
letterSpacing: number;
|
|
@@ -31754,9 +28853,9 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
|
|
|
31754
28853
|
};
|
|
31755
28854
|
};
|
|
31756
28855
|
};
|
|
31757
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
28856
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
31758
28857
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
31759
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
28858
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
31760
28859
|
title: string;
|
|
31761
28860
|
buttonText: string;
|
|
31762
28861
|
icon: string;
|
|
@@ -31790,6 +28889,12 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
|
|
|
31790
28889
|
};
|
|
31791
28890
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
31792
28891
|
typography: {
|
|
28892
|
+
/**
|
|
28893
|
+
* Components with Injected Dependencies
|
|
28894
|
+
*
|
|
28895
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
28896
|
+
* is snack / expo / react-native
|
|
28897
|
+
*/
|
|
31793
28898
|
headline1: {
|
|
31794
28899
|
fontSize: number;
|
|
31795
28900
|
letterSpacing: number;
|
|
@@ -33261,10 +30366,10 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
|
|
|
33261
30366
|
};
|
|
33262
30367
|
};
|
|
33263
30368
|
};
|
|
33264
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
30369
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
33265
30370
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
33266
30371
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
33267
|
-
export declare const
|
|
30372
|
+
export declare const HeaderMedium: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
33268
30373
|
title: string;
|
|
33269
30374
|
buttonText: string;
|
|
33270
30375
|
icon: string;
|
|
@@ -33298,6 +30403,12 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
|
|
|
33298
30403
|
};
|
|
33299
30404
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
33300
30405
|
typography: {
|
|
30406
|
+
/**
|
|
30407
|
+
* Components with Injected Dependencies
|
|
30408
|
+
*
|
|
30409
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
30410
|
+
* is snack / expo / react-native
|
|
30411
|
+
*/
|
|
33301
30412
|
headline1: {
|
|
33302
30413
|
fontSize: number;
|
|
33303
30414
|
letterSpacing: number;
|
|
@@ -34769,9 +31880,9 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
|
|
|
34769
31880
|
};
|
|
34770
31881
|
};
|
|
34771
31882
|
};
|
|
34772
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
31883
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
34773
31884
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
34774
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
31885
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
34775
31886
|
title: string;
|
|
34776
31887
|
buttonText: string;
|
|
34777
31888
|
icon: string;
|
|
@@ -34805,6 +31916,12 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
|
|
|
34805
31916
|
};
|
|
34806
31917
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
34807
31918
|
typography: {
|
|
31919
|
+
/**
|
|
31920
|
+
* Components with Injected Dependencies
|
|
31921
|
+
*
|
|
31922
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
31923
|
+
* is snack / expo / react-native
|
|
31924
|
+
*/
|
|
34808
31925
|
headline1: {
|
|
34809
31926
|
fontSize: number;
|
|
34810
31927
|
letterSpacing: number;
|
|
@@ -36276,16 +33393,15 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
|
|
|
36276
33393
|
};
|
|
36277
33394
|
};
|
|
36278
33395
|
};
|
|
36279
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
33396
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
36280
33397
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
36281
33398
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
36282
|
-
export declare const
|
|
36283
|
-
|
|
36284
|
-
|
|
36285
|
-
|
|
36286
|
-
|
|
36287
|
-
|
|
36288
|
-
onPress: () => void;
|
|
33399
|
+
export declare const HeaderOverline: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
33400
|
+
title: string;
|
|
33401
|
+
buttonText: string;
|
|
33402
|
+
icon: string;
|
|
33403
|
+
onPress?: (() => void) | undefined;
|
|
33404
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
36289
33405
|
theme: {
|
|
36290
33406
|
disabledOpacity: number;
|
|
36291
33407
|
roundness: number;
|
|
@@ -36314,6 +33430,12 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
36314
33430
|
};
|
|
36315
33431
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
36316
33432
|
typography: {
|
|
33433
|
+
/**
|
|
33434
|
+
* Components with Injected Dependencies
|
|
33435
|
+
*
|
|
33436
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
33437
|
+
* is snack / expo / react-native
|
|
33438
|
+
*/
|
|
36317
33439
|
headline1: {
|
|
36318
33440
|
fontSize: number;
|
|
36319
33441
|
letterSpacing: number;
|
|
@@ -37785,16 +34907,14 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
37785
34907
|
};
|
|
37786
34908
|
};
|
|
37787
34909
|
};
|
|
37788
|
-
|
|
37789
|
-
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
34910
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
37790
34911
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
37791
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
37792
|
-
|
|
37793
|
-
|
|
37794
|
-
|
|
37795
|
-
|
|
37796
|
-
|
|
37797
|
-
onPress: () => void;
|
|
34912
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
34913
|
+
title: string;
|
|
34914
|
+
buttonText: string;
|
|
34915
|
+
icon: string;
|
|
34916
|
+
onPress?: (() => void) | undefined;
|
|
34917
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
37798
34918
|
theme: {
|
|
37799
34919
|
disabledOpacity: number;
|
|
37800
34920
|
roundness: number;
|
|
@@ -37823,6 +34943,12 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
37823
34943
|
};
|
|
37824
34944
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
37825
34945
|
typography: {
|
|
34946
|
+
/**
|
|
34947
|
+
* Components with Injected Dependencies
|
|
34948
|
+
*
|
|
34949
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
34950
|
+
* is snack / expo / react-native
|
|
34951
|
+
*/
|
|
37826
34952
|
headline1: {
|
|
37827
34953
|
fontSize: number;
|
|
37828
34954
|
letterSpacing: number;
|
|
@@ -39294,23 +36420,16 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
39294
36420
|
};
|
|
39295
36421
|
};
|
|
39296
36422
|
};
|
|
39297
|
-
|
|
39298
|
-
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
39299
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39300
|
-
}, string | import("react").JSXElementConstructor<any>>;
|
|
39301
|
-
export declare const Link: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
39302
|
-
export declare const Picker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/Picker").PickerProps, "theme"> & {
|
|
39303
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39304
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/Picker").PickerProps, "theme"> & {
|
|
36423
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
39305
36424
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39306
36425
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
39307
|
-
export declare const
|
|
39308
|
-
|
|
39309
|
-
|
|
39310
|
-
|
|
39311
|
-
|
|
39312
|
-
|
|
39313
|
-
|
|
36426
|
+
export declare const IconButton: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
36427
|
+
icon?: string | undefined;
|
|
36428
|
+
color?: string | undefined;
|
|
36429
|
+
size?: number | undefined;
|
|
36430
|
+
disabled?: boolean | undefined;
|
|
36431
|
+
loading?: boolean | undefined;
|
|
36432
|
+
onPress: () => void;
|
|
39314
36433
|
theme: {
|
|
39315
36434
|
disabledOpacity: number;
|
|
39316
36435
|
roundness: number;
|
|
@@ -39339,6 +36458,12 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
39339
36458
|
};
|
|
39340
36459
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
39341
36460
|
typography: {
|
|
36461
|
+
/**
|
|
36462
|
+
* Components with Injected Dependencies
|
|
36463
|
+
*
|
|
36464
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
36465
|
+
* is snack / expo / react-native
|
|
36466
|
+
*/
|
|
39342
36467
|
headline1: {
|
|
39343
36468
|
fontSize: number;
|
|
39344
36469
|
letterSpacing: number;
|
|
@@ -40810,13 +37935,16 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
40810
37935
|
};
|
|
40811
37936
|
};
|
|
40812
37937
|
};
|
|
40813
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
40814
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
40815
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
40816
|
-
title?: string | undefined;
|
|
40817
|
-
subtitle?: string | undefined;
|
|
40818
|
-
icon: string;
|
|
40819
37938
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
37939
|
+
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
37940
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
37941
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
37942
|
+
icon?: string | undefined;
|
|
37943
|
+
color?: string | undefined;
|
|
37944
|
+
size?: number | undefined;
|
|
37945
|
+
disabled?: boolean | undefined;
|
|
37946
|
+
loading?: boolean | undefined;
|
|
37947
|
+
onPress: () => void;
|
|
40820
37948
|
theme: {
|
|
40821
37949
|
disabledOpacity: number;
|
|
40822
37950
|
roundness: number;
|
|
@@ -40845,6 +37973,12 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
40845
37973
|
};
|
|
40846
37974
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
40847
37975
|
typography: {
|
|
37976
|
+
/**
|
|
37977
|
+
* Components with Injected Dependencies
|
|
37978
|
+
*
|
|
37979
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
37980
|
+
* is snack / expo / react-native
|
|
37981
|
+
*/
|
|
40848
37982
|
headline1: {
|
|
40849
37983
|
fontSize: number;
|
|
40850
37984
|
letterSpacing: number;
|
|
@@ -42316,14 +39450,21 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
42316
39450
|
};
|
|
42317
39451
|
};
|
|
42318
39452
|
};
|
|
42319
|
-
|
|
39453
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
39454
|
+
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
42320
39455
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
42321
39456
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
42322
|
-
export declare const
|
|
39457
|
+
export declare const Link: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
39458
|
+
export declare const Picker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/Picker").PickerProps, "theme"> & {
|
|
39459
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39460
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Picker/Picker").PickerProps, "theme"> & {
|
|
39461
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39462
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
39463
|
+
export declare const RadioButton: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/components/RadioButton/RadioButton").RadioButtonProps, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/components/RadioButton/RadioButton").RadioButtonProps, string | import("react").JSXElementConstructor<any>>;
|
|
39464
|
+
export declare const RadioButtonRow: (props: import("utility-types").Subtract<import("packages/core/lib/typescript/src/components/RadioButton/RadioButtonRow").RadioButtonRowProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/lib/typescript/src/components/RadioButton/RadioButtonRow").RadioButtonRowProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
39465
|
+
export declare const RowBodyIcon: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
42323
39466
|
title?: string | undefined;
|
|
42324
|
-
image: string | import("react-native").ImageSourcePropType;
|
|
42325
39467
|
subtitle?: string | undefined;
|
|
42326
|
-
multilineSubtitle?: boolean | undefined;
|
|
42327
39468
|
icon: string;
|
|
42328
39469
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
42329
39470
|
theme: {
|
|
@@ -42354,6 +39495,12 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
42354
39495
|
};
|
|
42355
39496
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
42356
39497
|
typography: {
|
|
39498
|
+
/**
|
|
39499
|
+
* Components with Injected Dependencies
|
|
39500
|
+
*
|
|
39501
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
39502
|
+
* is snack / expo / react-native
|
|
39503
|
+
*/
|
|
42357
39504
|
headline1: {
|
|
42358
39505
|
fontSize: number;
|
|
42359
39506
|
letterSpacing: number;
|
|
@@ -43825,13 +40972,11 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
43825
40972
|
};
|
|
43826
40973
|
};
|
|
43827
40974
|
};
|
|
43828
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
40975
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
43829
40976
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
43830
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
40977
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
43831
40978
|
title?: string | undefined;
|
|
43832
|
-
image: string | import("react-native").ImageSourcePropType;
|
|
43833
40979
|
subtitle?: string | undefined;
|
|
43834
|
-
multilineSubtitle?: boolean | undefined;
|
|
43835
40980
|
icon: string;
|
|
43836
40981
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
43837
40982
|
theme: {
|
|
@@ -43862,6 +41007,12 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
43862
41007
|
};
|
|
43863
41008
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
43864
41009
|
typography: {
|
|
41010
|
+
/**
|
|
41011
|
+
* Components with Injected Dependencies
|
|
41012
|
+
*
|
|
41013
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
41014
|
+
* is snack / expo / react-native
|
|
41015
|
+
*/
|
|
43865
41016
|
headline1: {
|
|
43866
41017
|
fontSize: number;
|
|
43867
41018
|
letterSpacing: number;
|
|
@@ -45333,17 +42484,16 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
45333
42484
|
};
|
|
45334
42485
|
};
|
|
45335
42486
|
};
|
|
45336
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
42487
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
45337
42488
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
45338
42489
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
45339
|
-
export declare const
|
|
45340
|
-
|
|
45341
|
-
|
|
45342
|
-
|
|
45343
|
-
|
|
45344
|
-
|
|
45345
|
-
|
|
45346
|
-
inactiveColor?: string | undefined;
|
|
42490
|
+
export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
42491
|
+
title?: string | undefined;
|
|
42492
|
+
image: string | import("react-native").ImageSourcePropType;
|
|
42493
|
+
subtitle?: string | undefined;
|
|
42494
|
+
multilineSubtitle?: boolean | undefined;
|
|
42495
|
+
icon: string;
|
|
42496
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
45347
42497
|
theme: {
|
|
45348
42498
|
disabledOpacity: number;
|
|
45349
42499
|
roundness: number;
|
|
@@ -45372,6 +42522,12 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
45372
42522
|
};
|
|
45373
42523
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
45374
42524
|
typography: {
|
|
42525
|
+
/**
|
|
42526
|
+
* Components with Injected Dependencies
|
|
42527
|
+
*
|
|
42528
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
42529
|
+
* is snack / expo / react-native
|
|
42530
|
+
*/
|
|
45375
42531
|
headline1: {
|
|
45376
42532
|
fontSize: number;
|
|
45377
42533
|
letterSpacing: number;
|
|
@@ -46843,18 +43999,15 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
46843
43999
|
};
|
|
46844
44000
|
};
|
|
46845
44001
|
};
|
|
46846
|
-
|
|
46847
|
-
onPress?: ((newValue: number) => void) | undefined;
|
|
46848
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
44002
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
46849
44003
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
46850
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
46851
|
-
|
|
46852
|
-
|
|
46853
|
-
|
|
46854
|
-
|
|
46855
|
-
|
|
46856
|
-
|
|
46857
|
-
inactiveColor?: string | undefined;
|
|
44004
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
44005
|
+
title?: string | undefined;
|
|
44006
|
+
image: string | import("react-native").ImageSourcePropType;
|
|
44007
|
+
subtitle?: string | undefined;
|
|
44008
|
+
multilineSubtitle?: boolean | undefined;
|
|
44009
|
+
icon: string;
|
|
44010
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
46858
44011
|
theme: {
|
|
46859
44012
|
disabledOpacity: number;
|
|
46860
44013
|
roundness: number;
|
|
@@ -46883,6 +44036,12 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
46883
44036
|
};
|
|
46884
44037
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
46885
44038
|
typography: {
|
|
44039
|
+
/**
|
|
44040
|
+
* Components with Injected Dependencies
|
|
44041
|
+
*
|
|
44042
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
44043
|
+
* is snack / expo / react-native
|
|
44044
|
+
*/
|
|
46886
44045
|
headline1: {
|
|
46887
44046
|
fontSize: number;
|
|
46888
44047
|
letterSpacing: number;
|
|
@@ -48354,21 +45513,17 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
48354
45513
|
};
|
|
48355
45514
|
};
|
|
48356
45515
|
};
|
|
48357
|
-
|
|
48358
|
-
onPress?: ((newValue: number) => void) | undefined;
|
|
48359
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
45516
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
48360
45517
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
48361
45518
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
48362
|
-
export declare const
|
|
48363
|
-
|
|
48364
|
-
|
|
48365
|
-
|
|
45519
|
+
export declare const StarRating: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
45520
|
+
starSize?: number | undefined;
|
|
45521
|
+
maxStars?: number | undefined;
|
|
45522
|
+
rating?: number | undefined;
|
|
48366
45523
|
defaultValue?: number | undefined;
|
|
48367
|
-
|
|
48368
|
-
|
|
48369
|
-
|
|
48370
|
-
iconColor?: string | undefined;
|
|
48371
|
-
onChange?: ((value: number) => void) | undefined;
|
|
45524
|
+
isEditable?: boolean | undefined;
|
|
45525
|
+
activeColor?: string | undefined;
|
|
45526
|
+
inactiveColor?: string | undefined;
|
|
48372
45527
|
theme: {
|
|
48373
45528
|
disabledOpacity: number;
|
|
48374
45529
|
roundness: number;
|
|
@@ -48397,6 +45552,12 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
48397
45552
|
};
|
|
48398
45553
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
48399
45554
|
typography: {
|
|
45555
|
+
/**
|
|
45556
|
+
* Components with Injected Dependencies
|
|
45557
|
+
*
|
|
45558
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
45559
|
+
* is snack / expo / react-native
|
|
45560
|
+
*/
|
|
48400
45561
|
headline1: {
|
|
48401
45562
|
fontSize: number;
|
|
48402
45563
|
letterSpacing: number;
|
|
@@ -49868,18 +47029,18 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
49868
47029
|
};
|
|
49869
47030
|
};
|
|
49870
47031
|
};
|
|
49871
|
-
|
|
47032
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
47033
|
+
onPress?: ((newValue: number) => void) | undefined;
|
|
47034
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
49872
47035
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
49873
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
49874
|
-
|
|
49875
|
-
|
|
49876
|
-
|
|
47036
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
47037
|
+
starSize?: number | undefined;
|
|
47038
|
+
maxStars?: number | undefined;
|
|
47039
|
+
rating?: number | undefined;
|
|
49877
47040
|
defaultValue?: number | undefined;
|
|
49878
|
-
|
|
49879
|
-
|
|
49880
|
-
|
|
49881
|
-
iconColor?: string | undefined;
|
|
49882
|
-
onChange?: ((value: number) => void) | undefined;
|
|
47041
|
+
isEditable?: boolean | undefined;
|
|
47042
|
+
activeColor?: string | undefined;
|
|
47043
|
+
inactiveColor?: string | undefined;
|
|
49883
47044
|
theme: {
|
|
49884
47045
|
disabledOpacity: number;
|
|
49885
47046
|
roundness: number;
|
|
@@ -49908,6 +47069,12 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
49908
47069
|
};
|
|
49909
47070
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
49910
47071
|
typography: {
|
|
47072
|
+
/**
|
|
47073
|
+
* Components with Injected Dependencies
|
|
47074
|
+
*
|
|
47075
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
47076
|
+
* is snack / expo / react-native
|
|
47077
|
+
*/
|
|
49911
47078
|
headline1: {
|
|
49912
47079
|
fontSize: number;
|
|
49913
47080
|
letterSpacing: number;
|
|
@@ -51379,27 +48546,21 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
51379
48546
|
};
|
|
51380
48547
|
};
|
|
51381
48548
|
};
|
|
51382
|
-
|
|
51383
|
-
|
|
51384
|
-
}
|
|
51385
|
-
export declare const TextField: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/TextField").Props, "theme"> & {
|
|
51386
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
51387
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/TextField").Props, "theme"> & {
|
|
48549
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
48550
|
+
onPress?: ((newValue: number) => void) | undefined;
|
|
48551
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
51388
48552
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
51389
48553
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
51390
|
-
export declare const
|
|
51391
|
-
|
|
51392
|
-
|
|
51393
|
-
|
|
51394
|
-
defaultValue?:
|
|
51395
|
-
disabled?: boolean | undefined;
|
|
51396
|
-
color?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
51397
|
-
colorSecondary?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
51398
|
-
borderColor?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
51399
|
-
iconSize?: number | undefined;
|
|
51400
|
-
width?: number | undefined;
|
|
51401
|
-
height?: number | undefined;
|
|
48554
|
+
export declare const Stepper: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
48555
|
+
min: number;
|
|
48556
|
+
max: number;
|
|
48557
|
+
value?: number | undefined;
|
|
48558
|
+
defaultValue?: number | undefined;
|
|
51402
48559
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
48560
|
+
typeStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
48561
|
+
iconSize: number;
|
|
48562
|
+
iconColor?: string | undefined;
|
|
48563
|
+
onChange?: ((value: number) => void) | undefined;
|
|
51403
48564
|
theme: {
|
|
51404
48565
|
disabledOpacity: number;
|
|
51405
48566
|
roundness: number;
|
|
@@ -51428,6 +48589,12 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
51428
48589
|
};
|
|
51429
48590
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
51430
48591
|
typography: {
|
|
48592
|
+
/**
|
|
48593
|
+
* Components with Injected Dependencies
|
|
48594
|
+
*
|
|
48595
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
48596
|
+
* is snack / expo / react-native
|
|
48597
|
+
*/
|
|
51431
48598
|
headline1: {
|
|
51432
48599
|
fontSize: number;
|
|
51433
48600
|
letterSpacing: number;
|
|
@@ -52902,18 +50069,15 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
52902
50069
|
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
52903
50070
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
52904
50071
|
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
52905
|
-
|
|
52906
|
-
|
|
52907
|
-
|
|
52908
|
-
defaultValue?:
|
|
52909
|
-
disabled?: boolean | undefined;
|
|
52910
|
-
color?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
52911
|
-
colorSecondary?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
52912
|
-
borderColor?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
52913
|
-
iconSize?: number | undefined;
|
|
52914
|
-
width?: number | undefined;
|
|
52915
|
-
height?: number | undefined;
|
|
50072
|
+
min: number;
|
|
50073
|
+
max: number;
|
|
50074
|
+
value?: number | undefined;
|
|
50075
|
+
defaultValue?: number | undefined;
|
|
52916
50076
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
50077
|
+
typeStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
50078
|
+
iconSize: number;
|
|
50079
|
+
iconColor?: string | undefined;
|
|
50080
|
+
onChange?: ((value: number) => void) | undefined;
|
|
52917
50081
|
theme: {
|
|
52918
50082
|
disabledOpacity: number;
|
|
52919
50083
|
roundness: number;
|
|
@@ -52942,6 +50106,12 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
52942
50106
|
};
|
|
52943
50107
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
52944
50108
|
typography: {
|
|
50109
|
+
/**
|
|
50110
|
+
* Components with Injected Dependencies
|
|
50111
|
+
*
|
|
50112
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
50113
|
+
* is snack / expo / react-native
|
|
50114
|
+
*/
|
|
52945
50115
|
headline1: {
|
|
52946
50116
|
fontSize: number;
|
|
52947
50117
|
letterSpacing: number;
|
|
@@ -54416,22 +51586,24 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
54416
51586
|
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
54417
51587
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
54418
51588
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
54419
|
-
export declare const
|
|
51589
|
+
export declare const TextField: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/TextField").Props, "theme"> & {
|
|
51590
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
51591
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/TextField").Props, "theme"> & {
|
|
51592
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
51593
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
51594
|
+
export declare const ToggleButton: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
51595
|
+
icon: string;
|
|
51596
|
+
toggled?: boolean | undefined;
|
|
51597
|
+
onPress?: ((value: boolean) => void) | undefined;
|
|
51598
|
+
defaultValue?: boolean | undefined;
|
|
51599
|
+
disabled?: boolean | undefined;
|
|
51600
|
+
color?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
51601
|
+
colorSecondary?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
51602
|
+
borderColor?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
51603
|
+
iconSize?: number | undefined;
|
|
51604
|
+
width?: number | undefined;
|
|
51605
|
+
height?: number | undefined;
|
|
54420
51606
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
54421
|
-
value?: number | undefined;
|
|
54422
|
-
defaultValue?: number | undefined;
|
|
54423
|
-
minimumTrackTintColor: string;
|
|
54424
|
-
maximumTrackTintColor: string;
|
|
54425
|
-
leftIcon?: string | undefined;
|
|
54426
|
-
rightIcon?: string | undefined;
|
|
54427
|
-
leftIconColor?: string | undefined;
|
|
54428
|
-
rightIconColor?: string | undefined;
|
|
54429
|
-
thumbTintColor?: string | undefined;
|
|
54430
|
-
tapToSeek?: boolean | undefined;
|
|
54431
|
-
minimumValue: number;
|
|
54432
|
-
maximumValue: number;
|
|
54433
|
-
step: number;
|
|
54434
|
-
onValueChange?: ((value: number) => void) | undefined;
|
|
54435
51607
|
theme: {
|
|
54436
51608
|
disabledOpacity: number;
|
|
54437
51609
|
roundness: number;
|
|
@@ -54460,6 +51632,12 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
54460
51632
|
};
|
|
54461
51633
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
54462
51634
|
typography: {
|
|
51635
|
+
/**
|
|
51636
|
+
* Components with Injected Dependencies
|
|
51637
|
+
*
|
|
51638
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
51639
|
+
* is snack / expo / react-native
|
|
51640
|
+
*/
|
|
54463
51641
|
headline1: {
|
|
54464
51642
|
fontSize: number;
|
|
54465
51643
|
letterSpacing: number;
|
|
@@ -55931,24 +53109,21 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
55931
53109
|
};
|
|
55932
53110
|
};
|
|
55933
53111
|
};
|
|
55934
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
53112
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
55935
53113
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
55936
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
53114
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
53115
|
+
icon: string;
|
|
53116
|
+
toggled?: boolean | undefined;
|
|
53117
|
+
onPress?: ((value: boolean) => void) | undefined;
|
|
53118
|
+
defaultValue?: boolean | undefined;
|
|
53119
|
+
disabled?: boolean | undefined;
|
|
53120
|
+
color?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
53121
|
+
colorSecondary?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
53122
|
+
borderColor?: import("packages/types/lib/typescript/src").colorTypes | undefined;
|
|
53123
|
+
iconSize?: number | undefined;
|
|
53124
|
+
width?: number | undefined;
|
|
53125
|
+
height?: number | undefined;
|
|
55937
53126
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
55938
|
-
value?: number | undefined;
|
|
55939
|
-
defaultValue?: number | undefined;
|
|
55940
|
-
minimumTrackTintColor: string;
|
|
55941
|
-
maximumTrackTintColor: string;
|
|
55942
|
-
leftIcon?: string | undefined;
|
|
55943
|
-
rightIcon?: string | undefined;
|
|
55944
|
-
leftIconColor?: string | undefined;
|
|
55945
|
-
rightIconColor?: string | undefined;
|
|
55946
|
-
thumbTintColor?: string | undefined;
|
|
55947
|
-
tapToSeek?: boolean | undefined;
|
|
55948
|
-
minimumValue: number;
|
|
55949
|
-
maximumValue: number;
|
|
55950
|
-
step: number;
|
|
55951
|
-
onValueChange?: ((value: number) => void) | undefined;
|
|
55952
53127
|
theme: {
|
|
55953
53128
|
disabledOpacity: number;
|
|
55954
53129
|
roundness: number;
|
|
@@ -55977,6 +53152,12 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
55977
53152
|
};
|
|
55978
53153
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
55979
53154
|
typography: {
|
|
53155
|
+
/**
|
|
53156
|
+
* Components with Injected Dependencies
|
|
53157
|
+
*
|
|
53158
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
53159
|
+
* is snack / expo / react-native
|
|
53160
|
+
*/
|
|
55980
53161
|
headline1: {
|
|
55981
53162
|
fontSize: number;
|
|
55982
53163
|
letterSpacing: number;
|
|
@@ -57448,7 +54629,12 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
57448
54629
|
};
|
|
57449
54630
|
};
|
|
57450
54631
|
};
|
|
57451
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
54632
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
54633
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
54634
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
54635
|
+
export declare const Slider: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Slider").Props, "theme"> & {
|
|
54636
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
54637
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/lib/typescript/src/components/Slider").Props, "theme"> & {
|
|
57452
54638
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
57453
54639
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
57454
54640
|
export declare const AccordionGroup: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
@@ -57490,6 +54676,12 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
57490
54676
|
};
|
|
57491
54677
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
57492
54678
|
typography: {
|
|
54679
|
+
/**
|
|
54680
|
+
* Components with Injected Dependencies
|
|
54681
|
+
*
|
|
54682
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
54683
|
+
* is snack / expo / react-native
|
|
54684
|
+
*/
|
|
57493
54685
|
headline1: {
|
|
57494
54686
|
fontSize: number;
|
|
57495
54687
|
letterSpacing: number;
|
|
@@ -59002,6 +56194,12 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
59002
56194
|
};
|
|
59003
56195
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
59004
56196
|
typography: {
|
|
56197
|
+
/**
|
|
56198
|
+
* Components with Injected Dependencies
|
|
56199
|
+
*
|
|
56200
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
56201
|
+
* is snack / expo / react-native
|
|
56202
|
+
*/
|
|
59005
56203
|
headline1: {
|
|
59006
56204
|
fontSize: number;
|
|
59007
56205
|
letterSpacing: number;
|
|
@@ -60509,6 +57707,12 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
60509
57707
|
};
|
|
60510
57708
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
60511
57709
|
typography: {
|
|
57710
|
+
/**
|
|
57711
|
+
* Components with Injected Dependencies
|
|
57712
|
+
*
|
|
57713
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
57714
|
+
* is snack / expo / react-native
|
|
57715
|
+
*/
|
|
60512
57716
|
headline1: {
|
|
60513
57717
|
fontSize: number;
|
|
60514
57718
|
letterSpacing: number;
|
|
@@ -62015,6 +59219,12 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
62015
59219
|
};
|
|
62016
59220
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
62017
59221
|
typography: {
|
|
59222
|
+
/**
|
|
59223
|
+
* Components with Injected Dependencies
|
|
59224
|
+
*
|
|
59225
|
+
* Inject a native module from `@draftbit/native` into these components for use
|
|
59226
|
+
* is snack / expo / react-native
|
|
59227
|
+
*/
|
|
62018
59228
|
headline1: {
|
|
62019
59229
|
fontSize: number;
|
|
62020
59230
|
letterSpacing: number;
|