@draftbit/ui 47.2.12 → 47.2.13-51fa2e.2
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 → src}/index.d.ts +97 -98
- package/lib/{module → src}/index.js +6 -6
- package/lib/src/index.js.map +1 -0
- package/lib/tsconfig.tsbuildinfo +1 -0
- package/package.json +7 -35
- package/src/index.js +1 -0
- package/src/index.js.map +1 -0
- package/lib/commonjs/index.js +0 -388
- package/lib/typescript/src/index.d.ts.map +0 -1
|
@@ -32,7 +32,7 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
32
32
|
placeholder: string;
|
|
33
33
|
disabled: string;
|
|
34
34
|
};
|
|
35
|
-
fonts: import("
|
|
35
|
+
fonts: import("@draftbit/types").Fonts;
|
|
36
36
|
typography: {
|
|
37
37
|
headline1: {
|
|
38
38
|
fontSize: number;
|
|
@@ -1505,9 +1505,9 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
1505
1505
|
};
|
|
1506
1506
|
};
|
|
1507
1507
|
};
|
|
1508
|
-
} & import("packages/core/
|
|
1508
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
1509
1509
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
1510
|
-
}, import("packages/core/
|
|
1510
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
1511
1511
|
image: string | import("react-native").ImageSourcePropType;
|
|
1512
1512
|
size?: number | undefined;
|
|
1513
1513
|
onPress?: (() => void) | undefined;
|
|
@@ -1538,7 +1538,7 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
1538
1538
|
placeholder: string;
|
|
1539
1539
|
disabled: string;
|
|
1540
1540
|
};
|
|
1541
|
-
fonts: import("
|
|
1541
|
+
fonts: import("@draftbit/types").Fonts;
|
|
1542
1542
|
typography: {
|
|
1543
1543
|
headline1: {
|
|
1544
1544
|
fontSize: number;
|
|
@@ -3011,7 +3011,7 @@ export declare const AvatarEdit: (props: import("utility-types").Subtract<import
|
|
|
3011
3011
|
};
|
|
3012
3012
|
};
|
|
3013
3013
|
};
|
|
3014
|
-
} & import("packages/core/
|
|
3014
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
3015
3015
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
3016
3016
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
3017
3017
|
export declare const Banner: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -3049,7 +3049,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
3049
3049
|
placeholder: string;
|
|
3050
3050
|
disabled: string;
|
|
3051
3051
|
};
|
|
3052
|
-
fonts: import("
|
|
3052
|
+
fonts: import("@draftbit/types").Fonts;
|
|
3053
3053
|
typography: {
|
|
3054
3054
|
headline1: {
|
|
3055
3055
|
fontSize: number;
|
|
@@ -4522,9 +4522,9 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
4522
4522
|
};
|
|
4523
4523
|
};
|
|
4524
4524
|
};
|
|
4525
|
-
} & import("packages/core/
|
|
4525
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
4526
4526
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
4527
|
-
}, import("packages/core/
|
|
4527
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
4528
4528
|
initiallyVisible: boolean;
|
|
4529
4529
|
dismissable: boolean;
|
|
4530
4530
|
buttonColor?: string | undefined;
|
|
@@ -4559,7 +4559,7 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
4559
4559
|
placeholder: string;
|
|
4560
4560
|
disabled: string;
|
|
4561
4561
|
};
|
|
4562
|
-
fonts: import("
|
|
4562
|
+
fonts: import("@draftbit/types").Fonts;
|
|
4563
4563
|
typography: {
|
|
4564
4564
|
headline1: {
|
|
4565
4565
|
fontSize: number;
|
|
@@ -6032,12 +6032,12 @@ export declare const Banner: (props: import("utility-types").Subtract<import("@d
|
|
|
6032
6032
|
};
|
|
6033
6033
|
};
|
|
6034
6034
|
};
|
|
6035
|
-
} & import("packages/core/
|
|
6035
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
6036
6036
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
6037
6037
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
6038
|
-
export declare const Button: (props: import("utility-types").Subtract<import("packages/core/
|
|
6039
|
-
export declare const ButtonOutline: (props: import("utility-types").Subtract<import("packages/core/
|
|
6040
|
-
export declare const ButtonSolid: (props: import("utility-types").Subtract<import("packages/core/
|
|
6038
|
+
export declare const Button: (props: import("utility-types").Subtract<import("packages/core/src/interfaces/Icon").IconSlot, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
6039
|
+
export declare const ButtonOutline: (props: import("utility-types").Subtract<import("packages/core/src/interfaces/Icon").IconSlot, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
6040
|
+
export declare const ButtonSolid: (props: import("utility-types").Subtract<import("packages/core/src/interfaces/Icon").IconSlot, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
6041
6041
|
export declare const Card: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
6042
6042
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
6043
6043
|
title?: string | undefined;
|
|
@@ -6074,7 +6074,7 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
6074
6074
|
placeholder: string;
|
|
6075
6075
|
disabled: string;
|
|
6076
6076
|
};
|
|
6077
|
-
fonts: import("
|
|
6077
|
+
fonts: import("@draftbit/types").Fonts;
|
|
6078
6078
|
typography: {
|
|
6079
6079
|
headline1: {
|
|
6080
6080
|
fontSize: number;
|
|
@@ -7554,9 +7554,9 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
7554
7554
|
onPress?: (() => void) | undefined;
|
|
7555
7555
|
onPressIcon?: (() => void) | undefined;
|
|
7556
7556
|
children?: import("react").ReactNode;
|
|
7557
|
-
} & import("packages/core/
|
|
7557
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
7558
7558
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
7559
|
-
}, import("packages/core/
|
|
7559
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
7560
7560
|
image?: string | import("react-native").ImageSourcePropType | undefined;
|
|
7561
7561
|
title?: string | undefined;
|
|
7562
7562
|
subtitle?: string | undefined;
|
|
@@ -7592,7 +7592,7 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
7592
7592
|
placeholder: string;
|
|
7593
7593
|
disabled: string;
|
|
7594
7594
|
};
|
|
7595
|
-
fonts: import("
|
|
7595
|
+
fonts: import("@draftbit/types").Fonts;
|
|
7596
7596
|
typography: {
|
|
7597
7597
|
headline1: {
|
|
7598
7598
|
fontSize: number;
|
|
@@ -9072,11 +9072,11 @@ export declare const Card: (props: import("utility-types").Subtract<import("@dra
|
|
|
9072
9072
|
onPress?: (() => void) | undefined;
|
|
9073
9073
|
onPressIcon?: (() => void) | undefined;
|
|
9074
9074
|
children?: import("react").ReactNode;
|
|
9075
|
-
} & import("packages/core/
|
|
9075
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
9076
9076
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
9077
9077
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
9078
|
-
export declare const Checkbox: (props: import("utility-types").Subtract<import("packages/core/
|
|
9079
|
-
export declare const CheckboxRow: (props: import("utility-types").Subtract<import("packages/core/
|
|
9078
|
+
export declare const Checkbox: (props: import("utility-types").Subtract<import("packages/core/src/components/Checkbox/Checkbox").CheckboxProps & import("react-native").PressableProps & import("packages/core/src/interfaces/Icon").IconSlot, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/src/components/Checkbox/Checkbox").CheckboxProps & import("react-native").PressableProps & import("packages/core/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
9079
|
+
export declare const CheckboxRow: (props: import("utility-types").Subtract<import("packages/core/src/components/Checkbox/CheckboxRow").CheckboxRowProps & import("packages/core/src/interfaces/Icon").IconSlot, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/src/components/Checkbox/CheckboxRow").CheckboxRowProps & import("packages/core/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
9080
9080
|
export declare const DatePicker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
9081
9081
|
style?: (import("react-native").StyleProp<import("react-native").ViewStyle | import("react-native").TextStyle> & {
|
|
9082
9082
|
height?: number | undefined;
|
|
@@ -9107,7 +9107,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
9107
9107
|
placeholder: string;
|
|
9108
9108
|
disabled: string;
|
|
9109
9109
|
};
|
|
9110
|
-
fonts: import("
|
|
9110
|
+
fonts: import("@draftbit/types").Fonts;
|
|
9111
9111
|
typography: {
|
|
9112
9112
|
headline1: {
|
|
9113
9113
|
fontSize: number;
|
|
@@ -10599,9 +10599,9 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
10599
10599
|
autoDismissKeyboard?: boolean | undefined;
|
|
10600
10600
|
minimumDate?: Date | undefined;
|
|
10601
10601
|
maximumDate?: Date | undefined;
|
|
10602
|
-
} & import("packages/core/
|
|
10602
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps>, "theme"> & {
|
|
10603
10603
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
10604
|
-
}, import("packages/core/
|
|
10604
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
10605
10605
|
style?: (import("react-native").StyleProp<import("react-native").ViewStyle | import("react-native").TextStyle> & {
|
|
10606
10606
|
height?: number | undefined;
|
|
10607
10607
|
}) | undefined;
|
|
@@ -10631,7 +10631,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
10631
10631
|
placeholder: string;
|
|
10632
10632
|
disabled: string;
|
|
10633
10633
|
};
|
|
10634
|
-
fonts: import("
|
|
10634
|
+
fonts: import("@draftbit/types").Fonts;
|
|
10635
10635
|
typography: {
|
|
10636
10636
|
headline1: {
|
|
10637
10637
|
fontSize: number;
|
|
@@ -12123,7 +12123,7 @@ export declare const DatePicker: (props: import("utility-types").Subtract<import
|
|
|
12123
12123
|
autoDismissKeyboard?: boolean | undefined;
|
|
12124
12124
|
minimumDate?: Date | undefined;
|
|
12125
12125
|
maximumDate?: Date | undefined;
|
|
12126
|
-
} & import("packages/core/
|
|
12126
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot & import("react-native").TextInputProps>, "theme"> & {
|
|
12127
12127
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
12128
12128
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
12129
12129
|
export declare const FAB: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -12160,7 +12160,7 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
12160
12160
|
placeholder: string;
|
|
12161
12161
|
disabled: string;
|
|
12162
12162
|
};
|
|
12163
|
-
fonts: import("
|
|
12163
|
+
fonts: import("@draftbit/types").Fonts;
|
|
12164
12164
|
typography: {
|
|
12165
12165
|
headline1: {
|
|
12166
12166
|
fontSize: number;
|
|
@@ -13634,9 +13634,9 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
13634
13634
|
};
|
|
13635
13635
|
};
|
|
13636
13636
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
13637
|
-
} & import("react-native").PressableProps & import("packages/core/
|
|
13637
|
+
} & import("react-native").PressableProps & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
13638
13638
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
13639
|
-
}, import("packages/core/
|
|
13639
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
13640
13640
|
disabled?: boolean | undefined;
|
|
13641
13641
|
loading?: boolean | undefined;
|
|
13642
13642
|
size?: number | undefined;
|
|
@@ -13670,7 +13670,7 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
13670
13670
|
placeholder: string;
|
|
13671
13671
|
disabled: string;
|
|
13672
13672
|
};
|
|
13673
|
-
fonts: import("
|
|
13673
|
+
fonts: import("@draftbit/types").Fonts;
|
|
13674
13674
|
typography: {
|
|
13675
13675
|
headline1: {
|
|
13676
13676
|
fontSize: number;
|
|
@@ -15144,7 +15144,7 @@ export declare const FAB: (props: import("utility-types").Subtract<import("@draf
|
|
|
15144
15144
|
};
|
|
15145
15145
|
};
|
|
15146
15146
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
15147
|
-
} & import("react-native").PressableProps & import("packages/core/
|
|
15147
|
+
} & import("react-native").PressableProps & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
15148
15148
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
15149
15149
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
15150
15150
|
export declare const FieldSearchBarFull: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -15178,7 +15178,7 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
|
|
|
15178
15178
|
placeholder: string;
|
|
15179
15179
|
disabled: string;
|
|
15180
15180
|
};
|
|
15181
|
-
fonts: import("
|
|
15181
|
+
fonts: import("@draftbit/types").Fonts;
|
|
15182
15182
|
typography: {
|
|
15183
15183
|
headline1: {
|
|
15184
15184
|
fontSize: number;
|
|
@@ -16655,9 +16655,9 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
|
|
|
16655
16655
|
onSubmit?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").TextInputSubmitEditingEventData>) => void) | undefined;
|
|
16656
16656
|
value?: string | undefined;
|
|
16657
16657
|
defaultValue?: string | undefined;
|
|
16658
|
-
} & import("packages/core/
|
|
16658
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
16659
16659
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
16660
|
-
}, import("packages/core/
|
|
16660
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
16661
16661
|
showIcon: boolean;
|
|
16662
16662
|
icon?: string | undefined;
|
|
16663
16663
|
placeholder?: string | undefined;
|
|
@@ -16688,7 +16688,7 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
|
|
|
16688
16688
|
placeholder: string;
|
|
16689
16689
|
disabled: string;
|
|
16690
16690
|
};
|
|
16691
|
-
fonts: import("
|
|
16691
|
+
fonts: import("@draftbit/types").Fonts;
|
|
16692
16692
|
typography: {
|
|
16693
16693
|
headline1: {
|
|
16694
16694
|
fontSize: number;
|
|
@@ -18165,7 +18165,7 @@ export declare const FieldSearchBarFull: (props: import("utility-types").Subtrac
|
|
|
18165
18165
|
onSubmit?: ((e: import("react-native").NativeSyntheticEvent<import("react-native").TextInputSubmitEditingEventData>) => void) | undefined;
|
|
18166
18166
|
value?: string | undefined;
|
|
18167
18167
|
defaultValue?: string | undefined;
|
|
18168
|
-
} & import("packages/core/
|
|
18168
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
18169
18169
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
18170
18170
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
18171
18171
|
export declare const IconButton: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -18201,7 +18201,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
18201
18201
|
placeholder: string;
|
|
18202
18202
|
disabled: string;
|
|
18203
18203
|
};
|
|
18204
|
-
fonts: import("
|
|
18204
|
+
fonts: import("@draftbit/types").Fonts;
|
|
18205
18205
|
typography: {
|
|
18206
18206
|
headline1: {
|
|
18207
18207
|
fontSize: number;
|
|
@@ -19677,9 +19677,9 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
19677
19677
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
19678
19678
|
activeOpacity?: number | undefined;
|
|
19679
19679
|
disabledOpacity?: number | undefined;
|
|
19680
|
-
} & import("react-native").PressableProps & import("packages/core/
|
|
19680
|
+
} & import("react-native").PressableProps & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
19681
19681
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
19682
|
-
}, import("packages/core/
|
|
19682
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
19683
19683
|
icon?: string | undefined;
|
|
19684
19684
|
color?: string | undefined;
|
|
19685
19685
|
size?: number | undefined;
|
|
@@ -19712,7 +19712,7 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
19712
19712
|
placeholder: string;
|
|
19713
19713
|
disabled: string;
|
|
19714
19714
|
};
|
|
19715
|
-
fonts: import("
|
|
19715
|
+
fonts: import("@draftbit/types").Fonts;
|
|
19716
19716
|
typography: {
|
|
19717
19717
|
headline1: {
|
|
19718
19718
|
fontSize: number;
|
|
@@ -21188,17 +21188,17 @@ export declare const IconButton: (props: import("utility-types").Subtract<import
|
|
|
21188
21188
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
21189
21189
|
activeOpacity?: number | undefined;
|
|
21190
21190
|
disabledOpacity?: number | undefined;
|
|
21191
|
-
} & import("react-native").PressableProps & import("packages/core/
|
|
21191
|
+
} & import("react-native").PressableProps & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
21192
21192
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
21193
21193
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
21194
|
-
export declare const Link: (props: import("utility-types").Subtract<import("packages/core/
|
|
21195
|
-
export declare const Picker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/
|
|
21194
|
+
export declare const Link: (props: import("utility-types").Subtract<import("packages/core/src/interfaces/Icon").IconSlot, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
21195
|
+
export declare const Picker: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/src/components/Picker/Picker").PickerProps, "theme"> & {
|
|
21196
21196
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
21197
|
-
}, import("packages/core/
|
|
21197
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/src/components/Picker/Picker").PickerProps, "theme"> & {
|
|
21198
21198
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
21199
21199
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
21200
|
-
export declare const RadioButton: (props: import("utility-types").Subtract<import("packages/core/
|
|
21201
|
-
export declare const RadioButtonRow: (props: import("utility-types").Subtract<import("packages/core/
|
|
21200
|
+
export declare const RadioButton: (props: import("utility-types").Subtract<import("packages/core/src/components/RadioButton/RadioButton").RadioButtonProps, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/src/components/RadioButton/RadioButton").RadioButtonProps, string | import("react").JSXElementConstructor<any>>;
|
|
21201
|
+
export declare const RadioButtonRow: (props: import("utility-types").Subtract<import("packages/core/src/components/RadioButton/RadioButtonRow").RadioButtonRowProps & import("packages/core/src/interfaces/Icon").IconSlot, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("packages/core/src/components/RadioButton/RadioButtonRow").RadioButtonRowProps & import("packages/core/src/interfaces/Icon").IconSlot, string | import("react").JSXElementConstructor<any>>;
|
|
21202
21202
|
export declare const RowBodyIcon: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
21203
21203
|
title?: string | undefined;
|
|
21204
21204
|
subtitle?: string | undefined;
|
|
@@ -21230,7 +21230,7 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
21230
21230
|
placeholder: string;
|
|
21231
21231
|
disabled: string;
|
|
21232
21232
|
};
|
|
21233
|
-
fonts: import("
|
|
21233
|
+
fonts: import("@draftbit/types").Fonts;
|
|
21234
21234
|
typography: {
|
|
21235
21235
|
headline1: {
|
|
21236
21236
|
fontSize: number;
|
|
@@ -22703,9 +22703,9 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
22703
22703
|
};
|
|
22704
22704
|
};
|
|
22705
22705
|
};
|
|
22706
|
-
} & import("packages/core/
|
|
22706
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
22707
22707
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
22708
|
-
}, import("packages/core/
|
|
22708
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
22709
22709
|
title?: string | undefined;
|
|
22710
22710
|
subtitle?: string | undefined;
|
|
22711
22711
|
icon: string;
|
|
@@ -22736,7 +22736,7 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
22736
22736
|
placeholder: string;
|
|
22737
22737
|
disabled: string;
|
|
22738
22738
|
};
|
|
22739
|
-
fonts: import("
|
|
22739
|
+
fonts: import("@draftbit/types").Fonts;
|
|
22740
22740
|
typography: {
|
|
22741
22741
|
headline1: {
|
|
22742
22742
|
fontSize: number;
|
|
@@ -24209,7 +24209,7 @@ export declare const RowBodyIcon: (props: import("utility-types").Subtract<impor
|
|
|
24209
24209
|
};
|
|
24210
24210
|
};
|
|
24211
24211
|
};
|
|
24212
|
-
} & import("packages/core/
|
|
24212
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
24213
24213
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
24214
24214
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
24215
24215
|
export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -24245,7 +24245,7 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
24245
24245
|
placeholder: string;
|
|
24246
24246
|
disabled: string;
|
|
24247
24247
|
};
|
|
24248
|
-
fonts: import("
|
|
24248
|
+
fonts: import("@draftbit/types").Fonts;
|
|
24249
24249
|
typography: {
|
|
24250
24250
|
headline1: {
|
|
24251
24251
|
fontSize: number;
|
|
@@ -25718,9 +25718,9 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
25718
25718
|
};
|
|
25719
25719
|
};
|
|
25720
25720
|
};
|
|
25721
|
-
} & import("packages/core/
|
|
25721
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
25722
25722
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
25723
|
-
}, import("packages/core/
|
|
25723
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
25724
25724
|
title?: string | undefined;
|
|
25725
25725
|
image: string | import("react-native").ImageSourcePropType;
|
|
25726
25726
|
subtitle?: string | undefined;
|
|
@@ -25753,7 +25753,7 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
25753
25753
|
placeholder: string;
|
|
25754
25754
|
disabled: string;
|
|
25755
25755
|
};
|
|
25756
|
-
fonts: import("
|
|
25756
|
+
fonts: import("@draftbit/types").Fonts;
|
|
25757
25757
|
typography: {
|
|
25758
25758
|
headline1: {
|
|
25759
25759
|
fontSize: number;
|
|
@@ -27226,7 +27226,7 @@ export declare const RowHeadlineImageIcon: (props: import("utility-types").Subtr
|
|
|
27226
27226
|
};
|
|
27227
27227
|
};
|
|
27228
27228
|
};
|
|
27229
|
-
} & import("packages/core/
|
|
27229
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
27230
27230
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
27231
27231
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
27232
27232
|
export declare const StarRating: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -27263,7 +27263,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
27263
27263
|
placeholder: string;
|
|
27264
27264
|
disabled: string;
|
|
27265
27265
|
};
|
|
27266
|
-
fonts: import("
|
|
27266
|
+
fonts: import("@draftbit/types").Fonts;
|
|
27267
27267
|
typography: {
|
|
27268
27268
|
headline1: {
|
|
27269
27269
|
fontSize: number;
|
|
@@ -28738,9 +28738,9 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
28738
28738
|
};
|
|
28739
28739
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
28740
28740
|
onPress?: ((newValue: number) => void) | undefined;
|
|
28741
|
-
} & import("packages/core/
|
|
28741
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
28742
28742
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
28743
|
-
}, import("packages/core/
|
|
28743
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
28744
28744
|
starSize?: number | undefined;
|
|
28745
28745
|
maxStars?: number | undefined;
|
|
28746
28746
|
rating?: number | undefined;
|
|
@@ -28774,7 +28774,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
28774
28774
|
placeholder: string;
|
|
28775
28775
|
disabled: string;
|
|
28776
28776
|
};
|
|
28777
|
-
fonts: import("
|
|
28777
|
+
fonts: import("@draftbit/types").Fonts;
|
|
28778
28778
|
typography: {
|
|
28779
28779
|
headline1: {
|
|
28780
28780
|
fontSize: number;
|
|
@@ -30249,7 +30249,7 @@ export declare const StarRating: (props: import("utility-types").Subtract<import
|
|
|
30249
30249
|
};
|
|
30250
30250
|
style?: import("react-native").StyleProp<import("react-native").ViewStyle>;
|
|
30251
30251
|
onPress?: ((newValue: number) => void) | undefined;
|
|
30252
|
-
} & import("packages/core/
|
|
30252
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
30253
30253
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
30254
30254
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
30255
30255
|
export declare const Stepper: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
@@ -30287,7 +30287,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
30287
30287
|
placeholder: string;
|
|
30288
30288
|
disabled: string;
|
|
30289
30289
|
};
|
|
30290
|
-
fonts: import("
|
|
30290
|
+
fonts: import("@draftbit/types").Fonts;
|
|
30291
30291
|
typography: {
|
|
30292
30292
|
headline1: {
|
|
30293
30293
|
fontSize: number;
|
|
@@ -31760,9 +31760,9 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
31760
31760
|
};
|
|
31761
31761
|
};
|
|
31762
31762
|
};
|
|
31763
|
-
} & import("packages/core/
|
|
31763
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
31764
31764
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
31765
|
-
}, import("packages/core/
|
|
31765
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
31766
31766
|
min: number;
|
|
31767
31767
|
max: number;
|
|
31768
31768
|
value?: number | undefined;
|
|
@@ -31797,7 +31797,7 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
31797
31797
|
placeholder: string;
|
|
31798
31798
|
disabled: string;
|
|
31799
31799
|
};
|
|
31800
|
-
fonts: import("
|
|
31800
|
+
fonts: import("@draftbit/types").Fonts;
|
|
31801
31801
|
typography: {
|
|
31802
31802
|
headline1: {
|
|
31803
31803
|
fontSize: number;
|
|
@@ -33270,12 +33270,12 @@ export declare const Stepper: (props: import("utility-types").Subtract<import("@
|
|
|
33270
33270
|
};
|
|
33271
33271
|
};
|
|
33272
33272
|
};
|
|
33273
|
-
} & import("packages/core/
|
|
33273
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
33274
33274
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
33275
33275
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
33276
|
-
export declare const TextField: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/
|
|
33276
|
+
export declare const TextField: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/src/components/TextField").Props, "theme"> & {
|
|
33277
33277
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
33278
|
-
}, import("packages/core/
|
|
33278
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/src/components/TextField").Props, "theme"> & {
|
|
33279
33279
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
33280
33280
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
33281
33281
|
export declare const ToggleButton: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -33284,9 +33284,9 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
33284
33284
|
onPress?: ((value: boolean) => void) | undefined;
|
|
33285
33285
|
defaultValue?: boolean | undefined;
|
|
33286
33286
|
disabled?: boolean | undefined;
|
|
33287
|
-
color?: import("
|
|
33288
|
-
colorSecondary?: import("
|
|
33289
|
-
borderColor?: import("
|
|
33287
|
+
color?: import("@draftbit/types").colorTypes | undefined;
|
|
33288
|
+
colorSecondary?: import("@draftbit/types").colorTypes | undefined;
|
|
33289
|
+
borderColor?: import("@draftbit/types").colorTypes | undefined;
|
|
33290
33290
|
iconSize?: number | undefined;
|
|
33291
33291
|
width?: number | undefined;
|
|
33292
33292
|
height?: number | undefined;
|
|
@@ -33317,7 +33317,7 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
33317
33317
|
placeholder: string;
|
|
33318
33318
|
disabled: string;
|
|
33319
33319
|
};
|
|
33320
|
-
fonts: import("
|
|
33320
|
+
fonts: import("@draftbit/types").Fonts;
|
|
33321
33321
|
typography: {
|
|
33322
33322
|
headline1: {
|
|
33323
33323
|
fontSize: number;
|
|
@@ -34790,17 +34790,17 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
34790
34790
|
};
|
|
34791
34791
|
};
|
|
34792
34792
|
};
|
|
34793
|
-
} & import("packages/core/
|
|
34793
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
34794
34794
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
34795
|
-
}, import("packages/core/
|
|
34795
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
34796
34796
|
icon: string;
|
|
34797
34797
|
toggled?: boolean | undefined;
|
|
34798
34798
|
onPress?: ((value: boolean) => void) | undefined;
|
|
34799
34799
|
defaultValue?: boolean | undefined;
|
|
34800
34800
|
disabled?: boolean | undefined;
|
|
34801
|
-
color?: import("
|
|
34802
|
-
colorSecondary?: import("
|
|
34803
|
-
borderColor?: import("
|
|
34801
|
+
color?: import("@draftbit/types").colorTypes | undefined;
|
|
34802
|
+
colorSecondary?: import("@draftbit/types").colorTypes | undefined;
|
|
34803
|
+
borderColor?: import("@draftbit/types").colorTypes | undefined;
|
|
34804
34804
|
iconSize?: number | undefined;
|
|
34805
34805
|
width?: number | undefined;
|
|
34806
34806
|
height?: number | undefined;
|
|
@@ -34831,7 +34831,7 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
34831
34831
|
placeholder: string;
|
|
34832
34832
|
disabled: string;
|
|
34833
34833
|
};
|
|
34834
|
-
fonts: import("
|
|
34834
|
+
fonts: import("@draftbit/types").Fonts;
|
|
34835
34835
|
typography: {
|
|
34836
34836
|
headline1: {
|
|
34837
34837
|
fontSize: number;
|
|
@@ -36304,12 +36304,12 @@ export declare const ToggleButton: (props: import("utility-types").Subtract<impo
|
|
|
36304
36304
|
};
|
|
36305
36305
|
};
|
|
36306
36306
|
};
|
|
36307
|
-
} & import("packages/core/
|
|
36307
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
36308
36308
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
36309
36309
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
36310
|
-
export declare const Slider: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/
|
|
36310
|
+
export declare const Slider: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("packages/core/src/components/Slider").Props, "theme"> & {
|
|
36311
36311
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
36312
|
-
}, import("packages/core/
|
|
36312
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("packages/core/src/components/Slider").Props, "theme"> & {
|
|
36313
36313
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
36314
36314
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
36315
36315
|
export declare const AccordionGroup: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
@@ -36349,7 +36349,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
36349
36349
|
placeholder: string;
|
|
36350
36350
|
disabled: string;
|
|
36351
36351
|
};
|
|
36352
|
-
fonts: import("
|
|
36352
|
+
fonts: import("@draftbit/types").Fonts;
|
|
36353
36353
|
typography: {
|
|
36354
36354
|
headline1: {
|
|
36355
36355
|
fontSize: number;
|
|
@@ -37822,9 +37822,9 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
37822
37822
|
};
|
|
37823
37823
|
};
|
|
37824
37824
|
};
|
|
37825
|
-
} & import("packages/core/
|
|
37825
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
37826
37826
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
37827
|
-
}, import("packages/core/
|
|
37827
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
37828
37828
|
label?: string | undefined;
|
|
37829
37829
|
expanded?: boolean | undefined;
|
|
37830
37830
|
openColor?: string | undefined;
|
|
@@ -37861,7 +37861,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
37861
37861
|
placeholder: string;
|
|
37862
37862
|
disabled: string;
|
|
37863
37863
|
};
|
|
37864
|
-
fonts: import("
|
|
37864
|
+
fonts: import("@draftbit/types").Fonts;
|
|
37865
37865
|
typography: {
|
|
37866
37866
|
headline1: {
|
|
37867
37867
|
fontSize: number;
|
|
@@ -39334,7 +39334,7 @@ export declare const AccordionGroup: (props: import("utility-types").Subtract<im
|
|
|
39334
39334
|
};
|
|
39335
39335
|
};
|
|
39336
39336
|
};
|
|
39337
|
-
} & import("packages/core/
|
|
39337
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
39338
39338
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
39339
39339
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
39340
39340
|
export declare const AccordionItem: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<{
|
|
@@ -39368,7 +39368,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
39368
39368
|
placeholder: string;
|
|
39369
39369
|
disabled: string;
|
|
39370
39370
|
};
|
|
39371
|
-
fonts: import("
|
|
39371
|
+
fonts: import("@draftbit/types").Fonts;
|
|
39372
39372
|
typography: {
|
|
39373
39373
|
headline1: {
|
|
39374
39374
|
fontSize: number;
|
|
@@ -40841,9 +40841,9 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
40841
40841
|
};
|
|
40842
40842
|
};
|
|
40843
40843
|
};
|
|
40844
|
-
} & import("packages/core/
|
|
40844
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
40845
40845
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
40846
|
-
}, import("packages/core/
|
|
40846
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<{
|
|
40847
40847
|
icon?: string | undefined;
|
|
40848
40848
|
label: string;
|
|
40849
40849
|
iconColor?: string | undefined;
|
|
@@ -40874,7 +40874,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
40874
40874
|
placeholder: string;
|
|
40875
40875
|
disabled: string;
|
|
40876
40876
|
};
|
|
40877
|
-
fonts: import("
|
|
40877
|
+
fonts: import("@draftbit/types").Fonts;
|
|
40878
40878
|
typography: {
|
|
40879
40879
|
headline1: {
|
|
40880
40880
|
fontSize: number;
|
|
@@ -42347,7 +42347,7 @@ export declare const AccordionItem: (props: import("utility-types").Subtract<imp
|
|
|
42347
42347
|
};
|
|
42348
42348
|
};
|
|
42349
42349
|
};
|
|
42350
|
-
} & import("packages/core/
|
|
42350
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot, "theme"> & {
|
|
42351
42351
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
42352
42352
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
42353
42353
|
export declare const TabView: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
@@ -42389,7 +42389,7 @@ export declare const TabView: (props: import("utility-types").Subtract<import("@
|
|
|
42389
42389
|
placeholder: string;
|
|
42390
42390
|
disabled: string;
|
|
42391
42391
|
};
|
|
42392
|
-
fonts: import("
|
|
42392
|
+
fonts: import("@draftbit/types").Fonts;
|
|
42393
42393
|
typography: {
|
|
42394
42394
|
headline1: {
|
|
42395
42395
|
fontSize: number;
|
|
@@ -43862,9 +43862,9 @@ export declare const TabView: (props: import("utility-types").Subtract<import("@
|
|
|
43862
43862
|
};
|
|
43863
43863
|
};
|
|
43864
43864
|
};
|
|
43865
|
-
} & import("packages/core/
|
|
43865
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
43866
43866
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
43867
|
-
}, import("packages/core/
|
|
43867
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<{
|
|
43868
43868
|
onIndexChanged?: ((index: number) => void) | undefined;
|
|
43869
43869
|
onEndReached?: (() => void) | undefined;
|
|
43870
43870
|
tabBarPosition?: ("top" | "bottom") | undefined;
|
|
@@ -43903,7 +43903,7 @@ export declare const TabView: (props: import("utility-types").Subtract<import("@
|
|
|
43903
43903
|
placeholder: string;
|
|
43904
43904
|
disabled: string;
|
|
43905
43905
|
};
|
|
43906
|
-
fonts: import("
|
|
43906
|
+
fonts: import("@draftbit/types").Fonts;
|
|
43907
43907
|
typography: {
|
|
43908
43908
|
headline1: {
|
|
43909
43909
|
fontSize: number;
|
|
@@ -45376,12 +45376,11 @@ export declare const TabView: (props: import("utility-types").Subtract<import("@
|
|
|
45376
45376
|
};
|
|
45377
45377
|
};
|
|
45378
45378
|
};
|
|
45379
|
-
} & import("packages/core/
|
|
45379
|
+
} & import("packages/core/src/interfaces/Icon").IconSlot>, "theme"> & {
|
|
45380
45380
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
45381
45381
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
45382
|
-
export declare const SwipeableView: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<import("packages/core/
|
|
45382
|
+
export declare const SwipeableView: (props: import("utility-types").Subtract<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<import("packages/core/src/components/SwipeableView/SwipeableView").SwipeableViewProps>, "theme"> & {
|
|
45383
45383
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
45384
|
-
}, import("packages/core/
|
|
45384
|
+
}, import("packages/core/src/interfaces/Icon").IconSlot>) => import("react").ReactElement<import("@draftbit/react-theme-provider").$Without<import("react").PropsWithChildren<import("packages/core/src/components/SwipeableView/SwipeableView").SwipeableViewProps>, "theme"> & {
|
|
45385
45385
|
theme?: import("@draftbit/react-theme-provider").$DeepPartial<any> | undefined;
|
|
45386
45386
|
}, string | import("react").JSXElementConstructor<any>>;
|
|
45387
|
-
//# sourceMappingURL=index.d.ts.map
|