@draftbit/ui 46.0.0 → 46.0.1-1fe828.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/typescript/src/index.d.ts +339 -3345
- package/package.json +4 -4
- package/src/index.js +43 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export { AudioPlayer, Icon, LinearGradient, WebView } from "@draftbit/native";
|
|
3
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<{
|
|
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;
|
|
@@ -1511,9 +1511,9 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
1511
1511
|
};
|
|
1512
1512
|
};
|
|
1513
1513
|
};
|
|
1514
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
1514
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
1515
1515
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
1516
|
-
}, 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<{
|
|
1517
1517
|
image: string | import("react-native").ImageSourcePropType;
|
|
1518
1518
|
size?: number | undefined;
|
|
1519
1519
|
onPress?: (() => void) | undefined;
|
|
@@ -3023,10 +3023,10 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
3023
3023
|
};
|
|
3024
3024
|
};
|
|
3025
3025
|
};
|
|
3026
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
3026
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
3027
3027
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
3028
3028
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
3029
|
-
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<{
|
|
3030
3030
|
initiallyVisible: boolean;
|
|
3031
3031
|
dismissable: boolean;
|
|
3032
3032
|
buttonColor?: string | undefined;
|
|
@@ -4540,3054 +4540,17 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
4540
4540
|
};
|
|
4541
4541
|
};
|
|
4542
4542
|
};
|
|
4543
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
4544
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
4545
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
4546
|
-
initiallyVisible: boolean;
|
|
4547
|
-
dismissable: boolean;
|
|
4548
|
-
buttonColor?: string | undefined;
|
|
4549
|
-
icon?: string | undefined;
|
|
4550
|
-
content?: string | undefined;
|
|
4551
|
-
contentStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
4552
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
4553
|
-
ref?: import("react").RefObject<import("react-native").View> | undefined;
|
|
4554
|
-
theme: {
|
|
4555
|
-
disabledOpacity: number;
|
|
4556
|
-
roundness: number;
|
|
4557
|
-
dark: boolean;
|
|
4558
|
-
mode: string;
|
|
4559
|
-
borderRadius: {
|
|
4560
|
-
global: number;
|
|
4561
|
-
button: number;
|
|
4562
|
-
};
|
|
4563
|
-
colors: {
|
|
4564
|
-
primary: string;
|
|
4565
|
-
secondary: string;
|
|
4566
|
-
surface: string;
|
|
4567
|
-
background: string;
|
|
4568
|
-
error: string;
|
|
4569
|
-
divider: string;
|
|
4570
|
-
strong: string;
|
|
4571
|
-
medium: string;
|
|
4572
|
-
strongInverse: string;
|
|
4573
|
-
mediumInverse: string;
|
|
4574
|
-
lightInverse: string;
|
|
4575
|
-
light: string;
|
|
4576
|
-
text: string;
|
|
4577
|
-
placeholder: string;
|
|
4578
|
-
disabled: string;
|
|
4579
|
-
};
|
|
4580
|
-
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
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
|
-
*/
|
|
4588
|
-
headline1: {
|
|
4589
|
-
fontSize: number;
|
|
4590
|
-
letterSpacing: number;
|
|
4591
|
-
lineHeight: number;
|
|
4592
|
-
color?: import("react-native").ColorValue | undefined;
|
|
4593
|
-
fontFamily?: string | undefined;
|
|
4594
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
4595
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4596
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4597
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4598
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4599
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
4600
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
4601
|
-
textShadowOffset?: {
|
|
4602
|
-
width: number;
|
|
4603
|
-
height: number;
|
|
4604
|
-
} | undefined;
|
|
4605
|
-
textShadowRadius?: number | undefined;
|
|
4606
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
4607
|
-
testID?: string | undefined;
|
|
4608
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
4609
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
4610
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
4611
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
4612
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
4613
|
-
borderBottomEndRadius?: number | undefined;
|
|
4614
|
-
borderBottomLeftRadius?: number | undefined;
|
|
4615
|
-
borderBottomRightRadius?: number | undefined;
|
|
4616
|
-
borderBottomStartRadius?: number | undefined;
|
|
4617
|
-
borderBottomWidth?: number | undefined;
|
|
4618
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
4619
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
4620
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
4621
|
-
borderLeftWidth?: number | undefined;
|
|
4622
|
-
borderRadius?: number | undefined;
|
|
4623
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
4624
|
-
borderRightWidth?: number | undefined;
|
|
4625
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
4626
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
4627
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
4628
|
-
borderTopEndRadius?: number | undefined;
|
|
4629
|
-
borderTopLeftRadius?: number | undefined;
|
|
4630
|
-
borderTopRightRadius?: number | undefined;
|
|
4631
|
-
borderTopStartRadius?: number | undefined;
|
|
4632
|
-
borderTopWidth?: number | undefined;
|
|
4633
|
-
borderWidth?: number | undefined;
|
|
4634
|
-
opacity?: number | undefined;
|
|
4635
|
-
elevation?: number | undefined;
|
|
4636
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
4637
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
4638
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
4639
|
-
aspectRatio?: number | undefined;
|
|
4640
|
-
borderEndWidth?: string | number | undefined;
|
|
4641
|
-
borderStartWidth?: string | number | undefined;
|
|
4642
|
-
bottom?: string | number | undefined;
|
|
4643
|
-
display?: "none" | "flex" | undefined;
|
|
4644
|
-
end?: string | number | undefined;
|
|
4645
|
-
flex?: number | undefined;
|
|
4646
|
-
flexBasis?: string | number | undefined;
|
|
4647
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
4648
|
-
flexGrow?: number | undefined;
|
|
4649
|
-
flexShrink?: number | undefined;
|
|
4650
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
4651
|
-
height?: string | number | undefined;
|
|
4652
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
4653
|
-
left?: string | number | undefined;
|
|
4654
|
-
margin?: string | number | undefined;
|
|
4655
|
-
marginBottom?: string | number | undefined;
|
|
4656
|
-
marginEnd?: string | number | undefined;
|
|
4657
|
-
marginHorizontal?: string | number | undefined;
|
|
4658
|
-
marginLeft?: string | number | undefined;
|
|
4659
|
-
marginRight?: string | number | undefined;
|
|
4660
|
-
marginStart?: string | number | undefined;
|
|
4661
|
-
marginTop?: string | number | undefined;
|
|
4662
|
-
marginVertical?: string | number | undefined;
|
|
4663
|
-
maxHeight?: string | number | undefined;
|
|
4664
|
-
maxWidth?: string | number | undefined;
|
|
4665
|
-
minHeight?: string | number | undefined;
|
|
4666
|
-
minWidth?: string | number | undefined;
|
|
4667
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
4668
|
-
padding?: string | number | undefined;
|
|
4669
|
-
paddingBottom?: string | number | undefined;
|
|
4670
|
-
paddingEnd?: string | number | undefined;
|
|
4671
|
-
paddingHorizontal?: string | number | undefined;
|
|
4672
|
-
paddingLeft?: string | number | undefined;
|
|
4673
|
-
paddingRight?: string | number | undefined;
|
|
4674
|
-
paddingStart?: string | number | undefined;
|
|
4675
|
-
paddingTop?: string | number | undefined;
|
|
4676
|
-
paddingVertical?: string | number | undefined;
|
|
4677
|
-
position?: "absolute" | "relative" | undefined;
|
|
4678
|
-
right?: string | number | undefined;
|
|
4679
|
-
start?: string | number | undefined;
|
|
4680
|
-
top?: string | number | undefined;
|
|
4681
|
-
width?: string | number | undefined;
|
|
4682
|
-
zIndex?: number | undefined;
|
|
4683
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
4684
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
4685
|
-
shadowOffset?: {
|
|
4686
|
-
width: number;
|
|
4687
|
-
height: number;
|
|
4688
|
-
} | undefined;
|
|
4689
|
-
shadowOpacity?: number | undefined;
|
|
4690
|
-
shadowRadius?: number | undefined;
|
|
4691
|
-
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;
|
|
4692
|
-
transformMatrix?: number[] | undefined;
|
|
4693
|
-
rotation?: number | undefined;
|
|
4694
|
-
scaleX?: number | undefined;
|
|
4695
|
-
scaleY?: number | undefined;
|
|
4696
|
-
translateX?: number | undefined;
|
|
4697
|
-
translateY?: number | undefined;
|
|
4698
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4699
|
-
includeFontPadding?: boolean | undefined;
|
|
4700
|
-
};
|
|
4701
|
-
headline2: {
|
|
4702
|
-
fontSize: number;
|
|
4703
|
-
letterSpacing: number;
|
|
4704
|
-
lineHeight: number;
|
|
4705
|
-
color?: import("react-native").ColorValue | undefined;
|
|
4706
|
-
fontFamily?: string | undefined;
|
|
4707
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
4708
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4709
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4710
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4711
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4712
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
4713
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
4714
|
-
textShadowOffset?: {
|
|
4715
|
-
width: number;
|
|
4716
|
-
height: number;
|
|
4717
|
-
} | undefined;
|
|
4718
|
-
textShadowRadius?: number | undefined;
|
|
4719
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
4720
|
-
testID?: string | undefined;
|
|
4721
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
4722
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
4723
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
4724
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
4725
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
4726
|
-
borderBottomEndRadius?: number | undefined;
|
|
4727
|
-
borderBottomLeftRadius?: number | undefined;
|
|
4728
|
-
borderBottomRightRadius?: number | undefined;
|
|
4729
|
-
borderBottomStartRadius?: number | undefined;
|
|
4730
|
-
borderBottomWidth?: number | undefined;
|
|
4731
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
4732
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
4733
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
4734
|
-
borderLeftWidth?: number | undefined;
|
|
4735
|
-
borderRadius?: number | undefined;
|
|
4736
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
4737
|
-
borderRightWidth?: number | undefined;
|
|
4738
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
4739
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
4740
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
4741
|
-
borderTopEndRadius?: number | undefined;
|
|
4742
|
-
borderTopLeftRadius?: number | undefined;
|
|
4743
|
-
borderTopRightRadius?: number | undefined;
|
|
4744
|
-
borderTopStartRadius?: number | undefined;
|
|
4745
|
-
borderTopWidth?: number | undefined;
|
|
4746
|
-
borderWidth?: number | undefined;
|
|
4747
|
-
opacity?: number | undefined;
|
|
4748
|
-
elevation?: number | undefined;
|
|
4749
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
4750
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
4751
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
4752
|
-
aspectRatio?: number | undefined;
|
|
4753
|
-
borderEndWidth?: string | number | undefined;
|
|
4754
|
-
borderStartWidth?: string | number | undefined;
|
|
4755
|
-
bottom?: string | number | undefined;
|
|
4756
|
-
display?: "none" | "flex" | undefined;
|
|
4757
|
-
end?: string | number | undefined;
|
|
4758
|
-
flex?: number | undefined;
|
|
4759
|
-
flexBasis?: string | number | undefined;
|
|
4760
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
4761
|
-
flexGrow?: number | undefined;
|
|
4762
|
-
flexShrink?: number | undefined;
|
|
4763
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
4764
|
-
height?: string | number | undefined;
|
|
4765
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
4766
|
-
left?: string | number | undefined;
|
|
4767
|
-
margin?: string | number | undefined;
|
|
4768
|
-
marginBottom?: string | number | undefined;
|
|
4769
|
-
marginEnd?: string | number | undefined;
|
|
4770
|
-
marginHorizontal?: string | number | undefined;
|
|
4771
|
-
marginLeft?: string | number | undefined;
|
|
4772
|
-
marginRight?: string | number | undefined;
|
|
4773
|
-
marginStart?: string | number | undefined;
|
|
4774
|
-
marginTop?: string | number | undefined;
|
|
4775
|
-
marginVertical?: string | number | undefined;
|
|
4776
|
-
maxHeight?: string | number | undefined;
|
|
4777
|
-
maxWidth?: string | number | undefined;
|
|
4778
|
-
minHeight?: string | number | undefined;
|
|
4779
|
-
minWidth?: string | number | undefined;
|
|
4780
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
4781
|
-
padding?: string | number | undefined;
|
|
4782
|
-
paddingBottom?: string | number | undefined;
|
|
4783
|
-
paddingEnd?: string | number | undefined;
|
|
4784
|
-
paddingHorizontal?: string | number | undefined;
|
|
4785
|
-
paddingLeft?: string | number | undefined;
|
|
4786
|
-
paddingRight?: string | number | undefined;
|
|
4787
|
-
paddingStart?: string | number | undefined;
|
|
4788
|
-
paddingTop?: string | number | undefined;
|
|
4789
|
-
paddingVertical?: string | number | undefined;
|
|
4790
|
-
position?: "absolute" | "relative" | undefined;
|
|
4791
|
-
right?: string | number | undefined;
|
|
4792
|
-
start?: string | number | undefined;
|
|
4793
|
-
top?: string | number | undefined;
|
|
4794
|
-
width?: string | number | undefined;
|
|
4795
|
-
zIndex?: number | undefined;
|
|
4796
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
4797
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
4798
|
-
shadowOffset?: {
|
|
4799
|
-
width: number;
|
|
4800
|
-
height: number;
|
|
4801
|
-
} | undefined;
|
|
4802
|
-
shadowOpacity?: number | undefined;
|
|
4803
|
-
shadowRadius?: number | undefined;
|
|
4804
|
-
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;
|
|
4805
|
-
transformMatrix?: number[] | undefined;
|
|
4806
|
-
rotation?: number | undefined;
|
|
4807
|
-
scaleX?: number | undefined;
|
|
4808
|
-
scaleY?: number | undefined;
|
|
4809
|
-
translateX?: number | undefined;
|
|
4810
|
-
translateY?: number | undefined;
|
|
4811
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4812
|
-
includeFontPadding?: boolean | undefined;
|
|
4813
|
-
};
|
|
4814
|
-
headline3: {
|
|
4815
|
-
fontSize: number;
|
|
4816
|
-
letterSpacing: number;
|
|
4817
|
-
lineHeight: number;
|
|
4818
|
-
color?: import("react-native").ColorValue | undefined;
|
|
4819
|
-
fontFamily?: string | undefined;
|
|
4820
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
4821
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4822
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4823
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4824
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4825
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
4826
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
4827
|
-
textShadowOffset?: {
|
|
4828
|
-
width: number;
|
|
4829
|
-
height: number;
|
|
4830
|
-
} | undefined;
|
|
4831
|
-
textShadowRadius?: number | undefined;
|
|
4832
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
4833
|
-
testID?: string | undefined;
|
|
4834
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
4835
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
4836
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
4837
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
4838
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
4839
|
-
borderBottomEndRadius?: number | undefined;
|
|
4840
|
-
borderBottomLeftRadius?: number | undefined;
|
|
4841
|
-
borderBottomRightRadius?: number | undefined;
|
|
4842
|
-
borderBottomStartRadius?: number | undefined;
|
|
4843
|
-
borderBottomWidth?: number | undefined;
|
|
4844
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
4845
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
4846
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
4847
|
-
borderLeftWidth?: number | undefined;
|
|
4848
|
-
borderRadius?: number | undefined;
|
|
4849
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
4850
|
-
borderRightWidth?: number | undefined;
|
|
4851
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
4852
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
4853
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
4854
|
-
borderTopEndRadius?: number | undefined;
|
|
4855
|
-
borderTopLeftRadius?: number | undefined;
|
|
4856
|
-
borderTopRightRadius?: number | undefined;
|
|
4857
|
-
borderTopStartRadius?: number | undefined;
|
|
4858
|
-
borderTopWidth?: number | undefined;
|
|
4859
|
-
borderWidth?: number | undefined;
|
|
4860
|
-
opacity?: number | undefined;
|
|
4861
|
-
elevation?: number | undefined;
|
|
4862
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
4863
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
4864
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
4865
|
-
aspectRatio?: number | undefined;
|
|
4866
|
-
borderEndWidth?: string | number | undefined;
|
|
4867
|
-
borderStartWidth?: string | number | undefined;
|
|
4868
|
-
bottom?: string | number | undefined;
|
|
4869
|
-
display?: "none" | "flex" | undefined;
|
|
4870
|
-
end?: string | number | undefined;
|
|
4871
|
-
flex?: number | undefined;
|
|
4872
|
-
flexBasis?: string | number | undefined;
|
|
4873
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
4874
|
-
flexGrow?: number | undefined;
|
|
4875
|
-
flexShrink?: number | undefined;
|
|
4876
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
4877
|
-
height?: string | number | undefined;
|
|
4878
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
4879
|
-
left?: string | number | undefined;
|
|
4880
|
-
margin?: string | number | undefined;
|
|
4881
|
-
marginBottom?: string | number | undefined;
|
|
4882
|
-
marginEnd?: string | number | undefined;
|
|
4883
|
-
marginHorizontal?: string | number | undefined;
|
|
4884
|
-
marginLeft?: string | number | undefined;
|
|
4885
|
-
marginRight?: string | number | undefined;
|
|
4886
|
-
marginStart?: string | number | undefined;
|
|
4887
|
-
marginTop?: string | number | undefined;
|
|
4888
|
-
marginVertical?: string | number | undefined;
|
|
4889
|
-
maxHeight?: string | number | undefined;
|
|
4890
|
-
maxWidth?: string | number | undefined;
|
|
4891
|
-
minHeight?: string | number | undefined;
|
|
4892
|
-
minWidth?: string | number | undefined;
|
|
4893
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
4894
|
-
padding?: string | number | undefined;
|
|
4895
|
-
paddingBottom?: string | number | undefined;
|
|
4896
|
-
paddingEnd?: string | number | undefined;
|
|
4897
|
-
paddingHorizontal?: string | number | undefined;
|
|
4898
|
-
paddingLeft?: string | number | undefined;
|
|
4899
|
-
paddingRight?: string | number | undefined;
|
|
4900
|
-
paddingStart?: string | number | undefined;
|
|
4901
|
-
paddingTop?: string | number | undefined;
|
|
4902
|
-
paddingVertical?: string | number | undefined;
|
|
4903
|
-
position?: "absolute" | "relative" | undefined;
|
|
4904
|
-
right?: string | number | undefined;
|
|
4905
|
-
start?: string | number | undefined;
|
|
4906
|
-
top?: string | number | undefined;
|
|
4907
|
-
width?: string | number | undefined;
|
|
4908
|
-
zIndex?: number | undefined;
|
|
4909
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
4910
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
4911
|
-
shadowOffset?: {
|
|
4912
|
-
width: number;
|
|
4913
|
-
height: number;
|
|
4914
|
-
} | undefined;
|
|
4915
|
-
shadowOpacity?: number | undefined;
|
|
4916
|
-
shadowRadius?: number | undefined;
|
|
4917
|
-
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;
|
|
4918
|
-
transformMatrix?: number[] | undefined;
|
|
4919
|
-
rotation?: number | undefined;
|
|
4920
|
-
scaleX?: number | undefined;
|
|
4921
|
-
scaleY?: number | undefined;
|
|
4922
|
-
translateX?: number | undefined;
|
|
4923
|
-
translateY?: number | undefined;
|
|
4924
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
4925
|
-
includeFontPadding?: boolean | undefined;
|
|
4926
|
-
};
|
|
4927
|
-
headline4: {
|
|
4928
|
-
fontSize: number;
|
|
4929
|
-
letterSpacing: number;
|
|
4930
|
-
lineHeight: number;
|
|
4931
|
-
color?: import("react-native").ColorValue | undefined;
|
|
4932
|
-
fontFamily?: string | undefined;
|
|
4933
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
4934
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
4935
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
4936
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
4937
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
4938
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
4939
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
4940
|
-
textShadowOffset?: {
|
|
4941
|
-
width: number;
|
|
4942
|
-
height: number;
|
|
4943
|
-
} | undefined;
|
|
4944
|
-
textShadowRadius?: number | undefined;
|
|
4945
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
4946
|
-
testID?: string | undefined;
|
|
4947
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
4948
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
4949
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
4950
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
4951
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
4952
|
-
borderBottomEndRadius?: number | undefined;
|
|
4953
|
-
borderBottomLeftRadius?: number | undefined;
|
|
4954
|
-
borderBottomRightRadius?: number | undefined;
|
|
4955
|
-
borderBottomStartRadius?: number | undefined;
|
|
4956
|
-
borderBottomWidth?: number | undefined;
|
|
4957
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
4958
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
4959
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
4960
|
-
borderLeftWidth?: number | undefined;
|
|
4961
|
-
borderRadius?: number | undefined;
|
|
4962
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
4963
|
-
borderRightWidth?: number | undefined;
|
|
4964
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
4965
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
4966
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
4967
|
-
borderTopEndRadius?: number | undefined;
|
|
4968
|
-
borderTopLeftRadius?: number | undefined;
|
|
4969
|
-
borderTopRightRadius?: number | undefined;
|
|
4970
|
-
borderTopStartRadius?: number | undefined;
|
|
4971
|
-
borderTopWidth?: number | undefined;
|
|
4972
|
-
borderWidth?: number | undefined;
|
|
4973
|
-
opacity?: number | undefined;
|
|
4974
|
-
elevation?: number | undefined;
|
|
4975
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
4976
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
4977
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
4978
|
-
aspectRatio?: number | undefined;
|
|
4979
|
-
borderEndWidth?: string | number | undefined;
|
|
4980
|
-
borderStartWidth?: string | number | undefined;
|
|
4981
|
-
bottom?: string | number | undefined;
|
|
4982
|
-
display?: "none" | "flex" | undefined;
|
|
4983
|
-
end?: string | number | undefined;
|
|
4984
|
-
flex?: number | undefined;
|
|
4985
|
-
flexBasis?: string | number | undefined;
|
|
4986
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
4987
|
-
flexGrow?: number | undefined;
|
|
4988
|
-
flexShrink?: number | undefined;
|
|
4989
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
4990
|
-
height?: string | number | undefined;
|
|
4991
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
4992
|
-
left?: string | number | undefined;
|
|
4993
|
-
margin?: string | number | undefined;
|
|
4994
|
-
marginBottom?: string | number | undefined;
|
|
4995
|
-
marginEnd?: string | number | undefined;
|
|
4996
|
-
marginHorizontal?: string | number | undefined;
|
|
4997
|
-
marginLeft?: string | number | undefined;
|
|
4998
|
-
marginRight?: string | number | undefined;
|
|
4999
|
-
marginStart?: string | number | undefined;
|
|
5000
|
-
marginTop?: string | number | undefined;
|
|
5001
|
-
marginVertical?: string | number | undefined;
|
|
5002
|
-
maxHeight?: string | number | undefined;
|
|
5003
|
-
maxWidth?: string | number | undefined;
|
|
5004
|
-
minHeight?: string | number | undefined;
|
|
5005
|
-
minWidth?: string | number | undefined;
|
|
5006
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5007
|
-
padding?: string | number | undefined;
|
|
5008
|
-
paddingBottom?: string | number | undefined;
|
|
5009
|
-
paddingEnd?: string | number | undefined;
|
|
5010
|
-
paddingHorizontal?: string | number | undefined;
|
|
5011
|
-
paddingLeft?: string | number | undefined;
|
|
5012
|
-
paddingRight?: string | number | undefined;
|
|
5013
|
-
paddingStart?: string | number | undefined;
|
|
5014
|
-
paddingTop?: string | number | undefined;
|
|
5015
|
-
paddingVertical?: string | number | undefined;
|
|
5016
|
-
position?: "absolute" | "relative" | undefined;
|
|
5017
|
-
right?: string | number | undefined;
|
|
5018
|
-
start?: string | number | undefined;
|
|
5019
|
-
top?: string | number | undefined;
|
|
5020
|
-
width?: string | number | undefined;
|
|
5021
|
-
zIndex?: number | undefined;
|
|
5022
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5023
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5024
|
-
shadowOffset?: {
|
|
5025
|
-
width: number;
|
|
5026
|
-
height: number;
|
|
5027
|
-
} | undefined;
|
|
5028
|
-
shadowOpacity?: number | undefined;
|
|
5029
|
-
shadowRadius?: number | undefined;
|
|
5030
|
-
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;
|
|
5031
|
-
transformMatrix?: number[] | undefined;
|
|
5032
|
-
rotation?: number | undefined;
|
|
5033
|
-
scaleX?: number | undefined;
|
|
5034
|
-
scaleY?: number | undefined;
|
|
5035
|
-
translateX?: number | undefined;
|
|
5036
|
-
translateY?: number | undefined;
|
|
5037
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5038
|
-
includeFontPadding?: boolean | undefined;
|
|
5039
|
-
};
|
|
5040
|
-
headline5: {
|
|
5041
|
-
fontSize: number;
|
|
5042
|
-
letterSpacing: number;
|
|
5043
|
-
lineHeight: number;
|
|
5044
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5045
|
-
fontFamily?: string | undefined;
|
|
5046
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5047
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5048
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5049
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5050
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5051
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5052
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5053
|
-
textShadowOffset?: {
|
|
5054
|
-
width: number;
|
|
5055
|
-
height: number;
|
|
5056
|
-
} | undefined;
|
|
5057
|
-
textShadowRadius?: number | undefined;
|
|
5058
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5059
|
-
testID?: string | undefined;
|
|
5060
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5061
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5062
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5063
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5064
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5065
|
-
borderBottomEndRadius?: number | undefined;
|
|
5066
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5067
|
-
borderBottomRightRadius?: number | undefined;
|
|
5068
|
-
borderBottomStartRadius?: number | undefined;
|
|
5069
|
-
borderBottomWidth?: number | undefined;
|
|
5070
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5071
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5072
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5073
|
-
borderLeftWidth?: number | undefined;
|
|
5074
|
-
borderRadius?: number | undefined;
|
|
5075
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5076
|
-
borderRightWidth?: number | undefined;
|
|
5077
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5078
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5079
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5080
|
-
borderTopEndRadius?: number | undefined;
|
|
5081
|
-
borderTopLeftRadius?: number | undefined;
|
|
5082
|
-
borderTopRightRadius?: number | undefined;
|
|
5083
|
-
borderTopStartRadius?: number | undefined;
|
|
5084
|
-
borderTopWidth?: number | undefined;
|
|
5085
|
-
borderWidth?: number | undefined;
|
|
5086
|
-
opacity?: number | undefined;
|
|
5087
|
-
elevation?: number | undefined;
|
|
5088
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5089
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5090
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5091
|
-
aspectRatio?: number | undefined;
|
|
5092
|
-
borderEndWidth?: string | number | undefined;
|
|
5093
|
-
borderStartWidth?: string | number | undefined;
|
|
5094
|
-
bottom?: string | number | undefined;
|
|
5095
|
-
display?: "none" | "flex" | undefined;
|
|
5096
|
-
end?: string | number | undefined;
|
|
5097
|
-
flex?: number | undefined;
|
|
5098
|
-
flexBasis?: string | number | undefined;
|
|
5099
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5100
|
-
flexGrow?: number | undefined;
|
|
5101
|
-
flexShrink?: number | undefined;
|
|
5102
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
5103
|
-
height?: string | number | undefined;
|
|
5104
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
5105
|
-
left?: string | number | undefined;
|
|
5106
|
-
margin?: string | number | undefined;
|
|
5107
|
-
marginBottom?: string | number | undefined;
|
|
5108
|
-
marginEnd?: string | number | undefined;
|
|
5109
|
-
marginHorizontal?: string | number | undefined;
|
|
5110
|
-
marginLeft?: string | number | undefined;
|
|
5111
|
-
marginRight?: string | number | undefined;
|
|
5112
|
-
marginStart?: string | number | undefined;
|
|
5113
|
-
marginTop?: string | number | undefined;
|
|
5114
|
-
marginVertical?: string | number | undefined;
|
|
5115
|
-
maxHeight?: string | number | undefined;
|
|
5116
|
-
maxWidth?: string | number | undefined;
|
|
5117
|
-
minHeight?: string | number | undefined;
|
|
5118
|
-
minWidth?: string | number | undefined;
|
|
5119
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5120
|
-
padding?: string | number | undefined;
|
|
5121
|
-
paddingBottom?: string | number | undefined;
|
|
5122
|
-
paddingEnd?: string | number | undefined;
|
|
5123
|
-
paddingHorizontal?: string | number | undefined;
|
|
5124
|
-
paddingLeft?: string | number | undefined;
|
|
5125
|
-
paddingRight?: string | number | undefined;
|
|
5126
|
-
paddingStart?: string | number | undefined;
|
|
5127
|
-
paddingTop?: string | number | undefined;
|
|
5128
|
-
paddingVertical?: string | number | undefined;
|
|
5129
|
-
position?: "absolute" | "relative" | undefined;
|
|
5130
|
-
right?: string | number | undefined;
|
|
5131
|
-
start?: string | number | undefined;
|
|
5132
|
-
top?: string | number | undefined;
|
|
5133
|
-
width?: string | number | undefined;
|
|
5134
|
-
zIndex?: number | undefined;
|
|
5135
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5136
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5137
|
-
shadowOffset?: {
|
|
5138
|
-
width: number;
|
|
5139
|
-
height: number;
|
|
5140
|
-
} | undefined;
|
|
5141
|
-
shadowOpacity?: number | undefined;
|
|
5142
|
-
shadowRadius?: number | undefined;
|
|
5143
|
-
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;
|
|
5144
|
-
transformMatrix?: number[] | undefined;
|
|
5145
|
-
rotation?: number | undefined;
|
|
5146
|
-
scaleX?: number | undefined;
|
|
5147
|
-
scaleY?: number | undefined;
|
|
5148
|
-
translateX?: number | undefined;
|
|
5149
|
-
translateY?: number | undefined;
|
|
5150
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5151
|
-
includeFontPadding?: boolean | undefined;
|
|
5152
|
-
};
|
|
5153
|
-
subtitle1: {
|
|
5154
|
-
fontSize: number;
|
|
5155
|
-
letterSpacing: number;
|
|
5156
|
-
lineHeight: number;
|
|
5157
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5158
|
-
fontFamily?: string | undefined;
|
|
5159
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5160
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5161
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5162
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5163
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5164
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5165
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5166
|
-
textShadowOffset?: {
|
|
5167
|
-
width: number;
|
|
5168
|
-
height: number;
|
|
5169
|
-
} | undefined;
|
|
5170
|
-
textShadowRadius?: number | undefined;
|
|
5171
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5172
|
-
testID?: string | undefined;
|
|
5173
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5174
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5175
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5176
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5177
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5178
|
-
borderBottomEndRadius?: number | undefined;
|
|
5179
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5180
|
-
borderBottomRightRadius?: number | undefined;
|
|
5181
|
-
borderBottomStartRadius?: number | undefined;
|
|
5182
|
-
borderBottomWidth?: number | undefined;
|
|
5183
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5184
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5185
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5186
|
-
borderLeftWidth?: number | undefined;
|
|
5187
|
-
borderRadius?: number | undefined;
|
|
5188
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5189
|
-
borderRightWidth?: number | undefined;
|
|
5190
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5191
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5192
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5193
|
-
borderTopEndRadius?: number | undefined;
|
|
5194
|
-
borderTopLeftRadius?: number | undefined;
|
|
5195
|
-
borderTopRightRadius?: number | undefined;
|
|
5196
|
-
borderTopStartRadius?: number | undefined;
|
|
5197
|
-
borderTopWidth?: number | undefined;
|
|
5198
|
-
borderWidth?: number | undefined;
|
|
5199
|
-
opacity?: number | undefined;
|
|
5200
|
-
elevation?: number | undefined;
|
|
5201
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5202
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5203
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5204
|
-
aspectRatio?: number | undefined;
|
|
5205
|
-
borderEndWidth?: string | number | undefined;
|
|
5206
|
-
borderStartWidth?: string | number | undefined;
|
|
5207
|
-
bottom?: string | number | undefined;
|
|
5208
|
-
display?: "none" | "flex" | undefined;
|
|
5209
|
-
end?: string | number | undefined;
|
|
5210
|
-
flex?: number | undefined;
|
|
5211
|
-
flexBasis?: string | number | undefined;
|
|
5212
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5213
|
-
flexGrow?: number | undefined;
|
|
5214
|
-
flexShrink?: number | undefined;
|
|
5215
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
5216
|
-
height?: string | number | undefined;
|
|
5217
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
5218
|
-
left?: string | number | undefined;
|
|
5219
|
-
margin?: string | number | undefined;
|
|
5220
|
-
marginBottom?: string | number | undefined;
|
|
5221
|
-
marginEnd?: string | number | undefined;
|
|
5222
|
-
marginHorizontal?: string | number | undefined;
|
|
5223
|
-
marginLeft?: string | number | undefined;
|
|
5224
|
-
marginRight?: string | number | undefined;
|
|
5225
|
-
marginStart?: string | number | undefined;
|
|
5226
|
-
marginTop?: string | number | undefined;
|
|
5227
|
-
marginVertical?: string | number | undefined;
|
|
5228
|
-
maxHeight?: string | number | undefined;
|
|
5229
|
-
maxWidth?: string | number | undefined;
|
|
5230
|
-
minHeight?: string | number | undefined;
|
|
5231
|
-
minWidth?: string | number | undefined;
|
|
5232
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5233
|
-
padding?: string | number | undefined;
|
|
5234
|
-
paddingBottom?: string | number | undefined;
|
|
5235
|
-
paddingEnd?: string | number | undefined;
|
|
5236
|
-
paddingHorizontal?: string | number | undefined;
|
|
5237
|
-
paddingLeft?: string | number | undefined;
|
|
5238
|
-
paddingRight?: string | number | undefined;
|
|
5239
|
-
paddingStart?: string | number | undefined;
|
|
5240
|
-
paddingTop?: string | number | undefined;
|
|
5241
|
-
paddingVertical?: string | number | undefined;
|
|
5242
|
-
position?: "absolute" | "relative" | undefined;
|
|
5243
|
-
right?: string | number | undefined;
|
|
5244
|
-
start?: string | number | undefined;
|
|
5245
|
-
top?: string | number | undefined;
|
|
5246
|
-
width?: string | number | undefined;
|
|
5247
|
-
zIndex?: number | undefined;
|
|
5248
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5249
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5250
|
-
shadowOffset?: {
|
|
5251
|
-
width: number;
|
|
5252
|
-
height: number;
|
|
5253
|
-
} | undefined;
|
|
5254
|
-
shadowOpacity?: number | undefined;
|
|
5255
|
-
shadowRadius?: number | undefined;
|
|
5256
|
-
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;
|
|
5257
|
-
transformMatrix?: number[] | undefined;
|
|
5258
|
-
rotation?: number | undefined;
|
|
5259
|
-
scaleX?: number | undefined;
|
|
5260
|
-
scaleY?: number | undefined;
|
|
5261
|
-
translateX?: number | undefined;
|
|
5262
|
-
translateY?: number | undefined;
|
|
5263
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5264
|
-
includeFontPadding?: boolean | undefined;
|
|
5265
|
-
};
|
|
5266
|
-
subtitle2: {
|
|
5267
|
-
fontSize: number;
|
|
5268
|
-
letterSpacing: number;
|
|
5269
|
-
lineHeight: number;
|
|
5270
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5271
|
-
fontFamily?: string | undefined;
|
|
5272
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5273
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5274
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5275
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5276
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5277
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5278
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5279
|
-
textShadowOffset?: {
|
|
5280
|
-
width: number;
|
|
5281
|
-
height: number;
|
|
5282
|
-
} | undefined;
|
|
5283
|
-
textShadowRadius?: number | undefined;
|
|
5284
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5285
|
-
testID?: string | undefined;
|
|
5286
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5287
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5288
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5289
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5290
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5291
|
-
borderBottomEndRadius?: number | undefined;
|
|
5292
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5293
|
-
borderBottomRightRadius?: number | undefined;
|
|
5294
|
-
borderBottomStartRadius?: number | undefined;
|
|
5295
|
-
borderBottomWidth?: number | undefined;
|
|
5296
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5297
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5298
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5299
|
-
borderLeftWidth?: number | undefined;
|
|
5300
|
-
borderRadius?: number | undefined;
|
|
5301
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5302
|
-
borderRightWidth?: number | undefined;
|
|
5303
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5304
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5305
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5306
|
-
borderTopEndRadius?: number | undefined;
|
|
5307
|
-
borderTopLeftRadius?: number | undefined;
|
|
5308
|
-
borderTopRightRadius?: number | undefined;
|
|
5309
|
-
borderTopStartRadius?: number | undefined;
|
|
5310
|
-
borderTopWidth?: number | undefined;
|
|
5311
|
-
borderWidth?: number | undefined;
|
|
5312
|
-
opacity?: number | undefined;
|
|
5313
|
-
elevation?: number | undefined;
|
|
5314
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5315
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5316
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5317
|
-
aspectRatio?: number | undefined;
|
|
5318
|
-
borderEndWidth?: string | number | undefined;
|
|
5319
|
-
borderStartWidth?: string | number | undefined;
|
|
5320
|
-
bottom?: string | number | undefined;
|
|
5321
|
-
display?: "none" | "flex" | undefined;
|
|
5322
|
-
end?: string | number | undefined;
|
|
5323
|
-
flex?: number | undefined;
|
|
5324
|
-
flexBasis?: string | number | undefined;
|
|
5325
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5326
|
-
flexGrow?: number | undefined;
|
|
5327
|
-
flexShrink?: number | undefined;
|
|
5328
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
5329
|
-
height?: string | number | undefined;
|
|
5330
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
5331
|
-
left?: string | number | undefined;
|
|
5332
|
-
margin?: string | number | undefined;
|
|
5333
|
-
marginBottom?: string | number | undefined;
|
|
5334
|
-
marginEnd?: string | number | undefined;
|
|
5335
|
-
marginHorizontal?: string | number | undefined;
|
|
5336
|
-
marginLeft?: string | number | undefined;
|
|
5337
|
-
marginRight?: string | number | undefined;
|
|
5338
|
-
marginStart?: string | number | undefined;
|
|
5339
|
-
marginTop?: string | number | undefined;
|
|
5340
|
-
marginVertical?: string | number | undefined;
|
|
5341
|
-
maxHeight?: string | number | undefined;
|
|
5342
|
-
maxWidth?: string | number | undefined;
|
|
5343
|
-
minHeight?: string | number | undefined;
|
|
5344
|
-
minWidth?: string | number | undefined;
|
|
5345
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5346
|
-
padding?: string | number | undefined;
|
|
5347
|
-
paddingBottom?: string | number | undefined;
|
|
5348
|
-
paddingEnd?: string | number | undefined;
|
|
5349
|
-
paddingHorizontal?: string | number | undefined;
|
|
5350
|
-
paddingLeft?: string | number | undefined;
|
|
5351
|
-
paddingRight?: string | number | undefined;
|
|
5352
|
-
paddingStart?: string | number | undefined;
|
|
5353
|
-
paddingTop?: string | number | undefined;
|
|
5354
|
-
paddingVertical?: string | number | undefined;
|
|
5355
|
-
position?: "absolute" | "relative" | undefined;
|
|
5356
|
-
right?: string | number | undefined;
|
|
5357
|
-
start?: string | number | undefined;
|
|
5358
|
-
top?: string | number | undefined;
|
|
5359
|
-
width?: string | number | undefined;
|
|
5360
|
-
zIndex?: number | undefined;
|
|
5361
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5362
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5363
|
-
shadowOffset?: {
|
|
5364
|
-
width: number;
|
|
5365
|
-
height: number;
|
|
5366
|
-
} | undefined;
|
|
5367
|
-
shadowOpacity?: number | undefined;
|
|
5368
|
-
shadowRadius?: number | undefined;
|
|
5369
|
-
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;
|
|
5370
|
-
transformMatrix?: number[] | undefined;
|
|
5371
|
-
rotation?: number | undefined;
|
|
5372
|
-
scaleX?: number | undefined;
|
|
5373
|
-
scaleY?: number | undefined;
|
|
5374
|
-
translateX?: number | undefined;
|
|
5375
|
-
translateY?: number | undefined;
|
|
5376
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5377
|
-
includeFontPadding?: boolean | undefined;
|
|
5378
|
-
};
|
|
5379
|
-
body1: {
|
|
5380
|
-
fontSize: number;
|
|
5381
|
-
letterSpacing: number;
|
|
5382
|
-
lineHeight: number;
|
|
5383
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5384
|
-
fontFamily?: string | undefined;
|
|
5385
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5386
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5387
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5388
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5389
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5390
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5391
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5392
|
-
textShadowOffset?: {
|
|
5393
|
-
width: number;
|
|
5394
|
-
height: number;
|
|
5395
|
-
} | undefined;
|
|
5396
|
-
textShadowRadius?: number | undefined;
|
|
5397
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5398
|
-
testID?: string | undefined;
|
|
5399
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5400
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5401
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5402
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5403
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5404
|
-
borderBottomEndRadius?: number | undefined;
|
|
5405
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5406
|
-
borderBottomRightRadius?: number | undefined;
|
|
5407
|
-
borderBottomStartRadius?: number | undefined;
|
|
5408
|
-
borderBottomWidth?: number | undefined;
|
|
5409
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5410
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5411
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5412
|
-
borderLeftWidth?: number | undefined;
|
|
5413
|
-
borderRadius?: number | undefined;
|
|
5414
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5415
|
-
borderRightWidth?: number | undefined;
|
|
5416
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5417
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5418
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5419
|
-
borderTopEndRadius?: number | undefined;
|
|
5420
|
-
borderTopLeftRadius?: number | undefined;
|
|
5421
|
-
borderTopRightRadius?: number | undefined;
|
|
5422
|
-
borderTopStartRadius?: number | undefined;
|
|
5423
|
-
borderTopWidth?: number | undefined;
|
|
5424
|
-
borderWidth?: number | undefined;
|
|
5425
|
-
opacity?: number | undefined;
|
|
5426
|
-
elevation?: number | undefined;
|
|
5427
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5428
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5429
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5430
|
-
aspectRatio?: number | undefined;
|
|
5431
|
-
borderEndWidth?: string | number | undefined;
|
|
5432
|
-
borderStartWidth?: string | number | undefined;
|
|
5433
|
-
bottom?: string | number | undefined;
|
|
5434
|
-
display?: "none" | "flex" | undefined;
|
|
5435
|
-
end?: string | number | undefined;
|
|
5436
|
-
flex?: number | undefined;
|
|
5437
|
-
flexBasis?: string | number | undefined;
|
|
5438
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5439
|
-
flexGrow?: number | undefined;
|
|
5440
|
-
flexShrink?: number | undefined;
|
|
5441
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
5442
|
-
height?: string | number | undefined;
|
|
5443
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
5444
|
-
left?: string | number | undefined;
|
|
5445
|
-
margin?: string | number | undefined;
|
|
5446
|
-
marginBottom?: string | number | undefined;
|
|
5447
|
-
marginEnd?: string | number | undefined;
|
|
5448
|
-
marginHorizontal?: string | number | undefined;
|
|
5449
|
-
marginLeft?: string | number | undefined;
|
|
5450
|
-
marginRight?: string | number | undefined;
|
|
5451
|
-
marginStart?: string | number | undefined;
|
|
5452
|
-
marginTop?: string | number | undefined;
|
|
5453
|
-
marginVertical?: string | number | undefined;
|
|
5454
|
-
maxHeight?: string | number | undefined;
|
|
5455
|
-
maxWidth?: string | number | undefined;
|
|
5456
|
-
minHeight?: string | number | undefined;
|
|
5457
|
-
minWidth?: string | number | undefined;
|
|
5458
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5459
|
-
padding?: string | number | undefined;
|
|
5460
|
-
paddingBottom?: string | number | undefined;
|
|
5461
|
-
paddingEnd?: string | number | undefined;
|
|
5462
|
-
paddingHorizontal?: string | number | undefined;
|
|
5463
|
-
paddingLeft?: string | number | undefined;
|
|
5464
|
-
paddingRight?: string | number | undefined;
|
|
5465
|
-
paddingStart?: string | number | undefined;
|
|
5466
|
-
paddingTop?: string | number | undefined;
|
|
5467
|
-
paddingVertical?: string | number | undefined;
|
|
5468
|
-
position?: "absolute" | "relative" | undefined;
|
|
5469
|
-
right?: string | number | undefined;
|
|
5470
|
-
start?: string | number | undefined;
|
|
5471
|
-
top?: string | number | undefined;
|
|
5472
|
-
width?: string | number | undefined;
|
|
5473
|
-
zIndex?: number | undefined;
|
|
5474
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5475
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5476
|
-
shadowOffset?: {
|
|
5477
|
-
width: number;
|
|
5478
|
-
height: number;
|
|
5479
|
-
} | undefined;
|
|
5480
|
-
shadowOpacity?: number | undefined;
|
|
5481
|
-
shadowRadius?: number | undefined;
|
|
5482
|
-
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;
|
|
5483
|
-
transformMatrix?: number[] | undefined;
|
|
5484
|
-
rotation?: number | undefined;
|
|
5485
|
-
scaleX?: number | undefined;
|
|
5486
|
-
scaleY?: number | undefined;
|
|
5487
|
-
translateX?: number | undefined;
|
|
5488
|
-
translateY?: number | undefined;
|
|
5489
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5490
|
-
includeFontPadding?: boolean | undefined;
|
|
5491
|
-
};
|
|
5492
|
-
body2: {
|
|
5493
|
-
fontSize: number;
|
|
5494
|
-
letterSpacing: number;
|
|
5495
|
-
lineHeight: number;
|
|
5496
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5497
|
-
fontFamily?: string | undefined;
|
|
5498
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5499
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5500
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5501
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5502
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5503
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5504
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5505
|
-
textShadowOffset?: {
|
|
5506
|
-
width: number;
|
|
5507
|
-
height: number;
|
|
5508
|
-
} | undefined;
|
|
5509
|
-
textShadowRadius?: number | undefined;
|
|
5510
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5511
|
-
testID?: string | undefined;
|
|
5512
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5513
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5514
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5515
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5516
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5517
|
-
borderBottomEndRadius?: number | undefined;
|
|
5518
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5519
|
-
borderBottomRightRadius?: number | undefined;
|
|
5520
|
-
borderBottomStartRadius?: number | undefined;
|
|
5521
|
-
borderBottomWidth?: number | undefined;
|
|
5522
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5523
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5524
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5525
|
-
borderLeftWidth?: number | undefined;
|
|
5526
|
-
borderRadius?: number | undefined;
|
|
5527
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5528
|
-
borderRightWidth?: number | undefined;
|
|
5529
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5530
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5531
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5532
|
-
borderTopEndRadius?: number | undefined;
|
|
5533
|
-
borderTopLeftRadius?: number | undefined;
|
|
5534
|
-
borderTopRightRadius?: number | undefined;
|
|
5535
|
-
borderTopStartRadius?: number | undefined;
|
|
5536
|
-
borderTopWidth?: number | undefined;
|
|
5537
|
-
borderWidth?: number | undefined;
|
|
5538
|
-
opacity?: number | undefined;
|
|
5539
|
-
elevation?: number | undefined;
|
|
5540
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5541
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5542
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5543
|
-
aspectRatio?: number | undefined;
|
|
5544
|
-
borderEndWidth?: string | number | undefined;
|
|
5545
|
-
borderStartWidth?: string | number | undefined;
|
|
5546
|
-
bottom?: string | number | undefined;
|
|
5547
|
-
display?: "none" | "flex" | undefined;
|
|
5548
|
-
end?: string | number | undefined;
|
|
5549
|
-
flex?: number | undefined;
|
|
5550
|
-
flexBasis?: string | number | undefined;
|
|
5551
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5552
|
-
flexGrow?: number | undefined;
|
|
5553
|
-
flexShrink?: number | undefined;
|
|
5554
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
5555
|
-
height?: string | number | undefined;
|
|
5556
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
5557
|
-
left?: string | number | undefined;
|
|
5558
|
-
margin?: string | number | undefined;
|
|
5559
|
-
marginBottom?: string | number | undefined;
|
|
5560
|
-
marginEnd?: string | number | undefined;
|
|
5561
|
-
marginHorizontal?: string | number | undefined;
|
|
5562
|
-
marginLeft?: string | number | undefined;
|
|
5563
|
-
marginRight?: string | number | undefined;
|
|
5564
|
-
marginStart?: string | number | undefined;
|
|
5565
|
-
marginTop?: string | number | undefined;
|
|
5566
|
-
marginVertical?: string | number | undefined;
|
|
5567
|
-
maxHeight?: string | number | undefined;
|
|
5568
|
-
maxWidth?: string | number | undefined;
|
|
5569
|
-
minHeight?: string | number | undefined;
|
|
5570
|
-
minWidth?: string | number | undefined;
|
|
5571
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5572
|
-
padding?: string | number | undefined;
|
|
5573
|
-
paddingBottom?: string | number | undefined;
|
|
5574
|
-
paddingEnd?: string | number | undefined;
|
|
5575
|
-
paddingHorizontal?: string | number | undefined;
|
|
5576
|
-
paddingLeft?: string | number | undefined;
|
|
5577
|
-
paddingRight?: string | number | undefined;
|
|
5578
|
-
paddingStart?: string | number | undefined;
|
|
5579
|
-
paddingTop?: string | number | undefined;
|
|
5580
|
-
paddingVertical?: string | number | undefined;
|
|
5581
|
-
position?: "absolute" | "relative" | undefined;
|
|
5582
|
-
right?: string | number | undefined;
|
|
5583
|
-
start?: string | number | undefined;
|
|
5584
|
-
top?: string | number | undefined;
|
|
5585
|
-
width?: string | number | undefined;
|
|
5586
|
-
zIndex?: number | undefined;
|
|
5587
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5588
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5589
|
-
shadowOffset?: {
|
|
5590
|
-
width: number;
|
|
5591
|
-
height: number;
|
|
5592
|
-
} | undefined;
|
|
5593
|
-
shadowOpacity?: number | undefined;
|
|
5594
|
-
shadowRadius?: number | undefined;
|
|
5595
|
-
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;
|
|
5596
|
-
transformMatrix?: number[] | undefined;
|
|
5597
|
-
rotation?: number | undefined;
|
|
5598
|
-
scaleX?: number | undefined;
|
|
5599
|
-
scaleY?: number | undefined;
|
|
5600
|
-
translateX?: number | undefined;
|
|
5601
|
-
translateY?: number | undefined;
|
|
5602
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5603
|
-
includeFontPadding?: boolean | undefined;
|
|
5604
|
-
};
|
|
5605
|
-
button: {
|
|
5606
|
-
fontSize: number;
|
|
5607
|
-
letterSpacing: number;
|
|
5608
|
-
lineHeight: number;
|
|
5609
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5610
|
-
fontFamily?: string | undefined;
|
|
5611
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5612
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5613
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5614
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5615
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5616
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5617
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5618
|
-
textShadowOffset?: {
|
|
5619
|
-
width: number;
|
|
5620
|
-
height: number;
|
|
5621
|
-
} | undefined;
|
|
5622
|
-
textShadowRadius?: number | undefined;
|
|
5623
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5624
|
-
testID?: string | undefined;
|
|
5625
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5626
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5627
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5628
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5629
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5630
|
-
borderBottomEndRadius?: number | undefined;
|
|
5631
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5632
|
-
borderBottomRightRadius?: number | undefined;
|
|
5633
|
-
borderBottomStartRadius?: number | undefined;
|
|
5634
|
-
borderBottomWidth?: number | undefined;
|
|
5635
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5636
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5637
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5638
|
-
borderLeftWidth?: number | undefined;
|
|
5639
|
-
borderRadius?: number | undefined;
|
|
5640
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5641
|
-
borderRightWidth?: number | undefined;
|
|
5642
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5643
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5644
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5645
|
-
borderTopEndRadius?: number | undefined;
|
|
5646
|
-
borderTopLeftRadius?: number | undefined;
|
|
5647
|
-
borderTopRightRadius?: number | undefined;
|
|
5648
|
-
borderTopStartRadius?: number | undefined;
|
|
5649
|
-
borderTopWidth?: number | undefined;
|
|
5650
|
-
borderWidth?: number | undefined;
|
|
5651
|
-
opacity?: number | undefined;
|
|
5652
|
-
elevation?: number | undefined;
|
|
5653
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5654
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5655
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5656
|
-
aspectRatio?: number | undefined;
|
|
5657
|
-
borderEndWidth?: string | number | undefined;
|
|
5658
|
-
borderStartWidth?: string | number | undefined;
|
|
5659
|
-
bottom?: string | number | undefined;
|
|
5660
|
-
display?: "none" | "flex" | undefined;
|
|
5661
|
-
end?: string | number | undefined;
|
|
5662
|
-
flex?: number | undefined;
|
|
5663
|
-
flexBasis?: string | number | undefined;
|
|
5664
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5665
|
-
flexGrow?: number | undefined;
|
|
5666
|
-
flexShrink?: number | undefined;
|
|
5667
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
5668
|
-
height?: string | number | undefined;
|
|
5669
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
5670
|
-
left?: string | number | undefined;
|
|
5671
|
-
margin?: string | number | undefined;
|
|
5672
|
-
marginBottom?: string | number | undefined;
|
|
5673
|
-
marginEnd?: string | number | undefined;
|
|
5674
|
-
marginHorizontal?: string | number | undefined;
|
|
5675
|
-
marginLeft?: string | number | undefined;
|
|
5676
|
-
marginRight?: string | number | undefined;
|
|
5677
|
-
marginStart?: string | number | undefined;
|
|
5678
|
-
marginTop?: string | number | undefined;
|
|
5679
|
-
marginVertical?: string | number | undefined;
|
|
5680
|
-
maxHeight?: string | number | undefined;
|
|
5681
|
-
maxWidth?: string | number | undefined;
|
|
5682
|
-
minHeight?: string | number | undefined;
|
|
5683
|
-
minWidth?: string | number | undefined;
|
|
5684
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5685
|
-
padding?: string | number | undefined;
|
|
5686
|
-
paddingBottom?: string | number | undefined;
|
|
5687
|
-
paddingEnd?: string | number | undefined;
|
|
5688
|
-
paddingHorizontal?: string | number | undefined;
|
|
5689
|
-
paddingLeft?: string | number | undefined;
|
|
5690
|
-
paddingRight?: string | number | undefined;
|
|
5691
|
-
paddingStart?: string | number | undefined;
|
|
5692
|
-
paddingTop?: string | number | undefined;
|
|
5693
|
-
paddingVertical?: string | number | undefined;
|
|
5694
|
-
position?: "absolute" | "relative" | undefined;
|
|
5695
|
-
right?: string | number | undefined;
|
|
5696
|
-
start?: string | number | undefined;
|
|
5697
|
-
top?: string | number | undefined;
|
|
5698
|
-
width?: string | number | undefined;
|
|
5699
|
-
zIndex?: number | undefined;
|
|
5700
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5701
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5702
|
-
shadowOffset?: {
|
|
5703
|
-
width: number;
|
|
5704
|
-
height: number;
|
|
5705
|
-
} | undefined;
|
|
5706
|
-
shadowOpacity?: number | undefined;
|
|
5707
|
-
shadowRadius?: number | undefined;
|
|
5708
|
-
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;
|
|
5709
|
-
transformMatrix?: number[] | undefined;
|
|
5710
|
-
rotation?: number | undefined;
|
|
5711
|
-
scaleX?: number | undefined;
|
|
5712
|
-
scaleY?: number | undefined;
|
|
5713
|
-
translateX?: number | undefined;
|
|
5714
|
-
translateY?: number | undefined;
|
|
5715
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5716
|
-
includeFontPadding?: boolean | undefined;
|
|
5717
|
-
};
|
|
5718
|
-
caption: {
|
|
5719
|
-
fontSize: number;
|
|
5720
|
-
letterSpacing: number;
|
|
5721
|
-
lineHeight: number;
|
|
5722
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5723
|
-
fontFamily?: string | undefined;
|
|
5724
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5725
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5726
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5727
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5728
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5729
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5730
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5731
|
-
textShadowOffset?: {
|
|
5732
|
-
width: number;
|
|
5733
|
-
height: number;
|
|
5734
|
-
} | undefined;
|
|
5735
|
-
textShadowRadius?: number | undefined;
|
|
5736
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5737
|
-
testID?: string | undefined;
|
|
5738
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5739
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5740
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5741
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5742
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5743
|
-
borderBottomEndRadius?: number | undefined;
|
|
5744
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5745
|
-
borderBottomRightRadius?: number | undefined;
|
|
5746
|
-
borderBottomStartRadius?: number | undefined;
|
|
5747
|
-
borderBottomWidth?: number | undefined;
|
|
5748
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5749
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5750
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5751
|
-
borderLeftWidth?: number | undefined;
|
|
5752
|
-
borderRadius?: number | undefined;
|
|
5753
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5754
|
-
borderRightWidth?: number | undefined;
|
|
5755
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5756
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5757
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5758
|
-
borderTopEndRadius?: number | undefined;
|
|
5759
|
-
borderTopLeftRadius?: number | undefined;
|
|
5760
|
-
borderTopRightRadius?: number | undefined;
|
|
5761
|
-
borderTopStartRadius?: number | undefined;
|
|
5762
|
-
borderTopWidth?: number | undefined;
|
|
5763
|
-
borderWidth?: number | undefined;
|
|
5764
|
-
opacity?: number | undefined;
|
|
5765
|
-
elevation?: number | undefined;
|
|
5766
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5767
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5768
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5769
|
-
aspectRatio?: number | undefined;
|
|
5770
|
-
borderEndWidth?: string | number | undefined;
|
|
5771
|
-
borderStartWidth?: string | number | undefined;
|
|
5772
|
-
bottom?: string | number | undefined;
|
|
5773
|
-
display?: "none" | "flex" | undefined;
|
|
5774
|
-
end?: string | number | undefined;
|
|
5775
|
-
flex?: number | undefined;
|
|
5776
|
-
flexBasis?: string | number | undefined;
|
|
5777
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5778
|
-
flexGrow?: number | undefined;
|
|
5779
|
-
flexShrink?: number | undefined;
|
|
5780
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
5781
|
-
height?: string | number | undefined;
|
|
5782
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
5783
|
-
left?: string | number | undefined;
|
|
5784
|
-
margin?: string | number | undefined;
|
|
5785
|
-
marginBottom?: string | number | undefined;
|
|
5786
|
-
marginEnd?: string | number | undefined;
|
|
5787
|
-
marginHorizontal?: string | number | undefined;
|
|
5788
|
-
marginLeft?: string | number | undefined;
|
|
5789
|
-
marginRight?: string | number | undefined;
|
|
5790
|
-
marginStart?: string | number | undefined;
|
|
5791
|
-
marginTop?: string | number | undefined;
|
|
5792
|
-
marginVertical?: string | number | undefined;
|
|
5793
|
-
maxHeight?: string | number | undefined;
|
|
5794
|
-
maxWidth?: string | number | undefined;
|
|
5795
|
-
minHeight?: string | number | undefined;
|
|
5796
|
-
minWidth?: string | number | undefined;
|
|
5797
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5798
|
-
padding?: string | number | undefined;
|
|
5799
|
-
paddingBottom?: string | number | undefined;
|
|
5800
|
-
paddingEnd?: string | number | undefined;
|
|
5801
|
-
paddingHorizontal?: string | number | undefined;
|
|
5802
|
-
paddingLeft?: string | number | undefined;
|
|
5803
|
-
paddingRight?: string | number | undefined;
|
|
5804
|
-
paddingStart?: string | number | undefined;
|
|
5805
|
-
paddingTop?: string | number | undefined;
|
|
5806
|
-
paddingVertical?: string | number | undefined;
|
|
5807
|
-
position?: "absolute" | "relative" | undefined;
|
|
5808
|
-
right?: string | number | undefined;
|
|
5809
|
-
start?: string | number | undefined;
|
|
5810
|
-
top?: string | number | undefined;
|
|
5811
|
-
width?: string | number | undefined;
|
|
5812
|
-
zIndex?: number | undefined;
|
|
5813
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5814
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5815
|
-
shadowOffset?: {
|
|
5816
|
-
width: number;
|
|
5817
|
-
height: number;
|
|
5818
|
-
} | undefined;
|
|
5819
|
-
shadowOpacity?: number | undefined;
|
|
5820
|
-
shadowRadius?: number | undefined;
|
|
5821
|
-
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;
|
|
5822
|
-
transformMatrix?: number[] | undefined;
|
|
5823
|
-
rotation?: number | undefined;
|
|
5824
|
-
scaleX?: number | undefined;
|
|
5825
|
-
scaleY?: number | undefined;
|
|
5826
|
-
translateX?: number | undefined;
|
|
5827
|
-
translateY?: number | undefined;
|
|
5828
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5829
|
-
includeFontPadding?: boolean | undefined;
|
|
5830
|
-
};
|
|
5831
|
-
overline: {
|
|
5832
|
-
fontSize: number;
|
|
5833
|
-
letterSpacing: number;
|
|
5834
|
-
lineHeight: number;
|
|
5835
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5836
|
-
fontFamily?: string | undefined;
|
|
5837
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5838
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5839
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5840
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5841
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5842
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5843
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5844
|
-
textShadowOffset?: {
|
|
5845
|
-
width: number;
|
|
5846
|
-
height: number;
|
|
5847
|
-
} | undefined;
|
|
5848
|
-
textShadowRadius?: number | undefined;
|
|
5849
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5850
|
-
testID?: string | undefined;
|
|
5851
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5852
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5853
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5854
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5855
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5856
|
-
borderBottomEndRadius?: number | undefined;
|
|
5857
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5858
|
-
borderBottomRightRadius?: number | undefined;
|
|
5859
|
-
borderBottomStartRadius?: number | undefined;
|
|
5860
|
-
borderBottomWidth?: number | undefined;
|
|
5861
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5862
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5863
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5864
|
-
borderLeftWidth?: number | undefined;
|
|
5865
|
-
borderRadius?: number | undefined;
|
|
5866
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5867
|
-
borderRightWidth?: number | undefined;
|
|
5868
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5869
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5870
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5871
|
-
borderTopEndRadius?: number | undefined;
|
|
5872
|
-
borderTopLeftRadius?: number | undefined;
|
|
5873
|
-
borderTopRightRadius?: number | undefined;
|
|
5874
|
-
borderTopStartRadius?: number | undefined;
|
|
5875
|
-
borderTopWidth?: number | undefined;
|
|
5876
|
-
borderWidth?: number | undefined;
|
|
5877
|
-
opacity?: number | undefined;
|
|
5878
|
-
elevation?: number | undefined;
|
|
5879
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5880
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5881
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5882
|
-
aspectRatio?: number | undefined;
|
|
5883
|
-
borderEndWidth?: string | number | undefined;
|
|
5884
|
-
borderStartWidth?: string | number | undefined;
|
|
5885
|
-
bottom?: string | number | undefined;
|
|
5886
|
-
display?: "none" | "flex" | undefined;
|
|
5887
|
-
end?: string | number | undefined;
|
|
5888
|
-
flex?: number | undefined;
|
|
5889
|
-
flexBasis?: string | number | undefined;
|
|
5890
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
5891
|
-
flexGrow?: number | undefined;
|
|
5892
|
-
flexShrink?: number | undefined;
|
|
5893
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
5894
|
-
height?: string | number | undefined;
|
|
5895
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
5896
|
-
left?: string | number | undefined;
|
|
5897
|
-
margin?: string | number | undefined;
|
|
5898
|
-
marginBottom?: string | number | undefined;
|
|
5899
|
-
marginEnd?: string | number | undefined;
|
|
5900
|
-
marginHorizontal?: string | number | undefined;
|
|
5901
|
-
marginLeft?: string | number | undefined;
|
|
5902
|
-
marginRight?: string | number | undefined;
|
|
5903
|
-
marginStart?: string | number | undefined;
|
|
5904
|
-
marginTop?: string | number | undefined;
|
|
5905
|
-
marginVertical?: string | number | undefined;
|
|
5906
|
-
maxHeight?: string | number | undefined;
|
|
5907
|
-
maxWidth?: string | number | undefined;
|
|
5908
|
-
minHeight?: string | number | undefined;
|
|
5909
|
-
minWidth?: string | number | undefined;
|
|
5910
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
5911
|
-
padding?: string | number | undefined;
|
|
5912
|
-
paddingBottom?: string | number | undefined;
|
|
5913
|
-
paddingEnd?: string | number | undefined;
|
|
5914
|
-
paddingHorizontal?: string | number | undefined;
|
|
5915
|
-
paddingLeft?: string | number | undefined;
|
|
5916
|
-
paddingRight?: string | number | undefined;
|
|
5917
|
-
paddingStart?: string | number | undefined;
|
|
5918
|
-
paddingTop?: string | number | undefined;
|
|
5919
|
-
paddingVertical?: string | number | undefined;
|
|
5920
|
-
position?: "absolute" | "relative" | undefined;
|
|
5921
|
-
right?: string | number | undefined;
|
|
5922
|
-
start?: string | number | undefined;
|
|
5923
|
-
top?: string | number | undefined;
|
|
5924
|
-
width?: string | number | undefined;
|
|
5925
|
-
zIndex?: number | undefined;
|
|
5926
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
5927
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
5928
|
-
shadowOffset?: {
|
|
5929
|
-
width: number;
|
|
5930
|
-
height: number;
|
|
5931
|
-
} | undefined;
|
|
5932
|
-
shadowOpacity?: number | undefined;
|
|
5933
|
-
shadowRadius?: number | undefined;
|
|
5934
|
-
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;
|
|
5935
|
-
transformMatrix?: number[] | undefined;
|
|
5936
|
-
rotation?: number | undefined;
|
|
5937
|
-
scaleX?: number | undefined;
|
|
5938
|
-
scaleY?: number | undefined;
|
|
5939
|
-
translateX?: number | undefined;
|
|
5940
|
-
translateY?: number | undefined;
|
|
5941
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
5942
|
-
includeFontPadding?: boolean | undefined;
|
|
5943
|
-
};
|
|
5944
|
-
headline6: {
|
|
5945
|
-
fontSize: number;
|
|
5946
|
-
letterSpacing: number;
|
|
5947
|
-
lineHeight: number;
|
|
5948
|
-
color?: import("react-native").ColorValue | undefined;
|
|
5949
|
-
fontFamily?: string | undefined;
|
|
5950
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
5951
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
5952
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
5953
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
5954
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
5955
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
5956
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
5957
|
-
textShadowOffset?: {
|
|
5958
|
-
width: number;
|
|
5959
|
-
height: number;
|
|
5960
|
-
} | undefined;
|
|
5961
|
-
textShadowRadius?: number | undefined;
|
|
5962
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
5963
|
-
testID?: string | undefined;
|
|
5964
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
5965
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
5966
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
5967
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
5968
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
5969
|
-
borderBottomEndRadius?: number | undefined;
|
|
5970
|
-
borderBottomLeftRadius?: number | undefined;
|
|
5971
|
-
borderBottomRightRadius?: number | undefined;
|
|
5972
|
-
borderBottomStartRadius?: number | undefined;
|
|
5973
|
-
borderBottomWidth?: number | undefined;
|
|
5974
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
5975
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
5976
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
5977
|
-
borderLeftWidth?: number | undefined;
|
|
5978
|
-
borderRadius?: number | undefined;
|
|
5979
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
5980
|
-
borderRightWidth?: number | undefined;
|
|
5981
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
5982
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
5983
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
5984
|
-
borderTopEndRadius?: number | undefined;
|
|
5985
|
-
borderTopLeftRadius?: number | undefined;
|
|
5986
|
-
borderTopRightRadius?: number | undefined;
|
|
5987
|
-
borderTopStartRadius?: number | undefined;
|
|
5988
|
-
borderTopWidth?: number | undefined;
|
|
5989
|
-
borderWidth?: number | undefined;
|
|
5990
|
-
opacity?: number | undefined;
|
|
5991
|
-
elevation?: number | undefined;
|
|
5992
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
5993
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
5994
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
5995
|
-
aspectRatio?: number | undefined;
|
|
5996
|
-
borderEndWidth?: string | number | undefined;
|
|
5997
|
-
borderStartWidth?: string | number | undefined;
|
|
5998
|
-
bottom?: string | number | undefined;
|
|
5999
|
-
display?: "none" | "flex" | undefined;
|
|
6000
|
-
end?: string | number | undefined;
|
|
6001
|
-
flex?: number | undefined;
|
|
6002
|
-
flexBasis?: string | number | undefined;
|
|
6003
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6004
|
-
flexGrow?: number | undefined;
|
|
6005
|
-
flexShrink?: number | undefined;
|
|
6006
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6007
|
-
height?: string | number | undefined;
|
|
6008
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6009
|
-
left?: string | number | undefined;
|
|
6010
|
-
margin?: string | number | undefined;
|
|
6011
|
-
marginBottom?: string | number | undefined;
|
|
6012
|
-
marginEnd?: string | number | undefined;
|
|
6013
|
-
marginHorizontal?: string | number | undefined;
|
|
6014
|
-
marginLeft?: string | number | undefined;
|
|
6015
|
-
marginRight?: string | number | undefined;
|
|
6016
|
-
marginStart?: string | number | undefined;
|
|
6017
|
-
marginTop?: string | number | undefined;
|
|
6018
|
-
marginVertical?: string | number | undefined;
|
|
6019
|
-
maxHeight?: string | number | undefined;
|
|
6020
|
-
maxWidth?: string | number | undefined;
|
|
6021
|
-
minHeight?: string | number | undefined;
|
|
6022
|
-
minWidth?: string | number | undefined;
|
|
6023
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6024
|
-
padding?: string | number | undefined;
|
|
6025
|
-
paddingBottom?: string | number | undefined;
|
|
6026
|
-
paddingEnd?: string | number | undefined;
|
|
6027
|
-
paddingHorizontal?: string | number | undefined;
|
|
6028
|
-
paddingLeft?: string | number | undefined;
|
|
6029
|
-
paddingRight?: string | number | undefined;
|
|
6030
|
-
paddingStart?: string | number | undefined;
|
|
6031
|
-
paddingTop?: string | number | undefined;
|
|
6032
|
-
paddingVertical?: string | number | undefined;
|
|
6033
|
-
position?: "absolute" | "relative" | undefined;
|
|
6034
|
-
right?: string | number | undefined;
|
|
6035
|
-
start?: string | number | undefined;
|
|
6036
|
-
top?: string | number | undefined;
|
|
6037
|
-
width?: string | number | undefined;
|
|
6038
|
-
zIndex?: number | undefined;
|
|
6039
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6040
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6041
|
-
shadowOffset?: {
|
|
6042
|
-
width: number;
|
|
6043
|
-
height: number;
|
|
6044
|
-
} | undefined;
|
|
6045
|
-
shadowOpacity?: number | undefined;
|
|
6046
|
-
shadowRadius?: number | undefined;
|
|
6047
|
-
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;
|
|
6048
|
-
transformMatrix?: number[] | undefined;
|
|
6049
|
-
rotation?: number | undefined;
|
|
6050
|
-
scaleX?: number | undefined;
|
|
6051
|
-
scaleY?: number | undefined;
|
|
6052
|
-
translateX?: number | undefined;
|
|
6053
|
-
translateY?: number | undefined;
|
|
6054
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6055
|
-
includeFontPadding?: boolean | undefined;
|
|
6056
|
-
};
|
|
6057
|
-
};
|
|
6058
|
-
};
|
|
6059
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
6060
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
6061
|
-
}, string | import("react").JSXElementConstructor<any>>;
|
|
6062
|
-
export declare const Button: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
6063
|
-
disabled?: boolean | undefined;
|
|
6064
|
-
type?: "text" | "solid" | "outline" | undefined;
|
|
6065
|
-
loading?: boolean | undefined;
|
|
6066
|
-
icon?: string | undefined;
|
|
6067
|
-
labelColor?: string | undefined;
|
|
6068
|
-
color?: string | undefined;
|
|
6069
|
-
children?: import("react").ReactNode;
|
|
6070
|
-
onPress: () => void;
|
|
6071
|
-
elevation?: number | undefined;
|
|
6072
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
6073
|
-
theme: {
|
|
6074
|
-
disabledOpacity: number;
|
|
6075
|
-
roundness: number;
|
|
6076
|
-
dark: boolean;
|
|
6077
|
-
mode: string;
|
|
6078
|
-
borderRadius: {
|
|
6079
|
-
global: number;
|
|
6080
|
-
button: number;
|
|
6081
|
-
};
|
|
6082
|
-
colors: {
|
|
6083
|
-
primary: string;
|
|
6084
|
-
secondary: string;
|
|
6085
|
-
surface: string;
|
|
6086
|
-
background: string;
|
|
6087
|
-
error: string;
|
|
6088
|
-
divider: string;
|
|
6089
|
-
strong: string;
|
|
6090
|
-
medium: string;
|
|
6091
|
-
strongInverse: string;
|
|
6092
|
-
mediumInverse: string;
|
|
6093
|
-
lightInverse: string;
|
|
6094
|
-
light: string;
|
|
6095
|
-
text: string;
|
|
6096
|
-
placeholder: string;
|
|
6097
|
-
disabled: string;
|
|
6098
|
-
};
|
|
6099
|
-
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
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
|
-
*/
|
|
6107
|
-
headline1: {
|
|
6108
|
-
fontSize: number;
|
|
6109
|
-
letterSpacing: number;
|
|
6110
|
-
lineHeight: number;
|
|
6111
|
-
color?: import("react-native").ColorValue | undefined;
|
|
6112
|
-
fontFamily?: string | undefined;
|
|
6113
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
6114
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6115
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6116
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6117
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6118
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
6119
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
6120
|
-
textShadowOffset?: {
|
|
6121
|
-
width: number;
|
|
6122
|
-
height: number;
|
|
6123
|
-
} | undefined;
|
|
6124
|
-
textShadowRadius?: number | undefined;
|
|
6125
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
6126
|
-
testID?: string | undefined;
|
|
6127
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
6128
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
6129
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
6130
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
6131
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
6132
|
-
borderBottomEndRadius?: number | undefined;
|
|
6133
|
-
borderBottomLeftRadius?: number | undefined;
|
|
6134
|
-
borderBottomRightRadius?: number | undefined;
|
|
6135
|
-
borderBottomStartRadius?: number | undefined;
|
|
6136
|
-
borderBottomWidth?: number | undefined;
|
|
6137
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
6138
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
6139
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
6140
|
-
borderLeftWidth?: number | undefined;
|
|
6141
|
-
borderRadius?: number | undefined;
|
|
6142
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
6143
|
-
borderRightWidth?: number | undefined;
|
|
6144
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
6145
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
6146
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
6147
|
-
borderTopEndRadius?: number | undefined;
|
|
6148
|
-
borderTopLeftRadius?: number | undefined;
|
|
6149
|
-
borderTopRightRadius?: number | undefined;
|
|
6150
|
-
borderTopStartRadius?: number | undefined;
|
|
6151
|
-
borderTopWidth?: number | undefined;
|
|
6152
|
-
borderWidth?: number | undefined;
|
|
6153
|
-
opacity?: number | undefined;
|
|
6154
|
-
elevation?: number | undefined;
|
|
6155
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
6156
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
6157
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
6158
|
-
aspectRatio?: number | undefined;
|
|
6159
|
-
borderEndWidth?: string | number | undefined;
|
|
6160
|
-
borderStartWidth?: string | number | undefined;
|
|
6161
|
-
bottom?: string | number | undefined;
|
|
6162
|
-
display?: "none" | "flex" | undefined;
|
|
6163
|
-
end?: string | number | undefined;
|
|
6164
|
-
flex?: number | undefined;
|
|
6165
|
-
flexBasis?: string | number | undefined;
|
|
6166
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6167
|
-
flexGrow?: number | undefined;
|
|
6168
|
-
flexShrink?: number | undefined;
|
|
6169
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6170
|
-
height?: string | number | undefined;
|
|
6171
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6172
|
-
left?: string | number | undefined;
|
|
6173
|
-
margin?: string | number | undefined;
|
|
6174
|
-
marginBottom?: string | number | undefined;
|
|
6175
|
-
marginEnd?: string | number | undefined;
|
|
6176
|
-
marginHorizontal?: string | number | undefined;
|
|
6177
|
-
marginLeft?: string | number | undefined;
|
|
6178
|
-
marginRight?: string | number | undefined;
|
|
6179
|
-
marginStart?: string | number | undefined;
|
|
6180
|
-
marginTop?: string | number | undefined;
|
|
6181
|
-
marginVertical?: string | number | undefined;
|
|
6182
|
-
maxHeight?: string | number | undefined;
|
|
6183
|
-
maxWidth?: string | number | undefined;
|
|
6184
|
-
minHeight?: string | number | undefined;
|
|
6185
|
-
minWidth?: string | number | undefined;
|
|
6186
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6187
|
-
padding?: string | number | undefined;
|
|
6188
|
-
paddingBottom?: string | number | undefined;
|
|
6189
|
-
paddingEnd?: string | number | undefined;
|
|
6190
|
-
paddingHorizontal?: string | number | undefined;
|
|
6191
|
-
paddingLeft?: string | number | undefined;
|
|
6192
|
-
paddingRight?: string | number | undefined;
|
|
6193
|
-
paddingStart?: string | number | undefined;
|
|
6194
|
-
paddingTop?: string | number | undefined;
|
|
6195
|
-
paddingVertical?: string | number | undefined;
|
|
6196
|
-
position?: "absolute" | "relative" | undefined;
|
|
6197
|
-
right?: string | number | undefined;
|
|
6198
|
-
start?: string | number | undefined;
|
|
6199
|
-
top?: string | number | undefined;
|
|
6200
|
-
width?: string | number | undefined;
|
|
6201
|
-
zIndex?: number | undefined;
|
|
6202
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6203
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6204
|
-
shadowOffset?: {
|
|
6205
|
-
width: number;
|
|
6206
|
-
height: number;
|
|
6207
|
-
} | undefined;
|
|
6208
|
-
shadowOpacity?: number | undefined;
|
|
6209
|
-
shadowRadius?: number | undefined;
|
|
6210
|
-
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;
|
|
6211
|
-
transformMatrix?: number[] | undefined;
|
|
6212
|
-
rotation?: number | undefined;
|
|
6213
|
-
scaleX?: number | undefined;
|
|
6214
|
-
scaleY?: number | undefined;
|
|
6215
|
-
translateX?: number | undefined;
|
|
6216
|
-
translateY?: number | undefined;
|
|
6217
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6218
|
-
includeFontPadding?: boolean | undefined;
|
|
6219
|
-
};
|
|
6220
|
-
headline2: {
|
|
6221
|
-
fontSize: number;
|
|
6222
|
-
letterSpacing: number;
|
|
6223
|
-
lineHeight: number;
|
|
6224
|
-
color?: import("react-native").ColorValue | undefined;
|
|
6225
|
-
fontFamily?: string | undefined;
|
|
6226
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
6227
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6228
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6229
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6230
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6231
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
6232
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
6233
|
-
textShadowOffset?: {
|
|
6234
|
-
width: number;
|
|
6235
|
-
height: number;
|
|
6236
|
-
} | undefined;
|
|
6237
|
-
textShadowRadius?: number | undefined;
|
|
6238
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
6239
|
-
testID?: string | undefined;
|
|
6240
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
6241
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
6242
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
6243
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
6244
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
6245
|
-
borderBottomEndRadius?: number | undefined;
|
|
6246
|
-
borderBottomLeftRadius?: number | undefined;
|
|
6247
|
-
borderBottomRightRadius?: number | undefined;
|
|
6248
|
-
borderBottomStartRadius?: number | undefined;
|
|
6249
|
-
borderBottomWidth?: number | undefined;
|
|
6250
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
6251
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
6252
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
6253
|
-
borderLeftWidth?: number | undefined;
|
|
6254
|
-
borderRadius?: number | undefined;
|
|
6255
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
6256
|
-
borderRightWidth?: number | undefined;
|
|
6257
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
6258
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
6259
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
6260
|
-
borderTopEndRadius?: number | undefined;
|
|
6261
|
-
borderTopLeftRadius?: number | undefined;
|
|
6262
|
-
borderTopRightRadius?: number | undefined;
|
|
6263
|
-
borderTopStartRadius?: number | undefined;
|
|
6264
|
-
borderTopWidth?: number | undefined;
|
|
6265
|
-
borderWidth?: number | undefined;
|
|
6266
|
-
opacity?: number | undefined;
|
|
6267
|
-
elevation?: number | undefined;
|
|
6268
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
6269
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
6270
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
6271
|
-
aspectRatio?: number | undefined;
|
|
6272
|
-
borderEndWidth?: string | number | undefined;
|
|
6273
|
-
borderStartWidth?: string | number | undefined;
|
|
6274
|
-
bottom?: string | number | undefined;
|
|
6275
|
-
display?: "none" | "flex" | undefined;
|
|
6276
|
-
end?: string | number | undefined;
|
|
6277
|
-
flex?: number | undefined;
|
|
6278
|
-
flexBasis?: string | number | undefined;
|
|
6279
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6280
|
-
flexGrow?: number | undefined;
|
|
6281
|
-
flexShrink?: number | undefined;
|
|
6282
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6283
|
-
height?: string | number | undefined;
|
|
6284
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6285
|
-
left?: string | number | undefined;
|
|
6286
|
-
margin?: string | number | undefined;
|
|
6287
|
-
marginBottom?: string | number | undefined;
|
|
6288
|
-
marginEnd?: string | number | undefined;
|
|
6289
|
-
marginHorizontal?: string | number | undefined;
|
|
6290
|
-
marginLeft?: string | number | undefined;
|
|
6291
|
-
marginRight?: string | number | undefined;
|
|
6292
|
-
marginStart?: string | number | undefined;
|
|
6293
|
-
marginTop?: string | number | undefined;
|
|
6294
|
-
marginVertical?: string | number | undefined;
|
|
6295
|
-
maxHeight?: string | number | undefined;
|
|
6296
|
-
maxWidth?: string | number | undefined;
|
|
6297
|
-
minHeight?: string | number | undefined;
|
|
6298
|
-
minWidth?: string | number | undefined;
|
|
6299
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6300
|
-
padding?: string | number | undefined;
|
|
6301
|
-
paddingBottom?: string | number | undefined;
|
|
6302
|
-
paddingEnd?: string | number | undefined;
|
|
6303
|
-
paddingHorizontal?: string | number | undefined;
|
|
6304
|
-
paddingLeft?: string | number | undefined;
|
|
6305
|
-
paddingRight?: string | number | undefined;
|
|
6306
|
-
paddingStart?: string | number | undefined;
|
|
6307
|
-
paddingTop?: string | number | undefined;
|
|
6308
|
-
paddingVertical?: string | number | undefined;
|
|
6309
|
-
position?: "absolute" | "relative" | undefined;
|
|
6310
|
-
right?: string | number | undefined;
|
|
6311
|
-
start?: string | number | undefined;
|
|
6312
|
-
top?: string | number | undefined;
|
|
6313
|
-
width?: string | number | undefined;
|
|
6314
|
-
zIndex?: number | undefined;
|
|
6315
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6316
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6317
|
-
shadowOffset?: {
|
|
6318
|
-
width: number;
|
|
6319
|
-
height: number;
|
|
6320
|
-
} | undefined;
|
|
6321
|
-
shadowOpacity?: number | undefined;
|
|
6322
|
-
shadowRadius?: number | undefined;
|
|
6323
|
-
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;
|
|
6324
|
-
transformMatrix?: number[] | undefined;
|
|
6325
|
-
rotation?: number | undefined;
|
|
6326
|
-
scaleX?: number | undefined;
|
|
6327
|
-
scaleY?: number | undefined;
|
|
6328
|
-
translateX?: number | undefined;
|
|
6329
|
-
translateY?: number | undefined;
|
|
6330
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6331
|
-
includeFontPadding?: boolean | undefined;
|
|
6332
|
-
};
|
|
6333
|
-
headline3: {
|
|
6334
|
-
fontSize: number;
|
|
6335
|
-
letterSpacing: number;
|
|
6336
|
-
lineHeight: number;
|
|
6337
|
-
color?: import("react-native").ColorValue | undefined;
|
|
6338
|
-
fontFamily?: string | undefined;
|
|
6339
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
6340
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6341
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6342
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6343
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6344
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
6345
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
6346
|
-
textShadowOffset?: {
|
|
6347
|
-
width: number;
|
|
6348
|
-
height: number;
|
|
6349
|
-
} | undefined;
|
|
6350
|
-
textShadowRadius?: number | undefined;
|
|
6351
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
6352
|
-
testID?: string | undefined;
|
|
6353
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
6354
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
6355
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
6356
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
6357
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
6358
|
-
borderBottomEndRadius?: number | undefined;
|
|
6359
|
-
borderBottomLeftRadius?: number | undefined;
|
|
6360
|
-
borderBottomRightRadius?: number | undefined;
|
|
6361
|
-
borderBottomStartRadius?: number | undefined;
|
|
6362
|
-
borderBottomWidth?: number | undefined;
|
|
6363
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
6364
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
6365
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
6366
|
-
borderLeftWidth?: number | undefined;
|
|
6367
|
-
borderRadius?: number | undefined;
|
|
6368
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
6369
|
-
borderRightWidth?: number | undefined;
|
|
6370
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
6371
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
6372
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
6373
|
-
borderTopEndRadius?: number | undefined;
|
|
6374
|
-
borderTopLeftRadius?: number | undefined;
|
|
6375
|
-
borderTopRightRadius?: number | undefined;
|
|
6376
|
-
borderTopStartRadius?: number | undefined;
|
|
6377
|
-
borderTopWidth?: number | undefined;
|
|
6378
|
-
borderWidth?: number | undefined;
|
|
6379
|
-
opacity?: number | undefined;
|
|
6380
|
-
elevation?: number | undefined;
|
|
6381
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
6382
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
6383
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
6384
|
-
aspectRatio?: number | undefined;
|
|
6385
|
-
borderEndWidth?: string | number | undefined;
|
|
6386
|
-
borderStartWidth?: string | number | undefined;
|
|
6387
|
-
bottom?: string | number | undefined;
|
|
6388
|
-
display?: "none" | "flex" | undefined;
|
|
6389
|
-
end?: string | number | undefined;
|
|
6390
|
-
flex?: number | undefined;
|
|
6391
|
-
flexBasis?: string | number | undefined;
|
|
6392
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6393
|
-
flexGrow?: number | undefined;
|
|
6394
|
-
flexShrink?: number | undefined;
|
|
6395
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6396
|
-
height?: string | number | undefined;
|
|
6397
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6398
|
-
left?: string | number | undefined;
|
|
6399
|
-
margin?: string | number | undefined;
|
|
6400
|
-
marginBottom?: string | number | undefined;
|
|
6401
|
-
marginEnd?: string | number | undefined;
|
|
6402
|
-
marginHorizontal?: string | number | undefined;
|
|
6403
|
-
marginLeft?: string | number | undefined;
|
|
6404
|
-
marginRight?: string | number | undefined;
|
|
6405
|
-
marginStart?: string | number | undefined;
|
|
6406
|
-
marginTop?: string | number | undefined;
|
|
6407
|
-
marginVertical?: string | number | undefined;
|
|
6408
|
-
maxHeight?: string | number | undefined;
|
|
6409
|
-
maxWidth?: string | number | undefined;
|
|
6410
|
-
minHeight?: string | number | undefined;
|
|
6411
|
-
minWidth?: string | number | undefined;
|
|
6412
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6413
|
-
padding?: string | number | undefined;
|
|
6414
|
-
paddingBottom?: string | number | undefined;
|
|
6415
|
-
paddingEnd?: string | number | undefined;
|
|
6416
|
-
paddingHorizontal?: string | number | undefined;
|
|
6417
|
-
paddingLeft?: string | number | undefined;
|
|
6418
|
-
paddingRight?: string | number | undefined;
|
|
6419
|
-
paddingStart?: string | number | undefined;
|
|
6420
|
-
paddingTop?: string | number | undefined;
|
|
6421
|
-
paddingVertical?: string | number | undefined;
|
|
6422
|
-
position?: "absolute" | "relative" | undefined;
|
|
6423
|
-
right?: string | number | undefined;
|
|
6424
|
-
start?: string | number | undefined;
|
|
6425
|
-
top?: string | number | undefined;
|
|
6426
|
-
width?: string | number | undefined;
|
|
6427
|
-
zIndex?: number | undefined;
|
|
6428
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6429
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6430
|
-
shadowOffset?: {
|
|
6431
|
-
width: number;
|
|
6432
|
-
height: number;
|
|
6433
|
-
} | undefined;
|
|
6434
|
-
shadowOpacity?: number | undefined;
|
|
6435
|
-
shadowRadius?: number | undefined;
|
|
6436
|
-
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;
|
|
6437
|
-
transformMatrix?: number[] | undefined;
|
|
6438
|
-
rotation?: number | undefined;
|
|
6439
|
-
scaleX?: number | undefined;
|
|
6440
|
-
scaleY?: number | undefined;
|
|
6441
|
-
translateX?: number | undefined;
|
|
6442
|
-
translateY?: number | undefined;
|
|
6443
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6444
|
-
includeFontPadding?: boolean | undefined;
|
|
6445
|
-
};
|
|
6446
|
-
headline4: {
|
|
6447
|
-
fontSize: number;
|
|
6448
|
-
letterSpacing: number;
|
|
6449
|
-
lineHeight: number;
|
|
6450
|
-
color?: import("react-native").ColorValue | undefined;
|
|
6451
|
-
fontFamily?: string | undefined;
|
|
6452
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
6453
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6454
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6455
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6456
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6457
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
6458
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
6459
|
-
textShadowOffset?: {
|
|
6460
|
-
width: number;
|
|
6461
|
-
height: number;
|
|
6462
|
-
} | undefined;
|
|
6463
|
-
textShadowRadius?: number | undefined;
|
|
6464
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
6465
|
-
testID?: string | undefined;
|
|
6466
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
6467
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
6468
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
6469
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
6470
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
6471
|
-
borderBottomEndRadius?: number | undefined;
|
|
6472
|
-
borderBottomLeftRadius?: number | undefined;
|
|
6473
|
-
borderBottomRightRadius?: number | undefined;
|
|
6474
|
-
borderBottomStartRadius?: number | undefined;
|
|
6475
|
-
borderBottomWidth?: number | undefined;
|
|
6476
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
6477
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
6478
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
6479
|
-
borderLeftWidth?: number | undefined;
|
|
6480
|
-
borderRadius?: number | undefined;
|
|
6481
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
6482
|
-
borderRightWidth?: number | undefined;
|
|
6483
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
6484
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
6485
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
6486
|
-
borderTopEndRadius?: number | undefined;
|
|
6487
|
-
borderTopLeftRadius?: number | undefined;
|
|
6488
|
-
borderTopRightRadius?: number | undefined;
|
|
6489
|
-
borderTopStartRadius?: number | undefined;
|
|
6490
|
-
borderTopWidth?: number | undefined;
|
|
6491
|
-
borderWidth?: number | undefined;
|
|
6492
|
-
opacity?: number | undefined;
|
|
6493
|
-
elevation?: number | undefined;
|
|
6494
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
6495
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
6496
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
6497
|
-
aspectRatio?: number | undefined;
|
|
6498
|
-
borderEndWidth?: string | number | undefined;
|
|
6499
|
-
borderStartWidth?: string | number | undefined;
|
|
6500
|
-
bottom?: string | number | undefined;
|
|
6501
|
-
display?: "none" | "flex" | undefined;
|
|
6502
|
-
end?: string | number | undefined;
|
|
6503
|
-
flex?: number | undefined;
|
|
6504
|
-
flexBasis?: string | number | undefined;
|
|
6505
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6506
|
-
flexGrow?: number | undefined;
|
|
6507
|
-
flexShrink?: number | undefined;
|
|
6508
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6509
|
-
height?: string | number | undefined;
|
|
6510
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6511
|
-
left?: string | number | undefined;
|
|
6512
|
-
margin?: string | number | undefined;
|
|
6513
|
-
marginBottom?: string | number | undefined;
|
|
6514
|
-
marginEnd?: string | number | undefined;
|
|
6515
|
-
marginHorizontal?: string | number | undefined;
|
|
6516
|
-
marginLeft?: string | number | undefined;
|
|
6517
|
-
marginRight?: string | number | undefined;
|
|
6518
|
-
marginStart?: string | number | undefined;
|
|
6519
|
-
marginTop?: string | number | undefined;
|
|
6520
|
-
marginVertical?: string | number | undefined;
|
|
6521
|
-
maxHeight?: string | number | undefined;
|
|
6522
|
-
maxWidth?: string | number | undefined;
|
|
6523
|
-
minHeight?: string | number | undefined;
|
|
6524
|
-
minWidth?: string | number | undefined;
|
|
6525
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6526
|
-
padding?: string | number | undefined;
|
|
6527
|
-
paddingBottom?: string | number | undefined;
|
|
6528
|
-
paddingEnd?: string | number | undefined;
|
|
6529
|
-
paddingHorizontal?: string | number | undefined;
|
|
6530
|
-
paddingLeft?: string | number | undefined;
|
|
6531
|
-
paddingRight?: string | number | undefined;
|
|
6532
|
-
paddingStart?: string | number | undefined;
|
|
6533
|
-
paddingTop?: string | number | undefined;
|
|
6534
|
-
paddingVertical?: string | number | undefined;
|
|
6535
|
-
position?: "absolute" | "relative" | undefined;
|
|
6536
|
-
right?: string | number | undefined;
|
|
6537
|
-
start?: string | number | undefined;
|
|
6538
|
-
top?: string | number | undefined;
|
|
6539
|
-
width?: string | number | undefined;
|
|
6540
|
-
zIndex?: number | undefined;
|
|
6541
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6542
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6543
|
-
shadowOffset?: {
|
|
6544
|
-
width: number;
|
|
6545
|
-
height: number;
|
|
6546
|
-
} | undefined;
|
|
6547
|
-
shadowOpacity?: number | undefined;
|
|
6548
|
-
shadowRadius?: number | undefined;
|
|
6549
|
-
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;
|
|
6550
|
-
transformMatrix?: number[] | undefined;
|
|
6551
|
-
rotation?: number | undefined;
|
|
6552
|
-
scaleX?: number | undefined;
|
|
6553
|
-
scaleY?: number | undefined;
|
|
6554
|
-
translateX?: number | undefined;
|
|
6555
|
-
translateY?: number | undefined;
|
|
6556
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6557
|
-
includeFontPadding?: boolean | undefined;
|
|
6558
|
-
};
|
|
6559
|
-
headline5: {
|
|
6560
|
-
fontSize: number;
|
|
6561
|
-
letterSpacing: number;
|
|
6562
|
-
lineHeight: number;
|
|
6563
|
-
color?: import("react-native").ColorValue | undefined;
|
|
6564
|
-
fontFamily?: string | undefined;
|
|
6565
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
6566
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6567
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6568
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6569
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6570
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
6571
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
6572
|
-
textShadowOffset?: {
|
|
6573
|
-
width: number;
|
|
6574
|
-
height: number;
|
|
6575
|
-
} | undefined;
|
|
6576
|
-
textShadowRadius?: number | undefined;
|
|
6577
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
6578
|
-
testID?: string | undefined;
|
|
6579
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
6580
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
6581
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
6582
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
6583
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
6584
|
-
borderBottomEndRadius?: number | undefined;
|
|
6585
|
-
borderBottomLeftRadius?: number | undefined;
|
|
6586
|
-
borderBottomRightRadius?: number | undefined;
|
|
6587
|
-
borderBottomStartRadius?: number | undefined;
|
|
6588
|
-
borderBottomWidth?: number | undefined;
|
|
6589
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
6590
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
6591
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
6592
|
-
borderLeftWidth?: number | undefined;
|
|
6593
|
-
borderRadius?: number | undefined;
|
|
6594
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
6595
|
-
borderRightWidth?: number | undefined;
|
|
6596
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
6597
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
6598
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
6599
|
-
borderTopEndRadius?: number | undefined;
|
|
6600
|
-
borderTopLeftRadius?: number | undefined;
|
|
6601
|
-
borderTopRightRadius?: number | undefined;
|
|
6602
|
-
borderTopStartRadius?: number | undefined;
|
|
6603
|
-
borderTopWidth?: number | undefined;
|
|
6604
|
-
borderWidth?: number | undefined;
|
|
6605
|
-
opacity?: number | undefined;
|
|
6606
|
-
elevation?: number | undefined;
|
|
6607
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
6608
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
6609
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
6610
|
-
aspectRatio?: number | undefined;
|
|
6611
|
-
borderEndWidth?: string | number | undefined;
|
|
6612
|
-
borderStartWidth?: string | number | undefined;
|
|
6613
|
-
bottom?: string | number | undefined;
|
|
6614
|
-
display?: "none" | "flex" | undefined;
|
|
6615
|
-
end?: string | number | undefined;
|
|
6616
|
-
flex?: number | undefined;
|
|
6617
|
-
flexBasis?: string | number | undefined;
|
|
6618
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6619
|
-
flexGrow?: number | undefined;
|
|
6620
|
-
flexShrink?: number | undefined;
|
|
6621
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6622
|
-
height?: string | number | undefined;
|
|
6623
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6624
|
-
left?: string | number | undefined;
|
|
6625
|
-
margin?: string | number | undefined;
|
|
6626
|
-
marginBottom?: string | number | undefined;
|
|
6627
|
-
marginEnd?: string | number | undefined;
|
|
6628
|
-
marginHorizontal?: string | number | undefined;
|
|
6629
|
-
marginLeft?: string | number | undefined;
|
|
6630
|
-
marginRight?: string | number | undefined;
|
|
6631
|
-
marginStart?: string | number | undefined;
|
|
6632
|
-
marginTop?: string | number | undefined;
|
|
6633
|
-
marginVertical?: string | number | undefined;
|
|
6634
|
-
maxHeight?: string | number | undefined;
|
|
6635
|
-
maxWidth?: string | number | undefined;
|
|
6636
|
-
minHeight?: string | number | undefined;
|
|
6637
|
-
minWidth?: string | number | undefined;
|
|
6638
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6639
|
-
padding?: string | number | undefined;
|
|
6640
|
-
paddingBottom?: string | number | undefined;
|
|
6641
|
-
paddingEnd?: string | number | undefined;
|
|
6642
|
-
paddingHorizontal?: string | number | undefined;
|
|
6643
|
-
paddingLeft?: string | number | undefined;
|
|
6644
|
-
paddingRight?: string | number | undefined;
|
|
6645
|
-
paddingStart?: string | number | undefined;
|
|
6646
|
-
paddingTop?: string | number | undefined;
|
|
6647
|
-
paddingVertical?: string | number | undefined;
|
|
6648
|
-
position?: "absolute" | "relative" | undefined;
|
|
6649
|
-
right?: string | number | undefined;
|
|
6650
|
-
start?: string | number | undefined;
|
|
6651
|
-
top?: string | number | undefined;
|
|
6652
|
-
width?: string | number | undefined;
|
|
6653
|
-
zIndex?: number | undefined;
|
|
6654
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6655
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6656
|
-
shadowOffset?: {
|
|
6657
|
-
width: number;
|
|
6658
|
-
height: number;
|
|
6659
|
-
} | undefined;
|
|
6660
|
-
shadowOpacity?: number | undefined;
|
|
6661
|
-
shadowRadius?: number | undefined;
|
|
6662
|
-
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;
|
|
6663
|
-
transformMatrix?: number[] | undefined;
|
|
6664
|
-
rotation?: number | undefined;
|
|
6665
|
-
scaleX?: number | undefined;
|
|
6666
|
-
scaleY?: number | undefined;
|
|
6667
|
-
translateX?: number | undefined;
|
|
6668
|
-
translateY?: number | undefined;
|
|
6669
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6670
|
-
includeFontPadding?: boolean | undefined;
|
|
6671
|
-
};
|
|
6672
|
-
subtitle1: {
|
|
6673
|
-
fontSize: number;
|
|
6674
|
-
letterSpacing: number;
|
|
6675
|
-
lineHeight: number;
|
|
6676
|
-
color?: import("react-native").ColorValue | undefined;
|
|
6677
|
-
fontFamily?: string | undefined;
|
|
6678
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
6679
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6680
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6681
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6682
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6683
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
6684
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
6685
|
-
textShadowOffset?: {
|
|
6686
|
-
width: number;
|
|
6687
|
-
height: number;
|
|
6688
|
-
} | undefined;
|
|
6689
|
-
textShadowRadius?: number | undefined;
|
|
6690
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
6691
|
-
testID?: string | undefined;
|
|
6692
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
6693
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
6694
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
6695
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
6696
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
6697
|
-
borderBottomEndRadius?: number | undefined;
|
|
6698
|
-
borderBottomLeftRadius?: number | undefined;
|
|
6699
|
-
borderBottomRightRadius?: number | undefined;
|
|
6700
|
-
borderBottomStartRadius?: number | undefined;
|
|
6701
|
-
borderBottomWidth?: number | undefined;
|
|
6702
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
6703
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
6704
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
6705
|
-
borderLeftWidth?: number | undefined;
|
|
6706
|
-
borderRadius?: number | undefined;
|
|
6707
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
6708
|
-
borderRightWidth?: number | undefined;
|
|
6709
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
6710
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
6711
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
6712
|
-
borderTopEndRadius?: number | undefined;
|
|
6713
|
-
borderTopLeftRadius?: number | undefined;
|
|
6714
|
-
borderTopRightRadius?: number | undefined;
|
|
6715
|
-
borderTopStartRadius?: number | undefined;
|
|
6716
|
-
borderTopWidth?: number | undefined;
|
|
6717
|
-
borderWidth?: number | undefined;
|
|
6718
|
-
opacity?: number | undefined;
|
|
6719
|
-
elevation?: number | undefined;
|
|
6720
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
6721
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
6722
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
6723
|
-
aspectRatio?: number | undefined;
|
|
6724
|
-
borderEndWidth?: string | number | undefined;
|
|
6725
|
-
borderStartWidth?: string | number | undefined;
|
|
6726
|
-
bottom?: string | number | undefined;
|
|
6727
|
-
display?: "none" | "flex" | undefined;
|
|
6728
|
-
end?: string | number | undefined;
|
|
6729
|
-
flex?: number | undefined;
|
|
6730
|
-
flexBasis?: string | number | undefined;
|
|
6731
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6732
|
-
flexGrow?: number | undefined;
|
|
6733
|
-
flexShrink?: number | undefined;
|
|
6734
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6735
|
-
height?: string | number | undefined;
|
|
6736
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6737
|
-
left?: string | number | undefined;
|
|
6738
|
-
margin?: string | number | undefined;
|
|
6739
|
-
marginBottom?: string | number | undefined;
|
|
6740
|
-
marginEnd?: string | number | undefined;
|
|
6741
|
-
marginHorizontal?: string | number | undefined;
|
|
6742
|
-
marginLeft?: string | number | undefined;
|
|
6743
|
-
marginRight?: string | number | undefined;
|
|
6744
|
-
marginStart?: string | number | undefined;
|
|
6745
|
-
marginTop?: string | number | undefined;
|
|
6746
|
-
marginVertical?: string | number | undefined;
|
|
6747
|
-
maxHeight?: string | number | undefined;
|
|
6748
|
-
maxWidth?: string | number | undefined;
|
|
6749
|
-
minHeight?: string | number | undefined;
|
|
6750
|
-
minWidth?: string | number | undefined;
|
|
6751
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6752
|
-
padding?: string | number | undefined;
|
|
6753
|
-
paddingBottom?: string | number | undefined;
|
|
6754
|
-
paddingEnd?: string | number | undefined;
|
|
6755
|
-
paddingHorizontal?: string | number | undefined;
|
|
6756
|
-
paddingLeft?: string | number | undefined;
|
|
6757
|
-
paddingRight?: string | number | undefined;
|
|
6758
|
-
paddingStart?: string | number | undefined;
|
|
6759
|
-
paddingTop?: string | number | undefined;
|
|
6760
|
-
paddingVertical?: string | number | undefined;
|
|
6761
|
-
position?: "absolute" | "relative" | undefined;
|
|
6762
|
-
right?: string | number | undefined;
|
|
6763
|
-
start?: string | number | undefined;
|
|
6764
|
-
top?: string | number | undefined;
|
|
6765
|
-
width?: string | number | undefined;
|
|
6766
|
-
zIndex?: number | undefined;
|
|
6767
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6768
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6769
|
-
shadowOffset?: {
|
|
6770
|
-
width: number;
|
|
6771
|
-
height: number;
|
|
6772
|
-
} | undefined;
|
|
6773
|
-
shadowOpacity?: number | undefined;
|
|
6774
|
-
shadowRadius?: number | undefined;
|
|
6775
|
-
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;
|
|
6776
|
-
transformMatrix?: number[] | undefined;
|
|
6777
|
-
rotation?: number | undefined;
|
|
6778
|
-
scaleX?: number | undefined;
|
|
6779
|
-
scaleY?: number | undefined;
|
|
6780
|
-
translateX?: number | undefined;
|
|
6781
|
-
translateY?: number | undefined;
|
|
6782
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6783
|
-
includeFontPadding?: boolean | undefined;
|
|
6784
|
-
};
|
|
6785
|
-
subtitle2: {
|
|
6786
|
-
fontSize: number;
|
|
6787
|
-
letterSpacing: number;
|
|
6788
|
-
lineHeight: number;
|
|
6789
|
-
color?: import("react-native").ColorValue | undefined;
|
|
6790
|
-
fontFamily?: string | undefined;
|
|
6791
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
6792
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6793
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6794
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6795
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6796
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
6797
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
6798
|
-
textShadowOffset?: {
|
|
6799
|
-
width: number;
|
|
6800
|
-
height: number;
|
|
6801
|
-
} | undefined;
|
|
6802
|
-
textShadowRadius?: number | undefined;
|
|
6803
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
6804
|
-
testID?: string | undefined;
|
|
6805
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
6806
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
6807
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
6808
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
6809
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
6810
|
-
borderBottomEndRadius?: number | undefined;
|
|
6811
|
-
borderBottomLeftRadius?: number | undefined;
|
|
6812
|
-
borderBottomRightRadius?: number | undefined;
|
|
6813
|
-
borderBottomStartRadius?: number | undefined;
|
|
6814
|
-
borderBottomWidth?: number | undefined;
|
|
6815
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
6816
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
6817
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
6818
|
-
borderLeftWidth?: number | undefined;
|
|
6819
|
-
borderRadius?: number | undefined;
|
|
6820
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
6821
|
-
borderRightWidth?: number | undefined;
|
|
6822
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
6823
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
6824
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
6825
|
-
borderTopEndRadius?: number | undefined;
|
|
6826
|
-
borderTopLeftRadius?: number | undefined;
|
|
6827
|
-
borderTopRightRadius?: number | undefined;
|
|
6828
|
-
borderTopStartRadius?: number | undefined;
|
|
6829
|
-
borderTopWidth?: number | undefined;
|
|
6830
|
-
borderWidth?: number | undefined;
|
|
6831
|
-
opacity?: number | undefined;
|
|
6832
|
-
elevation?: number | undefined;
|
|
6833
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
6834
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
6835
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
6836
|
-
aspectRatio?: number | undefined;
|
|
6837
|
-
borderEndWidth?: string | number | undefined;
|
|
6838
|
-
borderStartWidth?: string | number | undefined;
|
|
6839
|
-
bottom?: string | number | undefined;
|
|
6840
|
-
display?: "none" | "flex" | undefined;
|
|
6841
|
-
end?: string | number | undefined;
|
|
6842
|
-
flex?: number | undefined;
|
|
6843
|
-
flexBasis?: string | number | undefined;
|
|
6844
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6845
|
-
flexGrow?: number | undefined;
|
|
6846
|
-
flexShrink?: number | undefined;
|
|
6847
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6848
|
-
height?: string | number | undefined;
|
|
6849
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6850
|
-
left?: string | number | undefined;
|
|
6851
|
-
margin?: string | number | undefined;
|
|
6852
|
-
marginBottom?: string | number | undefined;
|
|
6853
|
-
marginEnd?: string | number | undefined;
|
|
6854
|
-
marginHorizontal?: string | number | undefined;
|
|
6855
|
-
marginLeft?: string | number | undefined;
|
|
6856
|
-
marginRight?: string | number | undefined;
|
|
6857
|
-
marginStart?: string | number | undefined;
|
|
6858
|
-
marginTop?: string | number | undefined;
|
|
6859
|
-
marginVertical?: string | number | undefined;
|
|
6860
|
-
maxHeight?: string | number | undefined;
|
|
6861
|
-
maxWidth?: string | number | undefined;
|
|
6862
|
-
minHeight?: string | number | undefined;
|
|
6863
|
-
minWidth?: string | number | undefined;
|
|
6864
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6865
|
-
padding?: string | number | undefined;
|
|
6866
|
-
paddingBottom?: string | number | undefined;
|
|
6867
|
-
paddingEnd?: string | number | undefined;
|
|
6868
|
-
paddingHorizontal?: string | number | undefined;
|
|
6869
|
-
paddingLeft?: string | number | undefined;
|
|
6870
|
-
paddingRight?: string | number | undefined;
|
|
6871
|
-
paddingStart?: string | number | undefined;
|
|
6872
|
-
paddingTop?: string | number | undefined;
|
|
6873
|
-
paddingVertical?: string | number | undefined;
|
|
6874
|
-
position?: "absolute" | "relative" | undefined;
|
|
6875
|
-
right?: string | number | undefined;
|
|
6876
|
-
start?: string | number | undefined;
|
|
6877
|
-
top?: string | number | undefined;
|
|
6878
|
-
width?: string | number | undefined;
|
|
6879
|
-
zIndex?: number | undefined;
|
|
6880
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6881
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6882
|
-
shadowOffset?: {
|
|
6883
|
-
width: number;
|
|
6884
|
-
height: number;
|
|
6885
|
-
} | undefined;
|
|
6886
|
-
shadowOpacity?: number | undefined;
|
|
6887
|
-
shadowRadius?: number | undefined;
|
|
6888
|
-
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;
|
|
6889
|
-
transformMatrix?: number[] | undefined;
|
|
6890
|
-
rotation?: number | undefined;
|
|
6891
|
-
scaleX?: number | undefined;
|
|
6892
|
-
scaleY?: number | undefined;
|
|
6893
|
-
translateX?: number | undefined;
|
|
6894
|
-
translateY?: number | undefined;
|
|
6895
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
6896
|
-
includeFontPadding?: boolean | undefined;
|
|
6897
|
-
};
|
|
6898
|
-
body1: {
|
|
6899
|
-
fontSize: number;
|
|
6900
|
-
letterSpacing: number;
|
|
6901
|
-
lineHeight: number;
|
|
6902
|
-
color?: import("react-native").ColorValue | undefined;
|
|
6903
|
-
fontFamily?: string | undefined;
|
|
6904
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
6905
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
6906
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
6907
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
6908
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
6909
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
6910
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
6911
|
-
textShadowOffset?: {
|
|
6912
|
-
width: number;
|
|
6913
|
-
height: number;
|
|
6914
|
-
} | undefined;
|
|
6915
|
-
textShadowRadius?: number | undefined;
|
|
6916
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
6917
|
-
testID?: string | undefined;
|
|
6918
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
6919
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
6920
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
6921
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
6922
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
6923
|
-
borderBottomEndRadius?: number | undefined;
|
|
6924
|
-
borderBottomLeftRadius?: number | undefined;
|
|
6925
|
-
borderBottomRightRadius?: number | undefined;
|
|
6926
|
-
borderBottomStartRadius?: number | undefined;
|
|
6927
|
-
borderBottomWidth?: number | undefined;
|
|
6928
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
6929
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
6930
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
6931
|
-
borderLeftWidth?: number | undefined;
|
|
6932
|
-
borderRadius?: number | undefined;
|
|
6933
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
6934
|
-
borderRightWidth?: number | undefined;
|
|
6935
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
6936
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
6937
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
6938
|
-
borderTopEndRadius?: number | undefined;
|
|
6939
|
-
borderTopLeftRadius?: number | undefined;
|
|
6940
|
-
borderTopRightRadius?: number | undefined;
|
|
6941
|
-
borderTopStartRadius?: number | undefined;
|
|
6942
|
-
borderTopWidth?: number | undefined;
|
|
6943
|
-
borderWidth?: number | undefined;
|
|
6944
|
-
opacity?: number | undefined;
|
|
6945
|
-
elevation?: number | undefined;
|
|
6946
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
6947
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
6948
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
6949
|
-
aspectRatio?: number | undefined;
|
|
6950
|
-
borderEndWidth?: string | number | undefined;
|
|
6951
|
-
borderStartWidth?: string | number | undefined;
|
|
6952
|
-
bottom?: string | number | undefined;
|
|
6953
|
-
display?: "none" | "flex" | undefined;
|
|
6954
|
-
end?: string | number | undefined;
|
|
6955
|
-
flex?: number | undefined;
|
|
6956
|
-
flexBasis?: string | number | undefined;
|
|
6957
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
6958
|
-
flexGrow?: number | undefined;
|
|
6959
|
-
flexShrink?: number | undefined;
|
|
6960
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
6961
|
-
height?: string | number | undefined;
|
|
6962
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
6963
|
-
left?: string | number | undefined;
|
|
6964
|
-
margin?: string | number | undefined;
|
|
6965
|
-
marginBottom?: string | number | undefined;
|
|
6966
|
-
marginEnd?: string | number | undefined;
|
|
6967
|
-
marginHorizontal?: string | number | undefined;
|
|
6968
|
-
marginLeft?: string | number | undefined;
|
|
6969
|
-
marginRight?: string | number | undefined;
|
|
6970
|
-
marginStart?: string | number | undefined;
|
|
6971
|
-
marginTop?: string | number | undefined;
|
|
6972
|
-
marginVertical?: string | number | undefined;
|
|
6973
|
-
maxHeight?: string | number | undefined;
|
|
6974
|
-
maxWidth?: string | number | undefined;
|
|
6975
|
-
minHeight?: string | number | undefined;
|
|
6976
|
-
minWidth?: string | number | undefined;
|
|
6977
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
6978
|
-
padding?: string | number | undefined;
|
|
6979
|
-
paddingBottom?: string | number | undefined;
|
|
6980
|
-
paddingEnd?: string | number | undefined;
|
|
6981
|
-
paddingHorizontal?: string | number | undefined;
|
|
6982
|
-
paddingLeft?: string | number | undefined;
|
|
6983
|
-
paddingRight?: string | number | undefined;
|
|
6984
|
-
paddingStart?: string | number | undefined;
|
|
6985
|
-
paddingTop?: string | number | undefined;
|
|
6986
|
-
paddingVertical?: string | number | undefined;
|
|
6987
|
-
position?: "absolute" | "relative" | undefined;
|
|
6988
|
-
right?: string | number | undefined;
|
|
6989
|
-
start?: string | number | undefined;
|
|
6990
|
-
top?: string | number | undefined;
|
|
6991
|
-
width?: string | number | undefined;
|
|
6992
|
-
zIndex?: number | undefined;
|
|
6993
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
6994
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
6995
|
-
shadowOffset?: {
|
|
6996
|
-
width: number;
|
|
6997
|
-
height: number;
|
|
6998
|
-
} | undefined;
|
|
6999
|
-
shadowOpacity?: number | undefined;
|
|
7000
|
-
shadowRadius?: number | undefined;
|
|
7001
|
-
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;
|
|
7002
|
-
transformMatrix?: number[] | undefined;
|
|
7003
|
-
rotation?: number | undefined;
|
|
7004
|
-
scaleX?: number | undefined;
|
|
7005
|
-
scaleY?: number | undefined;
|
|
7006
|
-
translateX?: number | undefined;
|
|
7007
|
-
translateY?: number | undefined;
|
|
7008
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7009
|
-
includeFontPadding?: boolean | undefined;
|
|
7010
|
-
};
|
|
7011
|
-
body2: {
|
|
7012
|
-
fontSize: number;
|
|
7013
|
-
letterSpacing: number;
|
|
7014
|
-
lineHeight: number;
|
|
7015
|
-
color?: import("react-native").ColorValue | undefined;
|
|
7016
|
-
fontFamily?: string | undefined;
|
|
7017
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
7018
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7019
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7020
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7021
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7022
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
7023
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
7024
|
-
textShadowOffset?: {
|
|
7025
|
-
width: number;
|
|
7026
|
-
height: number;
|
|
7027
|
-
} | undefined;
|
|
7028
|
-
textShadowRadius?: number | undefined;
|
|
7029
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
7030
|
-
testID?: string | undefined;
|
|
7031
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
7032
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
7033
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
7034
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
7035
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
7036
|
-
borderBottomEndRadius?: number | undefined;
|
|
7037
|
-
borderBottomLeftRadius?: number | undefined;
|
|
7038
|
-
borderBottomRightRadius?: number | undefined;
|
|
7039
|
-
borderBottomStartRadius?: number | undefined;
|
|
7040
|
-
borderBottomWidth?: number | undefined;
|
|
7041
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
7042
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
7043
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
7044
|
-
borderLeftWidth?: number | undefined;
|
|
7045
|
-
borderRadius?: number | undefined;
|
|
7046
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
7047
|
-
borderRightWidth?: number | undefined;
|
|
7048
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
7049
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
7050
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
7051
|
-
borderTopEndRadius?: number | undefined;
|
|
7052
|
-
borderTopLeftRadius?: number | undefined;
|
|
7053
|
-
borderTopRightRadius?: number | undefined;
|
|
7054
|
-
borderTopStartRadius?: number | undefined;
|
|
7055
|
-
borderTopWidth?: number | undefined;
|
|
7056
|
-
borderWidth?: number | undefined;
|
|
7057
|
-
opacity?: number | undefined;
|
|
7058
|
-
elevation?: number | undefined;
|
|
7059
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
7060
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
7061
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
7062
|
-
aspectRatio?: number | undefined;
|
|
7063
|
-
borderEndWidth?: string | number | undefined;
|
|
7064
|
-
borderStartWidth?: string | number | undefined;
|
|
7065
|
-
bottom?: string | number | undefined;
|
|
7066
|
-
display?: "none" | "flex" | undefined;
|
|
7067
|
-
end?: string | number | undefined;
|
|
7068
|
-
flex?: number | undefined;
|
|
7069
|
-
flexBasis?: string | number | undefined;
|
|
7070
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7071
|
-
flexGrow?: number | undefined;
|
|
7072
|
-
flexShrink?: number | undefined;
|
|
7073
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
7074
|
-
height?: string | number | undefined;
|
|
7075
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
7076
|
-
left?: string | number | undefined;
|
|
7077
|
-
margin?: string | number | undefined;
|
|
7078
|
-
marginBottom?: string | number | undefined;
|
|
7079
|
-
marginEnd?: string | number | undefined;
|
|
7080
|
-
marginHorizontal?: string | number | undefined;
|
|
7081
|
-
marginLeft?: string | number | undefined;
|
|
7082
|
-
marginRight?: string | number | undefined;
|
|
7083
|
-
marginStart?: string | number | undefined;
|
|
7084
|
-
marginTop?: string | number | undefined;
|
|
7085
|
-
marginVertical?: string | number | undefined;
|
|
7086
|
-
maxHeight?: string | number | undefined;
|
|
7087
|
-
maxWidth?: string | number | undefined;
|
|
7088
|
-
minHeight?: string | number | undefined;
|
|
7089
|
-
minWidth?: string | number | undefined;
|
|
7090
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
7091
|
-
padding?: string | number | undefined;
|
|
7092
|
-
paddingBottom?: string | number | undefined;
|
|
7093
|
-
paddingEnd?: string | number | undefined;
|
|
7094
|
-
paddingHorizontal?: string | number | undefined;
|
|
7095
|
-
paddingLeft?: string | number | undefined;
|
|
7096
|
-
paddingRight?: string | number | undefined;
|
|
7097
|
-
paddingStart?: string | number | undefined;
|
|
7098
|
-
paddingTop?: string | number | undefined;
|
|
7099
|
-
paddingVertical?: string | number | undefined;
|
|
7100
|
-
position?: "absolute" | "relative" | undefined;
|
|
7101
|
-
right?: string | number | undefined;
|
|
7102
|
-
start?: string | number | undefined;
|
|
7103
|
-
top?: string | number | undefined;
|
|
7104
|
-
width?: string | number | undefined;
|
|
7105
|
-
zIndex?: number | undefined;
|
|
7106
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
7107
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
7108
|
-
shadowOffset?: {
|
|
7109
|
-
width: number;
|
|
7110
|
-
height: number;
|
|
7111
|
-
} | undefined;
|
|
7112
|
-
shadowOpacity?: number | undefined;
|
|
7113
|
-
shadowRadius?: number | undefined;
|
|
7114
|
-
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;
|
|
7115
|
-
transformMatrix?: number[] | undefined;
|
|
7116
|
-
rotation?: number | undefined;
|
|
7117
|
-
scaleX?: number | undefined;
|
|
7118
|
-
scaleY?: number | undefined;
|
|
7119
|
-
translateX?: number | undefined;
|
|
7120
|
-
translateY?: number | undefined;
|
|
7121
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7122
|
-
includeFontPadding?: boolean | undefined;
|
|
7123
|
-
};
|
|
7124
|
-
button: {
|
|
7125
|
-
fontSize: number;
|
|
7126
|
-
letterSpacing: number;
|
|
7127
|
-
lineHeight: number;
|
|
7128
|
-
color?: import("react-native").ColorValue | undefined;
|
|
7129
|
-
fontFamily?: string | undefined;
|
|
7130
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
7131
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7132
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7133
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7134
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7135
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
7136
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
7137
|
-
textShadowOffset?: {
|
|
7138
|
-
width: number;
|
|
7139
|
-
height: number;
|
|
7140
|
-
} | undefined;
|
|
7141
|
-
textShadowRadius?: number | undefined;
|
|
7142
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
7143
|
-
testID?: string | undefined;
|
|
7144
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
7145
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
7146
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
7147
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
7148
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
7149
|
-
borderBottomEndRadius?: number | undefined;
|
|
7150
|
-
borderBottomLeftRadius?: number | undefined;
|
|
7151
|
-
borderBottomRightRadius?: number | undefined;
|
|
7152
|
-
borderBottomStartRadius?: number | undefined;
|
|
7153
|
-
borderBottomWidth?: number | undefined;
|
|
7154
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
7155
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
7156
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
7157
|
-
borderLeftWidth?: number | undefined;
|
|
7158
|
-
borderRadius?: number | undefined;
|
|
7159
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
7160
|
-
borderRightWidth?: number | undefined;
|
|
7161
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
7162
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
7163
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
7164
|
-
borderTopEndRadius?: number | undefined;
|
|
7165
|
-
borderTopLeftRadius?: number | undefined;
|
|
7166
|
-
borderTopRightRadius?: number | undefined;
|
|
7167
|
-
borderTopStartRadius?: number | undefined;
|
|
7168
|
-
borderTopWidth?: number | undefined;
|
|
7169
|
-
borderWidth?: number | undefined;
|
|
7170
|
-
opacity?: number | undefined;
|
|
7171
|
-
elevation?: number | undefined;
|
|
7172
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
7173
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
7174
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
7175
|
-
aspectRatio?: number | undefined;
|
|
7176
|
-
borderEndWidth?: string | number | undefined;
|
|
7177
|
-
borderStartWidth?: string | number | undefined;
|
|
7178
|
-
bottom?: string | number | undefined;
|
|
7179
|
-
display?: "none" | "flex" | undefined;
|
|
7180
|
-
end?: string | number | undefined;
|
|
7181
|
-
flex?: number | undefined;
|
|
7182
|
-
flexBasis?: string | number | undefined;
|
|
7183
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7184
|
-
flexGrow?: number | undefined;
|
|
7185
|
-
flexShrink?: number | undefined;
|
|
7186
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
7187
|
-
height?: string | number | undefined;
|
|
7188
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
7189
|
-
left?: string | number | undefined;
|
|
7190
|
-
margin?: string | number | undefined;
|
|
7191
|
-
marginBottom?: string | number | undefined;
|
|
7192
|
-
marginEnd?: string | number | undefined;
|
|
7193
|
-
marginHorizontal?: string | number | undefined;
|
|
7194
|
-
marginLeft?: string | number | undefined;
|
|
7195
|
-
marginRight?: string | number | undefined;
|
|
7196
|
-
marginStart?: string | number | undefined;
|
|
7197
|
-
marginTop?: string | number | undefined;
|
|
7198
|
-
marginVertical?: string | number | undefined;
|
|
7199
|
-
maxHeight?: string | number | undefined;
|
|
7200
|
-
maxWidth?: string | number | undefined;
|
|
7201
|
-
minHeight?: string | number | undefined;
|
|
7202
|
-
minWidth?: string | number | undefined;
|
|
7203
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
7204
|
-
padding?: string | number | undefined;
|
|
7205
|
-
paddingBottom?: string | number | undefined;
|
|
7206
|
-
paddingEnd?: string | number | undefined;
|
|
7207
|
-
paddingHorizontal?: string | number | undefined;
|
|
7208
|
-
paddingLeft?: string | number | undefined;
|
|
7209
|
-
paddingRight?: string | number | undefined;
|
|
7210
|
-
paddingStart?: string | number | undefined;
|
|
7211
|
-
paddingTop?: string | number | undefined;
|
|
7212
|
-
paddingVertical?: string | number | undefined;
|
|
7213
|
-
position?: "absolute" | "relative" | undefined;
|
|
7214
|
-
right?: string | number | undefined;
|
|
7215
|
-
start?: string | number | undefined;
|
|
7216
|
-
top?: string | number | undefined;
|
|
7217
|
-
width?: string | number | undefined;
|
|
7218
|
-
zIndex?: number | undefined;
|
|
7219
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
7220
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
7221
|
-
shadowOffset?: {
|
|
7222
|
-
width: number;
|
|
7223
|
-
height: number;
|
|
7224
|
-
} | undefined;
|
|
7225
|
-
shadowOpacity?: number | undefined;
|
|
7226
|
-
shadowRadius?: number | undefined;
|
|
7227
|
-
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;
|
|
7228
|
-
transformMatrix?: number[] | undefined;
|
|
7229
|
-
rotation?: number | undefined;
|
|
7230
|
-
scaleX?: number | undefined;
|
|
7231
|
-
scaleY?: number | undefined;
|
|
7232
|
-
translateX?: number | undefined;
|
|
7233
|
-
translateY?: number | undefined;
|
|
7234
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7235
|
-
includeFontPadding?: boolean | undefined;
|
|
7236
|
-
};
|
|
7237
|
-
caption: {
|
|
7238
|
-
fontSize: number;
|
|
7239
|
-
letterSpacing: number;
|
|
7240
|
-
lineHeight: number;
|
|
7241
|
-
color?: import("react-native").ColorValue | undefined;
|
|
7242
|
-
fontFamily?: string | undefined;
|
|
7243
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
7244
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7245
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7246
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7247
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7248
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
7249
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
7250
|
-
textShadowOffset?: {
|
|
7251
|
-
width: number;
|
|
7252
|
-
height: number;
|
|
7253
|
-
} | undefined;
|
|
7254
|
-
textShadowRadius?: number | undefined;
|
|
7255
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
7256
|
-
testID?: string | undefined;
|
|
7257
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
7258
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
7259
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
7260
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
7261
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
7262
|
-
borderBottomEndRadius?: number | undefined;
|
|
7263
|
-
borderBottomLeftRadius?: number | undefined;
|
|
7264
|
-
borderBottomRightRadius?: number | undefined;
|
|
7265
|
-
borderBottomStartRadius?: number | undefined;
|
|
7266
|
-
borderBottomWidth?: number | undefined;
|
|
7267
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
7268
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
7269
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
7270
|
-
borderLeftWidth?: number | undefined;
|
|
7271
|
-
borderRadius?: number | undefined;
|
|
7272
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
7273
|
-
borderRightWidth?: number | undefined;
|
|
7274
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
7275
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
7276
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
7277
|
-
borderTopEndRadius?: number | undefined;
|
|
7278
|
-
borderTopLeftRadius?: number | undefined;
|
|
7279
|
-
borderTopRightRadius?: number | undefined;
|
|
7280
|
-
borderTopStartRadius?: number | undefined;
|
|
7281
|
-
borderTopWidth?: number | undefined;
|
|
7282
|
-
borderWidth?: number | undefined;
|
|
7283
|
-
opacity?: number | undefined;
|
|
7284
|
-
elevation?: number | undefined;
|
|
7285
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
7286
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
7287
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
7288
|
-
aspectRatio?: number | undefined;
|
|
7289
|
-
borderEndWidth?: string | number | undefined;
|
|
7290
|
-
borderStartWidth?: string | number | undefined;
|
|
7291
|
-
bottom?: string | number | undefined;
|
|
7292
|
-
display?: "none" | "flex" | undefined;
|
|
7293
|
-
end?: string | number | undefined;
|
|
7294
|
-
flex?: number | undefined;
|
|
7295
|
-
flexBasis?: string | number | undefined;
|
|
7296
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7297
|
-
flexGrow?: number | undefined;
|
|
7298
|
-
flexShrink?: number | undefined;
|
|
7299
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
7300
|
-
height?: string | number | undefined;
|
|
7301
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
7302
|
-
left?: string | number | undefined;
|
|
7303
|
-
margin?: string | number | undefined;
|
|
7304
|
-
marginBottom?: string | number | undefined;
|
|
7305
|
-
marginEnd?: string | number | undefined;
|
|
7306
|
-
marginHorizontal?: string | number | undefined;
|
|
7307
|
-
marginLeft?: string | number | undefined;
|
|
7308
|
-
marginRight?: string | number | undefined;
|
|
7309
|
-
marginStart?: string | number | undefined;
|
|
7310
|
-
marginTop?: string | number | undefined;
|
|
7311
|
-
marginVertical?: string | number | undefined;
|
|
7312
|
-
maxHeight?: string | number | undefined;
|
|
7313
|
-
maxWidth?: string | number | undefined;
|
|
7314
|
-
minHeight?: string | number | undefined;
|
|
7315
|
-
minWidth?: string | number | undefined;
|
|
7316
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
7317
|
-
padding?: string | number | undefined;
|
|
7318
|
-
paddingBottom?: string | number | undefined;
|
|
7319
|
-
paddingEnd?: string | number | undefined;
|
|
7320
|
-
paddingHorizontal?: string | number | undefined;
|
|
7321
|
-
paddingLeft?: string | number | undefined;
|
|
7322
|
-
paddingRight?: string | number | undefined;
|
|
7323
|
-
paddingStart?: string | number | undefined;
|
|
7324
|
-
paddingTop?: string | number | undefined;
|
|
7325
|
-
paddingVertical?: string | number | undefined;
|
|
7326
|
-
position?: "absolute" | "relative" | undefined;
|
|
7327
|
-
right?: string | number | undefined;
|
|
7328
|
-
start?: string | number | undefined;
|
|
7329
|
-
top?: string | number | undefined;
|
|
7330
|
-
width?: string | number | undefined;
|
|
7331
|
-
zIndex?: number | undefined;
|
|
7332
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
7333
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
7334
|
-
shadowOffset?: {
|
|
7335
|
-
width: number;
|
|
7336
|
-
height: number;
|
|
7337
|
-
} | undefined;
|
|
7338
|
-
shadowOpacity?: number | undefined;
|
|
7339
|
-
shadowRadius?: number | undefined;
|
|
7340
|
-
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;
|
|
7341
|
-
transformMatrix?: number[] | undefined;
|
|
7342
|
-
rotation?: number | undefined;
|
|
7343
|
-
scaleX?: number | undefined;
|
|
7344
|
-
scaleY?: number | undefined;
|
|
7345
|
-
translateX?: number | undefined;
|
|
7346
|
-
translateY?: number | undefined;
|
|
7347
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7348
|
-
includeFontPadding?: boolean | undefined;
|
|
7349
|
-
};
|
|
7350
|
-
overline: {
|
|
7351
|
-
fontSize: number;
|
|
7352
|
-
letterSpacing: number;
|
|
7353
|
-
lineHeight: number;
|
|
7354
|
-
color?: import("react-native").ColorValue | undefined;
|
|
7355
|
-
fontFamily?: string | undefined;
|
|
7356
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
7357
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7358
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7359
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7360
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7361
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
7362
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
7363
|
-
textShadowOffset?: {
|
|
7364
|
-
width: number;
|
|
7365
|
-
height: number;
|
|
7366
|
-
} | undefined;
|
|
7367
|
-
textShadowRadius?: number | undefined;
|
|
7368
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
7369
|
-
testID?: string | undefined;
|
|
7370
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
7371
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
7372
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
7373
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
7374
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
7375
|
-
borderBottomEndRadius?: number | undefined;
|
|
7376
|
-
borderBottomLeftRadius?: number | undefined;
|
|
7377
|
-
borderBottomRightRadius?: number | undefined;
|
|
7378
|
-
borderBottomStartRadius?: number | undefined;
|
|
7379
|
-
borderBottomWidth?: number | undefined;
|
|
7380
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
7381
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
7382
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
7383
|
-
borderLeftWidth?: number | undefined;
|
|
7384
|
-
borderRadius?: number | undefined;
|
|
7385
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
7386
|
-
borderRightWidth?: number | undefined;
|
|
7387
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
7388
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
7389
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
7390
|
-
borderTopEndRadius?: number | undefined;
|
|
7391
|
-
borderTopLeftRadius?: number | undefined;
|
|
7392
|
-
borderTopRightRadius?: number | undefined;
|
|
7393
|
-
borderTopStartRadius?: number | undefined;
|
|
7394
|
-
borderTopWidth?: number | undefined;
|
|
7395
|
-
borderWidth?: number | undefined;
|
|
7396
|
-
opacity?: number | undefined;
|
|
7397
|
-
elevation?: number | undefined;
|
|
7398
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
7399
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
7400
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
7401
|
-
aspectRatio?: number | undefined;
|
|
7402
|
-
borderEndWidth?: string | number | undefined;
|
|
7403
|
-
borderStartWidth?: string | number | undefined;
|
|
7404
|
-
bottom?: string | number | undefined;
|
|
7405
|
-
display?: "none" | "flex" | undefined;
|
|
7406
|
-
end?: string | number | undefined;
|
|
7407
|
-
flex?: number | undefined;
|
|
7408
|
-
flexBasis?: string | number | undefined;
|
|
7409
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7410
|
-
flexGrow?: number | undefined;
|
|
7411
|
-
flexShrink?: number | undefined;
|
|
7412
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
7413
|
-
height?: string | number | undefined;
|
|
7414
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
7415
|
-
left?: string | number | undefined;
|
|
7416
|
-
margin?: string | number | undefined;
|
|
7417
|
-
marginBottom?: string | number | undefined;
|
|
7418
|
-
marginEnd?: string | number | undefined;
|
|
7419
|
-
marginHorizontal?: string | number | undefined;
|
|
7420
|
-
marginLeft?: string | number | undefined;
|
|
7421
|
-
marginRight?: string | number | undefined;
|
|
7422
|
-
marginStart?: string | number | undefined;
|
|
7423
|
-
marginTop?: string | number | undefined;
|
|
7424
|
-
marginVertical?: string | number | undefined;
|
|
7425
|
-
maxHeight?: string | number | undefined;
|
|
7426
|
-
maxWidth?: string | number | undefined;
|
|
7427
|
-
minHeight?: string | number | undefined;
|
|
7428
|
-
minWidth?: string | number | undefined;
|
|
7429
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
7430
|
-
padding?: string | number | undefined;
|
|
7431
|
-
paddingBottom?: string | number | undefined;
|
|
7432
|
-
paddingEnd?: string | number | undefined;
|
|
7433
|
-
paddingHorizontal?: string | number | undefined;
|
|
7434
|
-
paddingLeft?: string | number | undefined;
|
|
7435
|
-
paddingRight?: string | number | undefined;
|
|
7436
|
-
paddingStart?: string | number | undefined;
|
|
7437
|
-
paddingTop?: string | number | undefined;
|
|
7438
|
-
paddingVertical?: string | number | undefined;
|
|
7439
|
-
position?: "absolute" | "relative" | undefined;
|
|
7440
|
-
right?: string | number | undefined;
|
|
7441
|
-
start?: string | number | undefined;
|
|
7442
|
-
top?: string | number | undefined;
|
|
7443
|
-
width?: string | number | undefined;
|
|
7444
|
-
zIndex?: number | undefined;
|
|
7445
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
7446
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
7447
|
-
shadowOffset?: {
|
|
7448
|
-
width: number;
|
|
7449
|
-
height: number;
|
|
7450
|
-
} | undefined;
|
|
7451
|
-
shadowOpacity?: number | undefined;
|
|
7452
|
-
shadowRadius?: number | undefined;
|
|
7453
|
-
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;
|
|
7454
|
-
transformMatrix?: number[] | undefined;
|
|
7455
|
-
rotation?: number | undefined;
|
|
7456
|
-
scaleX?: number | undefined;
|
|
7457
|
-
scaleY?: number | undefined;
|
|
7458
|
-
translateX?: number | undefined;
|
|
7459
|
-
translateY?: number | undefined;
|
|
7460
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7461
|
-
includeFontPadding?: boolean | undefined;
|
|
7462
|
-
};
|
|
7463
|
-
headline6: {
|
|
7464
|
-
fontSize: number;
|
|
7465
|
-
letterSpacing: number;
|
|
7466
|
-
lineHeight: number;
|
|
7467
|
-
color?: import("react-native").ColorValue | undefined;
|
|
7468
|
-
fontFamily?: string | undefined;
|
|
7469
|
-
fontStyle?: "normal" | "italic" | undefined;
|
|
7470
|
-
fontWeight?: "normal" | "400" | "500" | "300" | "100" | "bold" | "200" | "600" | "700" | "800" | "900" | undefined;
|
|
7471
|
-
textAlign?: "auto" | "left" | "right" | "center" | "justify" | undefined;
|
|
7472
|
-
textDecorationLine?: "none" | "underline" | "line-through" | "underline line-through" | undefined;
|
|
7473
|
-
textDecorationStyle?: "solid" | "double" | "dotted" | "dashed" | undefined;
|
|
7474
|
-
textDecorationColor?: import("react-native").ColorValue | undefined;
|
|
7475
|
-
textShadowColor?: import("react-native").ColorValue | undefined;
|
|
7476
|
-
textShadowOffset?: {
|
|
7477
|
-
width: number;
|
|
7478
|
-
height: number;
|
|
7479
|
-
} | undefined;
|
|
7480
|
-
textShadowRadius?: number | undefined;
|
|
7481
|
-
textTransform?: "none" | "capitalize" | "uppercase" | "lowercase" | undefined;
|
|
7482
|
-
testID?: string | undefined;
|
|
7483
|
-
fontVariant?: import("react-native").FontVariant[] | undefined;
|
|
7484
|
-
writingDirection?: "auto" | "ltr" | "rtl" | undefined;
|
|
7485
|
-
backfaceVisibility?: "visible" | "hidden" | undefined;
|
|
7486
|
-
backgroundColor?: import("react-native").ColorValue | undefined;
|
|
7487
|
-
borderBottomColor?: import("react-native").ColorValue | undefined;
|
|
7488
|
-
borderBottomEndRadius?: number | undefined;
|
|
7489
|
-
borderBottomLeftRadius?: number | undefined;
|
|
7490
|
-
borderBottomRightRadius?: number | undefined;
|
|
7491
|
-
borderBottomStartRadius?: number | undefined;
|
|
7492
|
-
borderBottomWidth?: number | undefined;
|
|
7493
|
-
borderColor?: import("react-native").ColorValue | undefined;
|
|
7494
|
-
borderEndColor?: import("react-native").ColorValue | undefined;
|
|
7495
|
-
borderLeftColor?: import("react-native").ColorValue | undefined;
|
|
7496
|
-
borderLeftWidth?: number | undefined;
|
|
7497
|
-
borderRadius?: number | undefined;
|
|
7498
|
-
borderRightColor?: import("react-native").ColorValue | undefined;
|
|
7499
|
-
borderRightWidth?: number | undefined;
|
|
7500
|
-
borderStartColor?: import("react-native").ColorValue | undefined;
|
|
7501
|
-
borderStyle?: "solid" | "dotted" | "dashed" | undefined;
|
|
7502
|
-
borderTopColor?: import("react-native").ColorValue | undefined;
|
|
7503
|
-
borderTopEndRadius?: number | undefined;
|
|
7504
|
-
borderTopLeftRadius?: number | undefined;
|
|
7505
|
-
borderTopRightRadius?: number | undefined;
|
|
7506
|
-
borderTopStartRadius?: number | undefined;
|
|
7507
|
-
borderTopWidth?: number | undefined;
|
|
7508
|
-
borderWidth?: number | undefined;
|
|
7509
|
-
opacity?: number | undefined;
|
|
7510
|
-
elevation?: number | undefined;
|
|
7511
|
-
alignContent?: "center" | "flex-start" | "flex-end" | "stretch" | "space-between" | "space-around" | undefined;
|
|
7512
|
-
alignItems?: import("react-native").FlexAlignType | undefined;
|
|
7513
|
-
alignSelf?: "auto" | import("react-native").FlexAlignType | undefined;
|
|
7514
|
-
aspectRatio?: number | undefined;
|
|
7515
|
-
borderEndWidth?: string | number | undefined;
|
|
7516
|
-
borderStartWidth?: string | number | undefined;
|
|
7517
|
-
bottom?: string | number | undefined;
|
|
7518
|
-
display?: "none" | "flex" | undefined;
|
|
7519
|
-
end?: string | number | undefined;
|
|
7520
|
-
flex?: number | undefined;
|
|
7521
|
-
flexBasis?: string | number | undefined;
|
|
7522
|
-
flexDirection?: "row" | "column" | "row-reverse" | "column-reverse" | undefined;
|
|
7523
|
-
flexGrow?: number | undefined;
|
|
7524
|
-
flexShrink?: number | undefined;
|
|
7525
|
-
flexWrap?: "wrap" | "nowrap" | "wrap-reverse" | undefined;
|
|
7526
|
-
height?: string | number | undefined;
|
|
7527
|
-
justifyContent?: "center" | "flex-start" | "flex-end" | "space-between" | "space-around" | "space-evenly" | undefined;
|
|
7528
|
-
left?: string | number | undefined;
|
|
7529
|
-
margin?: string | number | undefined;
|
|
7530
|
-
marginBottom?: string | number | undefined;
|
|
7531
|
-
marginEnd?: string | number | undefined;
|
|
7532
|
-
marginHorizontal?: string | number | undefined;
|
|
7533
|
-
marginLeft?: string | number | undefined;
|
|
7534
|
-
marginRight?: string | number | undefined;
|
|
7535
|
-
marginStart?: string | number | undefined;
|
|
7536
|
-
marginTop?: string | number | undefined;
|
|
7537
|
-
marginVertical?: string | number | undefined;
|
|
7538
|
-
maxHeight?: string | number | undefined;
|
|
7539
|
-
maxWidth?: string | number | undefined;
|
|
7540
|
-
minHeight?: string | number | undefined;
|
|
7541
|
-
minWidth?: string | number | undefined;
|
|
7542
|
-
overflow?: "visible" | "hidden" | "scroll" | undefined;
|
|
7543
|
-
padding?: string | number | undefined;
|
|
7544
|
-
paddingBottom?: string | number | undefined;
|
|
7545
|
-
paddingEnd?: string | number | undefined;
|
|
7546
|
-
paddingHorizontal?: string | number | undefined;
|
|
7547
|
-
paddingLeft?: string | number | undefined;
|
|
7548
|
-
paddingRight?: string | number | undefined;
|
|
7549
|
-
paddingStart?: string | number | undefined;
|
|
7550
|
-
paddingTop?: string | number | undefined;
|
|
7551
|
-
paddingVertical?: string | number | undefined;
|
|
7552
|
-
position?: "absolute" | "relative" | undefined;
|
|
7553
|
-
right?: string | number | undefined;
|
|
7554
|
-
start?: string | number | undefined;
|
|
7555
|
-
top?: string | number | undefined;
|
|
7556
|
-
width?: string | number | undefined;
|
|
7557
|
-
zIndex?: number | undefined;
|
|
7558
|
-
direction?: "ltr" | "rtl" | "inherit" | undefined;
|
|
7559
|
-
shadowColor?: import("react-native").ColorValue | undefined;
|
|
7560
|
-
shadowOffset?: {
|
|
7561
|
-
width: number;
|
|
7562
|
-
height: number;
|
|
7563
|
-
} | undefined;
|
|
7564
|
-
shadowOpacity?: number | undefined;
|
|
7565
|
-
shadowRadius?: number | undefined;
|
|
7566
|
-
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;
|
|
7567
|
-
transformMatrix?: number[] | undefined;
|
|
7568
|
-
rotation?: number | undefined;
|
|
7569
|
-
scaleX?: number | undefined;
|
|
7570
|
-
scaleY?: number | undefined;
|
|
7571
|
-
translateX?: number | undefined;
|
|
7572
|
-
translateY?: number | undefined;
|
|
7573
|
-
textAlignVertical?: "auto" | "center" | "top" | "bottom" | undefined;
|
|
7574
|
-
includeFontPadding?: boolean | undefined;
|
|
7575
|
-
};
|
|
7576
|
-
};
|
|
7577
|
-
};
|
|
7578
|
-
} & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
4543
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
7579
4544
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
7580
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
7581
|
-
|
|
7582
|
-
|
|
7583
|
-
|
|
4545
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
4546
|
+
initiallyVisible: boolean;
|
|
4547
|
+
dismissable: boolean;
|
|
4548
|
+
buttonColor?: string | undefined;
|
|
7584
4549
|
icon?: string | undefined;
|
|
7585
|
-
|
|
7586
|
-
|
|
7587
|
-
children?: import("react").ReactNode;
|
|
7588
|
-
onPress: () => void;
|
|
7589
|
-
elevation?: number | undefined;
|
|
4550
|
+
content?: string | undefined;
|
|
4551
|
+
contentStyle?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
7590
4552
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
4553
|
+
ref?: import("react").RefObject<import("react-native").View> | undefined;
|
|
7591
4554
|
theme: {
|
|
7592
4555
|
disabledOpacity: number;
|
|
7593
4556
|
roundness: number;
|
|
@@ -9093,21 +6056,20 @@ export declare const Button: (props: import("utility-types").Subtract<import("@d
|
|
|
9093
6056
|
};
|
|
9094
6057
|
};
|
|
9095
6058
|
};
|
|
9096
|
-
} & import("
|
|
6059
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
9097
6060
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
9098
6061
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
9099
|
-
export declare const
|
|
9100
|
-
|
|
9101
|
-
|
|
9102
|
-
|
|
9103
|
-
title?: string | undefined;
|
|
9104
|
-
subtitle?: string | undefined;
|
|
9105
|
-
description?: string | undefined;
|
|
9106
|
-
textCentered: boolean;
|
|
6062
|
+
export declare const Button: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
6063
|
+
disabled?: boolean | undefined;
|
|
6064
|
+
type?: "text" | "solid" | "outline" | undefined;
|
|
6065
|
+
loading?: boolean | undefined;
|
|
9107
6066
|
icon?: string | undefined;
|
|
9108
|
-
|
|
6067
|
+
labelColor?: string | undefined;
|
|
6068
|
+
color?: string | undefined;
|
|
6069
|
+
children?: import("react").ReactNode;
|
|
6070
|
+
onPress: () => void;
|
|
9109
6071
|
elevation?: number | undefined;
|
|
9110
|
-
|
|
6072
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
9111
6073
|
theme: {
|
|
9112
6074
|
disabledOpacity: number;
|
|
9113
6075
|
roundness: number;
|
|
@@ -10613,25 +7575,19 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
10613
7575
|
};
|
|
10614
7576
|
};
|
|
10615
7577
|
};
|
|
10616
|
-
|
|
10617
|
-
subtitleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
10618
|
-
descriptionStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
10619
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
10620
|
-
onPress?: (() => void) | undefined;
|
|
10621
|
-
onPressIcon?: (() => void) | undefined;
|
|
10622
|
-
children?: import("react").ReactNode;
|
|
10623
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
7578
|
+
} & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
10624
7579
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
10625
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
10626
|
-
|
|
10627
|
-
|
|
10628
|
-
|
|
10629
|
-
description?: string | undefined;
|
|
10630
|
-
textCentered: boolean;
|
|
7580
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
7581
|
+
disabled?: boolean | undefined;
|
|
7582
|
+
type?: "text" | "solid" | "outline" | undefined;
|
|
7583
|
+
loading?: boolean | undefined;
|
|
10631
7584
|
icon?: string | undefined;
|
|
10632
|
-
|
|
7585
|
+
labelColor?: string | undefined;
|
|
7586
|
+
color?: string | undefined;
|
|
7587
|
+
children?: import("react").ReactNode;
|
|
7588
|
+
onPress: () => void;
|
|
10633
7589
|
elevation?: number | undefined;
|
|
10634
|
-
|
|
7590
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
10635
7591
|
theme: {
|
|
10636
7592
|
disabledOpacity: number;
|
|
10637
7593
|
roundness: number;
|
|
@@ -12137,21 +9093,16 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
12137
9093
|
};
|
|
12138
9094
|
};
|
|
12139
9095
|
};
|
|
12140
|
-
|
|
12141
|
-
subtitleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
12142
|
-
descriptionStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
12143
|
-
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
12144
|
-
onPress?: (() => void) | undefined;
|
|
12145
|
-
onPressIcon?: (() => void) | undefined;
|
|
12146
|
-
children?: import("react").ReactNode;
|
|
12147
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
9096
|
+
} & import("react-native").TouchableHighlightProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
12148
9097
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
12149
9098
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
12150
|
-
export declare const
|
|
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>>;
|
|
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>>;
|
|
9101
|
+
export declare const Card: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
12151
9102
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
12152
9103
|
title?: string | undefined;
|
|
12153
|
-
|
|
12154
|
-
|
|
9104
|
+
subtitle?: string | undefined;
|
|
9105
|
+
description?: string | undefined;
|
|
12155
9106
|
textCentered: boolean;
|
|
12156
9107
|
icon?: string | undefined;
|
|
12157
9108
|
aspectRatio?: number | undefined;
|
|
@@ -13662,15 +10613,20 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
|
|
|
13662
10613
|
};
|
|
13663
10614
|
};
|
|
13664
10615
|
};
|
|
10616
|
+
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
10617
|
+
subtitleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
10618
|
+
descriptionStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
13665
10619
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
13666
|
-
onPress
|
|
13667
|
-
|
|
10620
|
+
onPress?: (() => void) | undefined;
|
|
10621
|
+
onPressIcon?: (() => void) | undefined;
|
|
10622
|
+
children?: import("react").ReactNode;
|
|
10623
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
13668
10624
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
13669
|
-
}, 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<{
|
|
13670
10626
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
13671
10627
|
title?: string | undefined;
|
|
13672
|
-
|
|
13673
|
-
|
|
10628
|
+
subtitle?: string | undefined;
|
|
10629
|
+
description?: string | undefined;
|
|
13674
10630
|
textCentered: boolean;
|
|
13675
10631
|
icon?: string | undefined;
|
|
13676
10632
|
aspectRatio?: number | undefined;
|
|
@@ -15181,19 +12137,23 @@ export declare const CardContainer: (props: import("utility-types").Subtract<imp
|
|
|
15181
12137
|
};
|
|
15182
12138
|
};
|
|
15183
12139
|
};
|
|
12140
|
+
titleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
12141
|
+
subtitleStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
12142
|
+
descriptionStyle?: import("react-native").StyleProp<import("react-native").TextStyle>;
|
|
15184
12143
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
15185
|
-
onPress
|
|
15186
|
-
|
|
12144
|
+
onPress?: (() => void) | undefined;
|
|
12145
|
+
onPressIcon?: (() => void) | undefined;
|
|
12146
|
+
children?: import("react").ReactNode;
|
|
12147
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
15187
12148
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
15188
12149
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
15189
|
-
export declare const
|
|
12150
|
+
export declare const CardContainer: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
15190
12151
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
15191
12152
|
title?: string | undefined;
|
|
15192
12153
|
leftDescription?: string | undefined;
|
|
15193
12154
|
rightDescription?: string | undefined;
|
|
15194
12155
|
textCentered: boolean;
|
|
15195
12156
|
icon?: string | undefined;
|
|
15196
|
-
rating: number;
|
|
15197
12157
|
aspectRatio?: number | undefined;
|
|
15198
12158
|
elevation?: number | undefined;
|
|
15199
12159
|
numColumns?: number | undefined;
|
|
@@ -16704,16 +13664,15 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
|
|
|
16704
13664
|
};
|
|
16705
13665
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
16706
13666
|
onPress: () => void;
|
|
16707
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
13667
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
16708
13668
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
16709
|
-
}, 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<{
|
|
16710
13670
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
16711
13671
|
title?: string | undefined;
|
|
16712
13672
|
leftDescription?: string | undefined;
|
|
16713
13673
|
rightDescription?: string | undefined;
|
|
16714
13674
|
textCentered: boolean;
|
|
16715
13675
|
icon?: string | undefined;
|
|
16716
|
-
rating: number;
|
|
16717
13676
|
aspectRatio?: number | undefined;
|
|
16718
13677
|
elevation?: number | undefined;
|
|
16719
13678
|
numColumns?: number | undefined;
|
|
@@ -18224,15 +15183,20 @@ export declare const CardContainerRating: (props: import("utility-types").Subtra
|
|
|
18224
15183
|
};
|
|
18225
15184
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
18226
15185
|
onPress: () => void;
|
|
18227
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
15186
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
18228
15187
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
18229
15188
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
18230
|
-
export declare const
|
|
18231
|
-
|
|
18232
|
-
|
|
18233
|
-
|
|
18234
|
-
|
|
18235
|
-
|
|
15189
|
+
export declare const CardContainerRating: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
15190
|
+
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
15191
|
+
title?: string | undefined;
|
|
15192
|
+
leftDescription?: string | undefined;
|
|
15193
|
+
rightDescription?: string | undefined;
|
|
15194
|
+
textCentered: boolean;
|
|
15195
|
+
icon?: string | undefined;
|
|
15196
|
+
rating: number;
|
|
15197
|
+
aspectRatio?: number | undefined;
|
|
15198
|
+
elevation?: number | undefined;
|
|
15199
|
+
numColumns?: number | undefined;
|
|
18236
15200
|
theme: {
|
|
18237
15201
|
disabledOpacity: number;
|
|
18238
15202
|
roundness: number;
|
|
@@ -19738,24 +16702,21 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
19738
16702
|
};
|
|
19739
16703
|
};
|
|
19740
16704
|
};
|
|
19741
|
-
|
|
19742
|
-
|
|
19743
|
-
|
|
19744
|
-
defaultValue?: Date | undefined;
|
|
19745
|
-
disabled?: boolean | undefined;
|
|
19746
|
-
mode?: "time" | "date" | "datetime" | undefined;
|
|
19747
|
-
type?: "underline" | "solid" | undefined;
|
|
19748
|
-
label?: string | undefined;
|
|
19749
|
-
placeholder?: string | undefined;
|
|
19750
|
-
leftIconName?: string | undefined;
|
|
19751
|
-
leftIconMode?: "outset" | "inset" | undefined;
|
|
19752
|
-
rightIconName?: string | undefined;
|
|
19753
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps, "theme"> & {
|
|
16705
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
16706
|
+
onPress: () => void;
|
|
16707
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
19754
16708
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
19755
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
19756
|
-
|
|
19757
|
-
|
|
19758
|
-
|
|
16709
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
16710
|
+
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
16711
|
+
title?: string | undefined;
|
|
16712
|
+
leftDescription?: string | undefined;
|
|
16713
|
+
rightDescription?: string | undefined;
|
|
16714
|
+
textCentered: boolean;
|
|
16715
|
+
icon?: string | undefined;
|
|
16716
|
+
rating: number;
|
|
16717
|
+
aspectRatio?: number | undefined;
|
|
16718
|
+
elevation?: number | undefined;
|
|
16719
|
+
numColumns?: number | undefined;
|
|
19759
16720
|
theme: {
|
|
19760
16721
|
disabledOpacity: number;
|
|
19761
16722
|
roundness: number;
|
|
@@ -21261,29 +18222,17 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
21261
18222
|
};
|
|
21262
18223
|
};
|
|
21263
18224
|
};
|
|
21264
|
-
|
|
21265
|
-
|
|
21266
|
-
|
|
21267
|
-
defaultValue?: Date | undefined;
|
|
21268
|
-
disabled?: boolean | undefined;
|
|
21269
|
-
mode?: "time" | "date" | "datetime" | undefined;
|
|
21270
|
-
type?: "underline" | "solid" | undefined;
|
|
21271
|
-
label?: string | undefined;
|
|
21272
|
-
placeholder?: string | undefined;
|
|
21273
|
-
leftIconName?: string | undefined;
|
|
21274
|
-
leftIconMode?: "outset" | "inset" | undefined;
|
|
21275
|
-
rightIconName?: string | undefined;
|
|
21276
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps, "theme"> & {
|
|
18225
|
+
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
18226
|
+
onPress: () => void;
|
|
18227
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
21277
18228
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
21278
18229
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
21279
|
-
export declare const
|
|
21280
|
-
|
|
21281
|
-
|
|
21282
|
-
|
|
21283
|
-
|
|
21284
|
-
|
|
21285
|
-
iconName?: string | undefined;
|
|
21286
|
-
onPress: () => void;
|
|
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>>;
|
|
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>>;
|
|
18232
|
+
export declare const DatePicker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
18233
|
+
style?: (import("react-native").StyleProp<import("react-native").ViewStyle> & {
|
|
18234
|
+
height?: number | undefined;
|
|
18235
|
+
}) | undefined;
|
|
21287
18236
|
theme: {
|
|
21288
18237
|
disabledOpacity: number;
|
|
21289
18238
|
roundness: number;
|
|
@@ -22789,17 +19738,24 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
22789
19738
|
};
|
|
22790
19739
|
};
|
|
22791
19740
|
};
|
|
22792
|
-
|
|
22793
|
-
|
|
22794
|
-
|
|
22795
|
-
|
|
19741
|
+
date?: Date | undefined;
|
|
19742
|
+
format?: string | undefined;
|
|
19743
|
+
onDateChange?: ((data?: Date | undefined) => void) | undefined;
|
|
19744
|
+
defaultValue?: Date | undefined;
|
|
22796
19745
|
disabled?: boolean | undefined;
|
|
22797
|
-
|
|
22798
|
-
|
|
22799
|
-
|
|
22800
|
-
|
|
22801
|
-
|
|
22802
|
-
|
|
19746
|
+
mode?: "time" | "date" | "datetime" | undefined;
|
|
19747
|
+
type?: "underline" | "solid" | undefined;
|
|
19748
|
+
label?: string | undefined;
|
|
19749
|
+
placeholder?: string | undefined;
|
|
19750
|
+
leftIconName?: string | undefined;
|
|
19751
|
+
leftIconMode?: "outset" | "inset" | undefined;
|
|
19752
|
+
rightIconName?: string | undefined;
|
|
19753
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps>, "theme"> & {
|
|
19754
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
19755
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
19756
|
+
style?: (import("react-native").StyleProp<import("react-native").ViewStyle> & {
|
|
19757
|
+
height?: number | undefined;
|
|
19758
|
+
}) | undefined;
|
|
22803
19759
|
theme: {
|
|
22804
19760
|
disabledOpacity: number;
|
|
22805
19761
|
roundness: number;
|
|
@@ -24305,15 +21261,29 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
24305
21261
|
};
|
|
24306
21262
|
};
|
|
24307
21263
|
};
|
|
24308
|
-
|
|
24309
|
-
|
|
21264
|
+
date?: Date | undefined;
|
|
21265
|
+
format?: string | undefined;
|
|
21266
|
+
onDateChange?: ((data?: Date | undefined) => void) | undefined;
|
|
21267
|
+
defaultValue?: Date | undefined;
|
|
21268
|
+
disabled?: boolean | undefined;
|
|
21269
|
+
mode?: "time" | "date" | "datetime" | undefined;
|
|
21270
|
+
type?: "underline" | "solid" | undefined;
|
|
21271
|
+
label?: string | undefined;
|
|
21272
|
+
placeholder?: string | undefined;
|
|
21273
|
+
leftIconName?: string | undefined;
|
|
21274
|
+
leftIconMode?: "outset" | "inset" | undefined;
|
|
21275
|
+
rightIconName?: string | undefined;
|
|
21276
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps>, "theme"> & {
|
|
24310
21277
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
24311
21278
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
24312
|
-
export declare const
|
|
24313
|
-
|
|
24314
|
-
|
|
24315
|
-
|
|
24316
|
-
|
|
21279
|
+
export declare const FAB: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
21280
|
+
disabled?: boolean | undefined;
|
|
21281
|
+
loading?: boolean | undefined;
|
|
21282
|
+
size?: number | undefined;
|
|
21283
|
+
bgColor?: string | undefined;
|
|
21284
|
+
iconColor?: string | undefined;
|
|
21285
|
+
iconName?: string | undefined;
|
|
21286
|
+
onPress: () => void;
|
|
24317
21287
|
theme: {
|
|
24318
21288
|
disabledOpacity: number;
|
|
24319
21289
|
roundness: number;
|
|
@@ -25819,17 +22789,17 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
|
|
|
25819
22789
|
};
|
|
25820
22790
|
};
|
|
25821
22791
|
};
|
|
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"> & {
|
|
25827
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
25828
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
25829
|
-
showIcon: boolean;
|
|
25830
|
-
icon?: string | undefined;
|
|
25831
|
-
placeholder?: string | undefined;
|
|
25832
22792
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
22793
|
+
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
22794
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
22795
|
+
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
22796
|
+
disabled?: boolean | undefined;
|
|
22797
|
+
loading?: boolean | undefined;
|
|
22798
|
+
size?: number | undefined;
|
|
22799
|
+
bgColor?: string | undefined;
|
|
22800
|
+
iconColor?: string | undefined;
|
|
22801
|
+
iconName?: string | undefined;
|
|
22802
|
+
onPress: () => void;
|
|
25833
22803
|
theme: {
|
|
25834
22804
|
disabledOpacity: number;
|
|
25835
22805
|
roundness: number;
|
|
@@ -27335,18 +24305,14 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
|
|
|
27335
24305
|
};
|
|
27336
24306
|
};
|
|
27337
24307
|
};
|
|
27338
|
-
|
|
27339
|
-
|
|
27340
|
-
value?: string | undefined;
|
|
27341
|
-
defaultValue?: string | undefined;
|
|
27342
|
-
} & 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"> & {
|
|
27343
24310
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
27344
24311
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
27345
|
-
export declare const
|
|
27346
|
-
|
|
27347
|
-
|
|
27348
|
-
|
|
27349
|
-
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;
|
|
27350
24316
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
27351
24317
|
theme: {
|
|
27352
24318
|
disabledOpacity: number;
|
|
@@ -28853,13 +25819,16 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
|
|
|
28853
25819
|
};
|
|
28854
25820
|
};
|
|
28855
25821
|
};
|
|
28856
|
-
|
|
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"> & {
|
|
28857
25827
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
28858
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
28859
|
-
|
|
28860
|
-
|
|
28861
|
-
|
|
28862
|
-
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;
|
|
28863
25832
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
28864
25833
|
theme: {
|
|
28865
25834
|
disabledOpacity: number;
|
|
@@ -30366,10 +27335,14 @@ export declare const HeaderLarge: (props: import("utility-types").Subtract<impor
|
|
|
30366
27335
|
};
|
|
30367
27336
|
};
|
|
30368
27337
|
};
|
|
30369
|
-
|
|
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"> & {
|
|
30370
27343
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
30371
27344
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
30372
|
-
export declare const
|
|
27345
|
+
export declare const HeaderLarge: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
30373
27346
|
title: string;
|
|
30374
27347
|
buttonText: string;
|
|
30375
27348
|
icon: string;
|
|
@@ -31880,9 +28853,9 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
|
|
|
31880
28853
|
};
|
|
31881
28854
|
};
|
|
31882
28855
|
};
|
|
31883
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
28856
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
31884
28857
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
31885
|
-
}, 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<{
|
|
31886
28859
|
title: string;
|
|
31887
28860
|
buttonText: string;
|
|
31888
28861
|
icon: string;
|
|
@@ -33393,10 +30366,10 @@ export declare const HeaderMedium: (props: import("utility-types").Subtract<impo
|
|
|
33393
30366
|
};
|
|
33394
30367
|
};
|
|
33395
30368
|
};
|
|
33396
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
30369
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
33397
30370
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
33398
30371
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
33399
|
-
export declare const
|
|
30372
|
+
export declare const HeaderMedium: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
33400
30373
|
title: string;
|
|
33401
30374
|
buttonText: string;
|
|
33402
30375
|
icon: string;
|
|
@@ -34907,9 +31880,9 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
|
|
|
34907
31880
|
};
|
|
34908
31881
|
};
|
|
34909
31882
|
};
|
|
34910
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
31883
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
34911
31884
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
34912
|
-
}, 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<{
|
|
34913
31886
|
title: string;
|
|
34914
31887
|
buttonText: string;
|
|
34915
31888
|
icon: string;
|
|
@@ -36420,16 +33393,15 @@ export declare const HeaderOverline: (props: import("utility-types").Subtract<im
|
|
|
36420
33393
|
};
|
|
36421
33394
|
};
|
|
36422
33395
|
};
|
|
36423
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
33396
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
36424
33397
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
36425
33398
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
36426
|
-
export declare const
|
|
36427
|
-
|
|
36428
|
-
|
|
36429
|
-
|
|
36430
|
-
|
|
36431
|
-
|
|
36432
|
-
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>;
|
|
36433
33405
|
theme: {
|
|
36434
33406
|
disabledOpacity: number;
|
|
36435
33407
|
roundness: number;
|
|
@@ -37935,16 +34907,14 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
37935
34907
|
};
|
|
37936
34908
|
};
|
|
37937
34909
|
};
|
|
37938
|
-
|
|
37939
|
-
} & 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"> & {
|
|
37940
34911
|
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<{
|
|
37942
|
-
|
|
37943
|
-
|
|
37944
|
-
|
|
37945
|
-
|
|
37946
|
-
|
|
37947
|
-
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>;
|
|
37948
34918
|
theme: {
|
|
37949
34919
|
disabledOpacity: number;
|
|
37950
34920
|
roundness: number;
|
|
@@ -39450,23 +36420,16 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
39450
36420
|
};
|
|
39451
36421
|
};
|
|
39452
36422
|
};
|
|
39453
|
-
|
|
39454
|
-
} & import("react-native").PressableProps & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
39455
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39456
|
-
}, string | import("react").JSXElementConstructor<any>>;
|
|
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"> & {
|
|
36423
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
39461
36424
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39462
36425
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
39463
|
-
export declare const
|
|
39464
|
-
|
|
39465
|
-
|
|
39466
|
-
|
|
39467
|
-
|
|
39468
|
-
|
|
39469
|
-
|
|
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;
|
|
39470
36433
|
theme: {
|
|
39471
36434
|
disabledOpacity: number;
|
|
39472
36435
|
roundness: number;
|
|
@@ -40972,13 +37935,16 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
40972
37935
|
};
|
|
40973
37936
|
};
|
|
40974
37937
|
};
|
|
40975
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
40976
|
-
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
40977
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
40978
|
-
title?: string | undefined;
|
|
40979
|
-
subtitle?: string | undefined;
|
|
40980
|
-
icon: string;
|
|
40981
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;
|
|
40982
37948
|
theme: {
|
|
40983
37949
|
disabledOpacity: number;
|
|
40984
37950
|
roundness: number;
|
|
@@ -42484,14 +39450,21 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
42484
39450
|
};
|
|
42485
39451
|
};
|
|
42486
39452
|
};
|
|
42487
|
-
|
|
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"> & {
|
|
39455
|
+
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39456
|
+
}, string | import("react").JSXElementConstructor<any>>;
|
|
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"> & {
|
|
42488
39461
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
42489
39462
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
42490
|
-
export declare const
|
|
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<{
|
|
42491
39466
|
title?: string | undefined;
|
|
42492
|
-
image: string | import("react-native").ImageSourcePropType;
|
|
42493
39467
|
subtitle?: string | undefined;
|
|
42494
|
-
multilineSubtitle?: boolean | undefined;
|
|
42495
39468
|
icon: string;
|
|
42496
39469
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
42497
39470
|
theme: {
|
|
@@ -43999,13 +40972,11 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
43999
40972
|
};
|
|
44000
40973
|
};
|
|
44001
40974
|
};
|
|
44002
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
40975
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
44003
40976
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
44004
|
-
}, 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<{
|
|
44005
40978
|
title?: string | undefined;
|
|
44006
|
-
image: string | import("react-native").ImageSourcePropType;
|
|
44007
40979
|
subtitle?: string | undefined;
|
|
44008
|
-
multilineSubtitle?: boolean | undefined;
|
|
44009
40980
|
icon: string;
|
|
44010
40981
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
44011
40982
|
theme: {
|
|
@@ -45513,17 +42484,16 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
45513
42484
|
};
|
|
45514
42485
|
};
|
|
45515
42486
|
};
|
|
45516
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
42487
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
45517
42488
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
45518
42489
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
45519
|
-
export declare const
|
|
45520
|
-
|
|
45521
|
-
|
|
45522
|
-
|
|
45523
|
-
|
|
45524
|
-
|
|
45525
|
-
|
|
45526
|
-
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>;
|
|
45527
42497
|
theme: {
|
|
45528
42498
|
disabledOpacity: number;
|
|
45529
42499
|
roundness: number;
|
|
@@ -47029,18 +43999,15 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
47029
43999
|
};
|
|
47030
44000
|
};
|
|
47031
44001
|
};
|
|
47032
|
-
|
|
47033
|
-
onPress?: ((newValue: number) => void) | undefined;
|
|
47034
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
44002
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
47035
44003
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
47036
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
47037
|
-
|
|
47038
|
-
|
|
47039
|
-
|
|
47040
|
-
|
|
47041
|
-
|
|
47042
|
-
|
|
47043
|
-
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>;
|
|
47044
44011
|
theme: {
|
|
47045
44012
|
disabledOpacity: number;
|
|
47046
44013
|
roundness: number;
|
|
@@ -48546,21 +45513,17 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
48546
45513
|
};
|
|
48547
45514
|
};
|
|
48548
45515
|
};
|
|
48549
|
-
|
|
48550
|
-
onPress?: ((newValue: number) => void) | undefined;
|
|
48551
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
45516
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
48552
45517
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
48553
45518
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
48554
|
-
export declare const
|
|
48555
|
-
|
|
48556
|
-
|
|
48557
|
-
|
|
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;
|
|
48558
45523
|
defaultValue?: number | undefined;
|
|
48559
|
-
|
|
48560
|
-
|
|
48561
|
-
|
|
48562
|
-
iconColor?: string | undefined;
|
|
48563
|
-
onChange?: ((value: number) => void) | undefined;
|
|
45524
|
+
isEditable?: boolean | undefined;
|
|
45525
|
+
activeColor?: string | undefined;
|
|
45526
|
+
inactiveColor?: string | undefined;
|
|
48564
45527
|
theme: {
|
|
48565
45528
|
disabledOpacity: number;
|
|
48566
45529
|
roundness: number;
|
|
@@ -50066,18 +47029,18 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
50066
47029
|
};
|
|
50067
47030
|
};
|
|
50068
47031
|
};
|
|
50069
|
-
|
|
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"> & {
|
|
50070
47035
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
50071
|
-
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
50072
|
-
|
|
50073
|
-
|
|
50074
|
-
|
|
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;
|
|
50075
47040
|
defaultValue?: number | undefined;
|
|
50076
|
-
|
|
50077
|
-
|
|
50078
|
-
|
|
50079
|
-
iconColor?: string | undefined;
|
|
50080
|
-
onChange?: ((value: number) => void) | undefined;
|
|
47041
|
+
isEditable?: boolean | undefined;
|
|
47042
|
+
activeColor?: string | undefined;
|
|
47043
|
+
inactiveColor?: string | undefined;
|
|
50081
47044
|
theme: {
|
|
50082
47045
|
disabledOpacity: number;
|
|
50083
47046
|
roundness: number;
|
|
@@ -51583,27 +48546,21 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
51583
48546
|
};
|
|
51584
48547
|
};
|
|
51585
48548
|
};
|
|
51586
|
-
|
|
51587
|
-
|
|
51588
|
-
}
|
|
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"> & {
|
|
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"> & {
|
|
51592
48552
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
51593
48553
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
51594
|
-
export declare const
|
|
51595
|
-
|
|
51596
|
-
|
|
51597
|
-
|
|
51598
|
-
defaultValue?:
|
|
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;
|
|
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;
|
|
51606
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;
|
|
51607
48564
|
theme: {
|
|
51608
48565
|
disabledOpacity: number;
|
|
51609
48566
|
roundness: number;
|
|
@@ -53112,18 +50069,15 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
53112
50069
|
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
53113
50070
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
53114
50071
|
}, import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
53115
|
-
|
|
53116
|
-
|
|
53117
|
-
|
|
53118
|
-
defaultValue?:
|
|
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;
|
|
50072
|
+
min: number;
|
|
50073
|
+
max: number;
|
|
50074
|
+
value?: number | undefined;
|
|
50075
|
+
defaultValue?: number | undefined;
|
|
53126
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;
|
|
53127
50081
|
theme: {
|
|
53128
50082
|
disabledOpacity: number;
|
|
53129
50083
|
roundness: number;
|
|
@@ -54632,22 +51586,24 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
54632
51586
|
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
54633
51587
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
54634
51588
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
54635
|
-
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;
|
|
54636
51606
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
54637
|
-
value?: number | undefined;
|
|
54638
|
-
defaultValue?: number | undefined;
|
|
54639
|
-
minimumTrackTintColor: string;
|
|
54640
|
-
maximumTrackTintColor: string;
|
|
54641
|
-
leftIcon?: string | undefined;
|
|
54642
|
-
rightIcon?: string | undefined;
|
|
54643
|
-
leftIconColor?: string | undefined;
|
|
54644
|
-
rightIconColor?: string | undefined;
|
|
54645
|
-
thumbTintColor?: string | undefined;
|
|
54646
|
-
tapToSeek?: boolean | undefined;
|
|
54647
|
-
minimumValue: number;
|
|
54648
|
-
maximumValue: number;
|
|
54649
|
-
step: number;
|
|
54650
|
-
onValueChange?: ((value: number) => void) | undefined;
|
|
54651
51607
|
theme: {
|
|
54652
51608
|
disabledOpacity: number;
|
|
54653
51609
|
roundness: number;
|
|
@@ -54676,6 +51632,12 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
54676
51632
|
};
|
|
54677
51633
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
54678
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
|
+
*/
|
|
54679
51641
|
headline1: {
|
|
54680
51642
|
fontSize: number;
|
|
54681
51643
|
letterSpacing: number;
|
|
@@ -56147,24 +53109,21 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
56147
53109
|
};
|
|
56148
53110
|
};
|
|
56149
53111
|
};
|
|
56150
|
-
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot
|
|
53112
|
+
} & import("packages/core/lib/typescript/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
56151
53113
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
56152
|
-
}, 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;
|
|
56153
53126
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
56154
|
-
value?: number | undefined;
|
|
56155
|
-
defaultValue?: number | undefined;
|
|
56156
|
-
minimumTrackTintColor: string;
|
|
56157
|
-
maximumTrackTintColor: string;
|
|
56158
|
-
leftIcon?: string | undefined;
|
|
56159
|
-
rightIcon?: string | undefined;
|
|
56160
|
-
leftIconColor?: string | undefined;
|
|
56161
|
-
rightIconColor?: string | undefined;
|
|
56162
|
-
thumbTintColor?: string | undefined;
|
|
56163
|
-
tapToSeek?: boolean | undefined;
|
|
56164
|
-
minimumValue: number;
|
|
56165
|
-
maximumValue: number;
|
|
56166
|
-
step: number;
|
|
56167
|
-
onValueChange?: ((value: number) => void) | undefined;
|
|
56168
53127
|
theme: {
|
|
56169
53128
|
disabledOpacity: number;
|
|
56170
53129
|
roundness: number;
|
|
@@ -56193,6 +53152,12 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
56193
53152
|
};
|
|
56194
53153
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
56195
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
|
+
*/
|
|
56196
53161
|
headline1: {
|
|
56197
53162
|
fontSize: number;
|
|
56198
53163
|
letterSpacing: number;
|
|
@@ -57664,7 +54629,12 @@ export declare const Slider: (props: import("utility-types").Subtract<import("@d
|
|
|
57664
54629
|
};
|
|
57665
54630
|
};
|
|
57666
54631
|
};
|
|
57667
|
-
} & 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"> & {
|
|
57668
54638
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
57669
54639
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
57670
54640
|
export declare const AccordionGroup: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
@@ -57706,6 +54676,12 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
57706
54676
|
};
|
|
57707
54677
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
57708
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
|
+
*/
|
|
57709
54685
|
headline1: {
|
|
57710
54686
|
fontSize: number;
|
|
57711
54687
|
letterSpacing: number;
|
|
@@ -59218,6 +56194,12 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
59218
56194
|
};
|
|
59219
56195
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
59220
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
|
+
*/
|
|
59221
56203
|
headline1: {
|
|
59222
56204
|
fontSize: number;
|
|
59223
56205
|
letterSpacing: number;
|
|
@@ -60725,6 +57707,12 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
60725
57707
|
};
|
|
60726
57708
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
60727
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
|
+
*/
|
|
60728
57716
|
headline1: {
|
|
60729
57717
|
fontSize: number;
|
|
60730
57718
|
letterSpacing: number;
|
|
@@ -62231,6 +59219,12 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
62231
59219
|
};
|
|
62232
59220
|
fonts: import("packages/types/lib/typescript/src").Fonts;
|
|
62233
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
|
+
*/
|
|
62234
59228
|
headline1: {
|
|
62235
59229
|
fontSize: number;
|
|
62236
59230
|
letterSpacing: number;
|