@gv-tech/ui-native 2.21.0 → 2.22.0
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/dist/accordion.d.ts +13 -0
- package/dist/accordion.d.ts.map +1 -0
- package/dist/accordion.test.d.ts +2 -0
- package/dist/accordion.test.d.ts.map +1 -0
- package/dist/alert-dialog.d.ts +51 -0
- package/dist/alert-dialog.d.ts.map +1 -0
- package/dist/alert.d.ts +10 -0
- package/dist/alert.d.ts.map +1 -0
- package/dist/alert.test.d.ts +2 -0
- package/dist/alert.test.d.ts.map +1 -0
- package/dist/aspect-ratio.d.ts +4 -0
- package/dist/aspect-ratio.d.ts.map +1 -0
- package/dist/avatar.d.ts +10 -0
- package/dist/avatar.d.ts.map +1 -0
- package/dist/avatar.test.d.ts +2 -0
- package/dist/avatar.test.d.ts.map +1 -0
- package/dist/badge.d.ts +12 -0
- package/dist/badge.d.ts.map +1 -0
- package/dist/badge.test.d.ts +2 -0
- package/dist/badge.test.d.ts.map +1 -0
- package/dist/breadcrumb.d.ts +24 -0
- package/dist/breadcrumb.d.ts.map +1 -0
- package/dist/button.d.ts +14 -0
- package/dist/button.d.ts.map +1 -0
- package/dist/button.test.d.ts +2 -0
- package/dist/button.test.d.ts.map +1 -0
- package/dist/calendar.d.ts +4 -0
- package/dist/calendar.d.ts.map +1 -0
- package/dist/card.d.ts +13 -0
- package/dist/card.d.ts.map +1 -0
- package/dist/card.test.d.ts +2 -0
- package/dist/card.test.d.ts.map +1 -0
- package/dist/carousel.d.ts +8 -0
- package/dist/carousel.d.ts.map +1 -0
- package/dist/chart.d.ts +13 -0
- package/dist/chart.d.ts.map +1 -0
- package/dist/checkbox.d.ts +15 -0
- package/dist/checkbox.d.ts.map +1 -0
- package/dist/checkbox.test.d.ts +2 -0
- package/dist/checkbox.test.d.ts.map +1 -0
- package/dist/collapsible.d.ts +8 -0
- package/dist/collapsible.d.ts.map +1 -0
- package/dist/collapsible.test.d.ts +2 -0
- package/dist/collapsible.test.d.ts.map +1 -0
- package/dist/command.d.ts +14 -0
- package/dist/command.d.ts.map +1 -0
- package/dist/context-menu.d.ts +61 -0
- package/dist/context-menu.d.ts.map +1 -0
- package/dist/dialog.d.ts +61 -0
- package/dist/dialog.d.ts.map +1 -0
- package/dist/dialog.test.d.ts +2 -0
- package/dist/dialog.test.d.ts.map +1 -0
- package/dist/drawer.d.ts +31 -0
- package/dist/drawer.d.ts.map +1 -0
- package/dist/dropdown-menu.d.ts +60 -0
- package/dist/dropdown-menu.d.ts.map +1 -0
- package/dist/form.d.ts +2 -0
- package/dist/form.d.ts.map +1 -0
- package/dist/hooks/use-toast.d.ts +46 -0
- package/dist/hooks/use-toast.d.ts.map +1 -0
- package/dist/hover-card.d.ts +23 -0
- package/dist/hover-card.d.ts.map +1 -0
- package/dist/index.d.ts +67 -1199
- package/dist/index.d.ts.map +1 -0
- package/dist/input.d.ts +8 -0
- package/dist/input.d.ts.map +1 -0
- package/dist/input.test.d.ts +2 -0
- package/dist/input.test.d.ts.map +1 -0
- package/dist/label.d.ts +9 -0
- package/dist/label.d.ts.map +1 -0
- package/dist/label.test.d.ts +2 -0
- package/dist/label.test.d.ts.map +1 -0
- package/dist/lib/render-native.d.ts +4 -0
- package/dist/lib/render-native.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +4 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/menubar.d.ts +53 -0
- package/dist/menubar.d.ts.map +1 -0
- package/dist/navigation-menu.d.ts +14 -0
- package/dist/navigation-menu.d.ts.map +1 -0
- package/dist/pagination.d.ts +33 -0
- package/dist/pagination.d.ts.map +1 -0
- package/dist/popover.d.ts +9 -0
- package/dist/popover.d.ts.map +1 -0
- package/dist/popover.test.d.ts +2 -0
- package/dist/popover.test.d.ts.map +1 -0
- package/dist/progress.d.ts +6 -0
- package/dist/progress.d.ts.map +1 -0
- package/dist/progress.test.d.ts +2 -0
- package/dist/progress.test.d.ts.map +1 -0
- package/dist/radio-group.d.ts +11 -0
- package/dist/radio-group.d.ts.map +1 -0
- package/dist/radio-group.test.d.ts +2 -0
- package/dist/radio-group.test.d.ts.map +1 -0
- package/dist/resizable.d.ts +6 -0
- package/dist/resizable.d.ts.map +1 -0
- package/dist/scroll-area.d.ts +6 -0
- package/dist/scroll-area.d.ts.map +1 -0
- package/dist/scroll-to-top.d.ts +29 -0
- package/dist/scroll-to-top.d.ts.map +1 -0
- package/dist/search.d.ts +3 -0
- package/dist/search.d.ts.map +1 -0
- package/dist/search.test.d.ts +2 -0
- package/dist/search.test.d.ts.map +1 -0
- package/dist/select.d.ts +66 -0
- package/dist/select.d.ts.map +1 -0
- package/dist/select.test.d.ts +2 -0
- package/dist/select.test.d.ts.map +1 -0
- package/dist/separator.d.ts +9 -0
- package/dist/separator.d.ts.map +1 -0
- package/dist/separator.test.d.ts +2 -0
- package/dist/separator.test.d.ts.map +1 -0
- package/dist/sheet.d.ts +59 -0
- package/dist/sheet.d.ts.map +1 -0
- package/dist/sheet.test.d.ts +2 -0
- package/dist/sheet.test.d.ts.map +1 -0
- package/dist/skeleton.d.ts +5 -0
- package/dist/skeleton.d.ts.map +1 -0
- package/dist/skeleton.test.d.ts +2 -0
- package/dist/skeleton.test.d.ts.map +1 -0
- package/dist/slider.d.ts +4 -0
- package/dist/slider.d.ts.map +1 -0
- package/dist/sonner.d.ts +4 -0
- package/dist/sonner.d.ts.map +1 -0
- package/dist/support-fab.d.ts +18 -0
- package/dist/support-fab.d.ts.map +1 -0
- package/dist/switch.d.ts +8 -0
- package/dist/switch.d.ts.map +1 -0
- package/dist/switch.test.d.ts +2 -0
- package/dist/switch.test.d.ts.map +1 -0
- package/dist/table-of-contents.d.ts +47 -0
- package/dist/table-of-contents.d.ts.map +1 -0
- package/dist/table-of-contents.test.d.ts +2 -0
- package/dist/table-of-contents.test.d.ts.map +1 -0
- package/dist/table.d.ts +12 -0
- package/dist/table.d.ts.map +1 -0
- package/dist/table.test.d.ts +2 -0
- package/dist/table.test.d.ts.map +1 -0
- package/dist/tabs.d.ts +30 -0
- package/dist/tabs.d.ts.map +1 -0
- package/dist/tabs.test.d.ts +2 -0
- package/dist/tabs.test.d.ts.map +1 -0
- package/dist/text.d.ts +13 -0
- package/dist/text.d.ts.map +1 -0
- package/dist/text.test.d.ts +2 -0
- package/dist/text.test.d.ts.map +1 -0
- package/dist/textarea.d.ts +6 -0
- package/dist/textarea.d.ts.map +1 -0
- package/dist/textarea.test.d.ts +2 -0
- package/dist/textarea.test.d.ts.map +1 -0
- package/dist/theme-provider.d.ts +6 -0
- package/dist/theme-provider.d.ts.map +1 -0
- package/dist/theme-toggle.d.ts +4 -0
- package/dist/theme-toggle.d.ts.map +1 -0
- package/dist/theme-toggle.test.d.ts +2 -0
- package/dist/theme-toggle.test.d.ts.map +1 -0
- package/dist/toast.d.ts +35 -0
- package/dist/toast.d.ts.map +1 -0
- package/dist/toast.test.d.ts +2 -0
- package/dist/toast.test.d.ts.map +1 -0
- package/dist/toaster.d.ts +5 -0
- package/dist/toaster.d.ts.map +1 -0
- package/dist/toggle-group.d.ts +11 -0
- package/dist/toggle-group.d.ts.map +1 -0
- package/dist/toggle-group.test.d.ts +2 -0
- package/dist/toggle-group.test.d.ts.map +1 -0
- package/dist/toggle.d.ts +8 -0
- package/dist/toggle.d.ts.map +1 -0
- package/dist/toggle.test.d.ts +2 -0
- package/dist/toggle.test.d.ts.map +1 -0
- package/dist/tooltip.d.ts +30 -0
- package/dist/tooltip.d.ts.map +1 -0
- package/dist/tooltip.test.d.ts +2 -0
- package/dist/tooltip.test.d.ts.map +1 -0
- package/dist/ui-native.cjs +2 -2
- package/dist/ui-native.mjs +484 -434
- package/package.json +2 -1
- package/src/theme-provider.tsx +5 -2
- package/src/theme-toggle.tsx +87 -7
package/dist/index.d.ts
CHANGED
|
@@ -1,1199 +1,67 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
import { InputBaseProps } from '../../ui-core/src';
|
|
69
|
-
import { JSX } from 'react/jsx-runtime';
|
|
70
|
-
import { MenubarBaseProps } from '../../ui-core/src';
|
|
71
|
-
import { MenubarCheckboxItemBaseProps } from '../../ui-core/src';
|
|
72
|
-
import { MenubarContentBaseProps } from '../../ui-core/src';
|
|
73
|
-
import { MenubarItemBaseProps } from '../../ui-core/src';
|
|
74
|
-
import { MenubarLabelBaseProps } from '../../ui-core/src';
|
|
75
|
-
import * as MenubarPrimitive from '@rn-primitives/menubar';
|
|
76
|
-
import { MenubarRadioItemBaseProps } from '../../ui-core/src';
|
|
77
|
-
import { MenubarSeparatorBaseProps } from '../../ui-core/src';
|
|
78
|
-
import { MenubarShortcutBaseProps } from '../../ui-core/src';
|
|
79
|
-
import { MenubarSubContentBaseProps } from '../../ui-core/src';
|
|
80
|
-
import { MenubarSubTriggerBaseProps } from '../../ui-core/src';
|
|
81
|
-
import { MenubarTriggerBaseProps } from '../../ui-core/src';
|
|
82
|
-
import { NativeScrollEvent } from 'react-native';
|
|
83
|
-
import { NativeSyntheticEvent } from 'react-native';
|
|
84
|
-
import { NavigationMenuBaseProps } from '../../ui-core/src';
|
|
85
|
-
import { NavigationMenuContentBaseProps } from '../../ui-core/src';
|
|
86
|
-
import { NavigationMenuIndicatorBaseProps } from '../../ui-core/src';
|
|
87
|
-
import { NavigationMenuItemBaseProps } from '../../ui-core/src';
|
|
88
|
-
import { NavigationMenuLinkBaseProps } from '../../ui-core/src';
|
|
89
|
-
import { NavigationMenuListBaseProps } from '../../ui-core/src';
|
|
90
|
-
import { NavigationMenuTriggerBaseProps } from '../../ui-core/src';
|
|
91
|
-
import { NavigationMenuViewportBaseProps } from '../../ui-core/src';
|
|
92
|
-
import { Option as Option_2 } from '@rn-primitives/select';
|
|
93
|
-
import { PaginationBaseProps } from '../../ui-core/src';
|
|
94
|
-
import { PaginationContentBaseProps } from '../../ui-core/src';
|
|
95
|
-
import { PaginationEllipsisBaseProps } from '../../ui-core/src';
|
|
96
|
-
import { PaginationItemBaseProps } from '../../ui-core/src';
|
|
97
|
-
import { PaginationLinkBaseProps } from '../../ui-core/src';
|
|
98
|
-
import { PaginationNextBaseProps } from '../../ui-core/src';
|
|
99
|
-
import { PaginationPreviousBaseProps } from '../../ui-core/src';
|
|
100
|
-
import { PopoverAnchorBaseProps } from '../../ui-core/src';
|
|
101
|
-
import { PopoverBaseProps } from '../../ui-core/src';
|
|
102
|
-
import { PopoverContentBaseProps } from '../../ui-core/src';
|
|
103
|
-
import { PopoverTriggerBaseProps } from '../../ui-core/src';
|
|
104
|
-
import { PressableProps } from 'react-native';
|
|
105
|
-
import { ProgressBaseProps } from '../../ui-core/src';
|
|
106
|
-
import { RadioGroupBaseProps } from '../../ui-core/src';
|
|
107
|
-
import { RadioGroupItemBaseProps } from '../../ui-core/src';
|
|
108
|
-
import * as RadioGroupPrimitive from '@rn-primitives/radio-group';
|
|
109
|
-
import * as React_2 from 'react';
|
|
110
|
-
import { ResizableHandleBaseProps } from '../../ui-core/src';
|
|
111
|
-
import { ResizablePanelBaseProps } from '../../ui-core/src';
|
|
112
|
-
import { ResizablePanelGroupBaseProps } from '../../ui-core/src';
|
|
113
|
-
import { ScrollAreaBaseProps } from '../../ui-core/src';
|
|
114
|
-
import { ScrollToTopBaseProps } from '../../ui-core/src';
|
|
115
|
-
import { ScrollView } from 'react-native';
|
|
116
|
-
import { SelectContentBaseProps } from '../../ui-core/src';
|
|
117
|
-
import { SelectItemBaseProps } from '../../ui-core/src';
|
|
118
|
-
import { SelectLabelBaseProps } from '../../ui-core/src';
|
|
119
|
-
import * as SelectPrimitive from '@rn-primitives/select';
|
|
120
|
-
import { SelectScrollDownButtonBaseProps } from '../../ui-core/src';
|
|
121
|
-
import { SelectScrollUpButtonBaseProps } from '../../ui-core/src';
|
|
122
|
-
import { SelectSeparatorBaseProps } from '../../ui-core/src';
|
|
123
|
-
import { SelectTriggerBaseProps } from '../../ui-core/src';
|
|
124
|
-
import { SliderBaseProps } from '../../ui-core/src';
|
|
125
|
-
import { SonnerBaseProps } from '../../ui-core/src';
|
|
126
|
-
import { SwitchBaseProps } from '../../ui-core/src';
|
|
127
|
-
import * as SwitchPrimitive from '@rn-primitives/switch';
|
|
128
|
-
import { TableOfContentsContentBaseProps } from '../../ui-core/src';
|
|
129
|
-
import { TableOfContentsRootBaseProps } from '../../ui-core/src';
|
|
130
|
-
import { TabsBaseProps } from '../../ui-core/src';
|
|
131
|
-
import { TabsContentBaseProps } from '../../ui-core/src';
|
|
132
|
-
import { TabsListBaseProps } from '../../ui-core/src';
|
|
133
|
-
import * as TabsPrimitive from '@rn-primitives/tabs';
|
|
134
|
-
import { TabsTriggerBaseProps } from '../../ui-core/src';
|
|
135
|
-
import { Text as Text_3 } from 'react-native';
|
|
136
|
-
import { TextBaseProps } from '../../ui-core/src';
|
|
137
|
-
import { TextInput } from 'react-native';
|
|
138
|
-
import { TextInputProps } from 'react-native';
|
|
139
|
-
import { TextProps as TextProps_2 } from 'react-native';
|
|
140
|
-
import { ToasterBaseProps } from '../../ui-core/src';
|
|
141
|
-
import { ToggleBaseProps } from '../../ui-core/src';
|
|
142
|
-
import { ToggleGroupBaseProps } from '../../ui-core/src';
|
|
143
|
-
import { ToggleGroupItemBaseProps } from '../../ui-core/src';
|
|
144
|
-
import * as ToggleGroupPrimitive from '@rn-primitives/toggle-group';
|
|
145
|
-
import * as TogglePrimitive from '@rn-primitives/toggle';
|
|
146
|
-
import { toggleVariants } from '../../ui-core/src';
|
|
147
|
-
import * as TooltipPrimitive from '@rn-primitives/tooltip';
|
|
148
|
-
import { TriggerRef } from '@rn-primitives/context-menu';
|
|
149
|
-
import { TriggerRef as TriggerRef_2 } from '@rn-primitives/dropdown-menu';
|
|
150
|
-
import { TriggerRef as TriggerRef_3 } from '@rn-primitives/hover-card';
|
|
151
|
-
import { TriggerRef as TriggerRef_4 } from '@rn-primitives/select';
|
|
152
|
-
import { TriggerRef as TriggerRef_5 } from '@rn-primitives/tooltip';
|
|
153
|
-
import { VariantProps } from 'class-variance-authority';
|
|
154
|
-
import { View } from 'react-native';
|
|
155
|
-
import { ViewProps } from 'react-native';
|
|
156
|
-
import { ViewStyle } from 'react-native';
|
|
157
|
-
|
|
158
|
-
export declare const Accordion: React_2.ForwardRefExoticComponent<AccordionProps & React_2.RefAttributes<React_2.ElementRef<typeof AccordionPrimitive.Root>>>;
|
|
159
|
-
|
|
160
|
-
export declare const AccordionContent: React_2.ForwardRefExoticComponent<AccordionContentProps & React_2.RefAttributes<React_2.ElementRef<typeof AccordionPrimitive.Content>>>;
|
|
161
|
-
|
|
162
|
-
declare type AccordionContentProps = React_2.ComponentPropsWithoutRef<typeof AccordionPrimitive.Content>;
|
|
163
|
-
|
|
164
|
-
export declare const AccordionItem: React_2.ForwardRefExoticComponent<AccordionItemProps & React_2.RefAttributes<React_2.ElementRef<typeof AccordionPrimitive.Item>>>;
|
|
165
|
-
|
|
166
|
-
declare type AccordionItemProps = React_2.ComponentPropsWithoutRef<typeof AccordionPrimitive.Item>;
|
|
167
|
-
|
|
168
|
-
declare type AccordionProps = React_2.ComponentPropsWithoutRef<typeof AccordionPrimitive.Root>;
|
|
169
|
-
|
|
170
|
-
export declare const AccordionTrigger: React_2.ForwardRefExoticComponent<AccordionTriggerProps & React_2.RefAttributes<React_2.ElementRef<typeof AccordionPrimitive.Trigger>>>;
|
|
171
|
-
|
|
172
|
-
declare type AccordionTriggerProps = React_2.ComponentPropsWithoutRef<typeof AccordionPrimitive.Trigger>;
|
|
173
|
-
|
|
174
|
-
export declare const Alert: React_2.ForwardRefExoticComponent<ViewProps & VariantProps<(props?: ({
|
|
175
|
-
variant?: "default" | "destructive" | "warning" | "info" | null | undefined;
|
|
176
|
-
} & ClassProp) | undefined) => string> & React_2.RefAttributes<View>>;
|
|
177
|
-
|
|
178
|
-
export declare const AlertDescription: React_2.ForwardRefExoticComponent<TextProps_2 & React_2.RefAttributes<Text_3>>;
|
|
179
|
-
|
|
180
|
-
export declare const AlertDialog: {
|
|
181
|
-
({ asChild, open: openProp, defaultOpen, onOpenChange: onOpenChangeProp, ref, ...viewProps }: {
|
|
182
|
-
open?: boolean;
|
|
183
|
-
onOpenChange?: (value: boolean) => void;
|
|
184
|
-
defaultOpen?: boolean;
|
|
185
|
-
} & ViewProps & {
|
|
186
|
-
asChild?: boolean;
|
|
187
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
188
|
-
displayName: string;
|
|
189
|
-
};
|
|
190
|
-
|
|
191
|
-
export declare const AlertDialogAction: React_2.ForwardRefExoticComponent<AlertDialogActionProps & React_2.RefAttributes<React_2.ElementRef<typeof AlertDialogPrimitive.Action>>>;
|
|
192
|
-
|
|
193
|
-
declare type AlertDialogActionProps = React_2.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Action>;
|
|
194
|
-
|
|
195
|
-
export declare const AlertDialogCancel: React_2.ForwardRefExoticComponent<AlertDialogCancelProps & React_2.RefAttributes<React_2.ElementRef<typeof AlertDialogPrimitive.Cancel>>>;
|
|
196
|
-
|
|
197
|
-
declare type AlertDialogCancelProps = React_2.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Cancel>;
|
|
198
|
-
|
|
199
|
-
export declare const AlertDialogContent: React_2.ForwardRefExoticComponent<AlertDialogContentProps & React_2.RefAttributes<React_2.ElementRef<typeof AlertDialogPrimitive.Content>>>;
|
|
200
|
-
|
|
201
|
-
declare type AlertDialogContentProps = React_2.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Content> & {
|
|
202
|
-
portalHost?: string;
|
|
203
|
-
overlayClassName?: string;
|
|
204
|
-
overlayStyle?: ViewStyle;
|
|
205
|
-
};
|
|
206
|
-
|
|
207
|
-
export declare const AlertDialogDescription: React_2.ForwardRefExoticComponent<AlertDialogDescriptionProps & React_2.RefAttributes<React_2.ElementRef<typeof AlertDialogPrimitive.Description>>>;
|
|
208
|
-
|
|
209
|
-
declare type AlertDialogDescriptionProps = React_2.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Description>;
|
|
210
|
-
|
|
211
|
-
export declare const AlertDialogFooter: {
|
|
212
|
-
({ className, ...props }: React_2.ComponentPropsWithoutRef<typeof View>): JSX.Element;
|
|
213
|
-
displayName: string;
|
|
214
|
-
};
|
|
215
|
-
|
|
216
|
-
export declare const AlertDialogHeader: {
|
|
217
|
-
({ className, ...props }: React_2.ComponentPropsWithoutRef<typeof View>): JSX.Element;
|
|
218
|
-
displayName: string;
|
|
219
|
-
};
|
|
220
|
-
|
|
221
|
-
export declare const AlertDialogOverlay: React_2.ForwardRefExoticComponent<AlertDialogOverlayProps & React_2.RefAttributes<React_2.ElementRef<typeof AlertDialogPrimitive.Overlay>>>;
|
|
222
|
-
|
|
223
|
-
declare type AlertDialogOverlayProps = React_2.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Overlay>;
|
|
224
|
-
|
|
225
|
-
export declare const AlertDialogPortal: typeof AlertDialogPrimitive.Portal;
|
|
226
|
-
|
|
227
|
-
export declare const AlertDialogTitle: React_2.ForwardRefExoticComponent<AlertDialogTitleProps & React_2.RefAttributes<React_2.ElementRef<typeof AlertDialogPrimitive.Title>>>;
|
|
228
|
-
|
|
229
|
-
declare type AlertDialogTitleProps = React_2.ComponentPropsWithoutRef<typeof AlertDialogPrimitive.Title>;
|
|
230
|
-
|
|
231
|
-
export declare const AlertDialogTrigger: {
|
|
232
|
-
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
233
|
-
asChild?: boolean;
|
|
234
|
-
} & {
|
|
235
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
236
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
237
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
238
|
-
displayName: string;
|
|
239
|
-
};
|
|
240
|
-
|
|
241
|
-
export declare const AlertTitle: React_2.ForwardRefExoticComponent<TextProps_2 & React_2.RefAttributes<Text_3>>;
|
|
242
|
-
|
|
243
|
-
export declare const AspectRatio: React_2.FC<AspectRatioBaseProps>;
|
|
244
|
-
|
|
245
|
-
export declare const Avatar: React_2.ForwardRefExoticComponent<AvatarProps & React_2.RefAttributes<React_2.ElementRef<typeof AvatarPrimitive.Root>>>;
|
|
246
|
-
|
|
247
|
-
export declare const AvatarFallback: React_2.ForwardRefExoticComponent<AvatarFallbackProps & React_2.RefAttributes<React_2.ElementRef<typeof AvatarPrimitive.Fallback>>>;
|
|
248
|
-
|
|
249
|
-
declare type AvatarFallbackProps = React_2.ComponentPropsWithoutRef<typeof AvatarPrimitive.Fallback>;
|
|
250
|
-
|
|
251
|
-
export declare const AvatarImage: React_2.ForwardRefExoticComponent<AvatarImageProps & React_2.RefAttributes<React_2.ElementRef<typeof AvatarPrimitive.Image>>>;
|
|
252
|
-
|
|
253
|
-
declare type AvatarImageProps = React_2.ComponentPropsWithoutRef<typeof AvatarPrimitive.Image>;
|
|
254
|
-
|
|
255
|
-
declare type AvatarProps = React_2.ComponentPropsWithoutRef<typeof AvatarPrimitive.Root>;
|
|
256
|
-
|
|
257
|
-
export declare function Badge({ className, textClassName, variant, children, ...props }: BadgeProps): JSX.Element;
|
|
258
|
-
|
|
259
|
-
declare interface BadgeProps extends React_2.ComponentPropsWithoutRef<typeof View>, VariantProps<typeof badgeVariants> {
|
|
260
|
-
textClassName?: string;
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
export declare const badgeVariants: (props?: ({
|
|
264
|
-
variant?: "default" | "destructive" | "secondary" | "outline" | null | undefined;
|
|
265
|
-
} & ClassProp) | undefined) => string;
|
|
266
|
-
|
|
267
|
-
export declare const Breadcrumb: React_2.ForwardRefExoticComponent<BreadcrumbBaseProps & {
|
|
268
|
-
separator?: React_2.ReactNode;
|
|
269
|
-
} & React_2.RefAttributes<View>>;
|
|
270
|
-
|
|
271
|
-
export declare const BreadcrumbEllipsis: {
|
|
272
|
-
({ className, children, ...props }: BreadcrumbEllipsisBaseProps): JSX.Element;
|
|
273
|
-
displayName: string;
|
|
274
|
-
};
|
|
275
|
-
|
|
276
|
-
export declare const BreadcrumbItem: React_2.ForwardRefExoticComponent<BreadcrumbItemBaseProps & React_2.RefAttributes<View>>;
|
|
277
|
-
|
|
278
|
-
export declare const BreadcrumbLink: React_2.ForwardRefExoticComponent<BreadcrumbLinkBaseProps & {
|
|
279
|
-
onPress?: () => void;
|
|
280
|
-
} & React_2.RefAttributes<View>>;
|
|
281
|
-
|
|
282
|
-
export declare const BreadcrumbList: React_2.ForwardRefExoticComponent<BreadcrumbListBaseProps & React_2.RefAttributes<View>>;
|
|
283
|
-
|
|
284
|
-
export declare const BreadcrumbPage: React_2.ForwardRefExoticComponent<BreadcrumbPageBaseProps & React_2.RefAttributes<View>>;
|
|
285
|
-
|
|
286
|
-
export declare const BreadcrumbSeparator: {
|
|
287
|
-
({ children, className, ...props }: BreadcrumbSeparatorBaseProps): JSX.Element;
|
|
288
|
-
displayName: string;
|
|
289
|
-
};
|
|
290
|
-
|
|
291
|
-
export declare const Button: React_2.ForwardRefExoticComponent<ButtonProps & React_2.RefAttributes<View>>;
|
|
292
|
-
|
|
293
|
-
export declare interface ButtonProps extends VariantProps<typeof buttonVariants>, ButtonBaseProps {
|
|
294
|
-
onPress?: () => void;
|
|
295
|
-
}
|
|
296
|
-
|
|
297
|
-
export declare const buttonVariants: (props?: ({
|
|
298
|
-
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
299
|
-
size?: "default" | "sm" | "lg" | "icon" | null | undefined;
|
|
300
|
-
} & ClassProp) | undefined) => string;
|
|
301
|
-
|
|
302
|
-
export declare const Calendar: React_2.FC<CalendarBaseProps>;
|
|
303
|
-
|
|
304
|
-
export declare const Card: React_2.ForwardRefExoticComponent<CardProps & React_2.RefAttributes<View>>;
|
|
305
|
-
|
|
306
|
-
export declare const CardContent: React_2.ForwardRefExoticComponent<ViewProps & React_2.RefAttributes<View>>;
|
|
307
|
-
|
|
308
|
-
export declare const CardDescription: React_2.ForwardRefExoticComponent<TextProps_2 & React_2.RefAttributes<Text_3>>;
|
|
309
|
-
|
|
310
|
-
export declare const CardFooter: React_2.ForwardRefExoticComponent<ViewProps & React_2.RefAttributes<View>>;
|
|
311
|
-
|
|
312
|
-
export declare const CardHeader: React_2.ForwardRefExoticComponent<ViewProps & React_2.RefAttributes<View>>;
|
|
313
|
-
|
|
314
|
-
export declare interface CardProps extends React_2.ComponentPropsWithoutRef<typeof View>, CardBaseProps {
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
export declare const CardTitle: React_2.ForwardRefExoticComponent<TextProps_2 & React_2.RefAttributes<Text_3>>;
|
|
318
|
-
|
|
319
|
-
export declare const Carousel: React_2.FC<CarouselBaseProps>;
|
|
320
|
-
|
|
321
|
-
export declare const CarouselContent: React_2.FC<CarouselContentBaseProps>;
|
|
322
|
-
|
|
323
|
-
export declare const CarouselItem: React_2.FC<CarouselItemBaseProps>;
|
|
324
|
-
|
|
325
|
-
export declare const CarouselNext: React_2.FC<CarouselNextBaseProps>;
|
|
326
|
-
|
|
327
|
-
export declare const CarouselPrevious: React_2.FC<CarouselPreviousBaseProps>;
|
|
328
|
-
|
|
329
|
-
export declare const ChartContainer: React_2.FC<ChartContainerBaseProps>;
|
|
330
|
-
|
|
331
|
-
export declare const ChartLegend: React_2.FC<{
|
|
332
|
-
children?: React_2.ReactNode;
|
|
333
|
-
}>;
|
|
334
|
-
|
|
335
|
-
export declare const ChartLegendContent: React_2.FC<ChartLegendContentBaseProps>;
|
|
336
|
-
|
|
337
|
-
export declare const ChartStyle: React_2.FC;
|
|
338
|
-
|
|
339
|
-
export declare const ChartTooltip: React_2.FC<{
|
|
340
|
-
children?: React_2.ReactNode;
|
|
341
|
-
}>;
|
|
342
|
-
|
|
343
|
-
export declare const ChartTooltipContent: React_2.FC<ChartTooltipContentBaseProps>;
|
|
344
|
-
|
|
345
|
-
export declare const Checkbox: React_2.ForwardRefExoticComponent<Omit<Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
346
|
-
asChild?: boolean;
|
|
347
|
-
} & {
|
|
348
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
349
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
350
|
-
} & {
|
|
351
|
-
checked: boolean;
|
|
352
|
-
onCheckedChange: (checked: boolean) => void;
|
|
353
|
-
disabled?: boolean;
|
|
354
|
-
} & React_2.RefAttributes<View>, "ref"> & React_2.RefAttributes<View>>;
|
|
355
|
-
|
|
356
|
-
export declare type CheckboxProps = React_2.ComponentPropsWithoutRef<typeof CheckboxPrimitive.Root>;
|
|
357
|
-
|
|
358
|
-
export declare function cn(...inputs: ClassValue[]): string;
|
|
359
|
-
|
|
360
|
-
export declare const Collapsible: typeof CollapsiblePrimitive.Root;
|
|
361
|
-
|
|
362
|
-
export declare const CollapsibleContent: typeof CollapsiblePrimitive.Content;
|
|
363
|
-
|
|
364
|
-
export declare const CollapsibleTrigger: typeof CollapsiblePrimitive.Trigger;
|
|
365
|
-
|
|
366
|
-
export declare const Command: React_2.FC<CommandBaseProps>;
|
|
367
|
-
|
|
368
|
-
export declare const CommandDialog: React_2.FC<{
|
|
369
|
-
children?: React_2.ReactNode;
|
|
370
|
-
}>;
|
|
371
|
-
|
|
372
|
-
export declare const CommandEmpty: React_2.FC<CommandEmptyBaseProps>;
|
|
373
|
-
|
|
374
|
-
export declare const CommandGroup: React_2.FC<CommandGroupBaseProps>;
|
|
375
|
-
|
|
376
|
-
export declare const CommandInput: React_2.FC<CommandInputBaseProps>;
|
|
377
|
-
|
|
378
|
-
export declare const CommandItem: React_2.FC<CommandItemBaseProps>;
|
|
379
|
-
|
|
380
|
-
export declare const CommandList: React_2.FC<CommandListBaseProps>;
|
|
381
|
-
|
|
382
|
-
export declare const CommandSeparator: React_2.FC<CommandSeparatorBaseProps>;
|
|
383
|
-
|
|
384
|
-
export declare const CommandShortcut: React_2.FC<CommandShortcutBaseProps>;
|
|
385
|
-
|
|
386
|
-
export declare const ContextMenu: {
|
|
387
|
-
({ asChild, relativeTo, onOpenChange: onOpenChangeProp, ref, ...viewProps }: ViewProps & {
|
|
388
|
-
asChild?: boolean;
|
|
389
|
-
} & {
|
|
390
|
-
onOpenChange?: (open: boolean) => void;
|
|
391
|
-
relativeTo?: "longPress" | "trigger";
|
|
392
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
393
|
-
displayName: string;
|
|
394
|
-
};
|
|
395
|
-
|
|
396
|
-
export declare const ContextMenuCheckboxItem: React_2.ForwardRefExoticComponent<ContextMenuCheckboxItemBaseProps & React_2.RefAttributes<View>>;
|
|
397
|
-
|
|
398
|
-
export declare const ContextMenuContent: React_2.ForwardRefExoticComponent<ContextMenuContentBaseProps & React_2.RefAttributes<View>>;
|
|
399
|
-
|
|
400
|
-
export declare const ContextMenuGroup: {
|
|
401
|
-
({ asChild, ref, ...props }: ViewProps & {
|
|
402
|
-
asChild?: boolean;
|
|
403
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
404
|
-
displayName: string;
|
|
405
|
-
};
|
|
406
|
-
|
|
407
|
-
export declare const ContextMenuItem: React_2.ForwardRefExoticComponent<ContextMenuItemBaseProps & React_2.RefAttributes<View>>;
|
|
408
|
-
|
|
409
|
-
export declare const ContextMenuLabel: React_2.ForwardRefExoticComponent<ContextMenuLabelBaseProps & React_2.RefAttributes<Text_3>>;
|
|
410
|
-
|
|
411
|
-
export declare const ContextMenuPortal: typeof ContextMenuPrimitive.Portal;
|
|
412
|
-
|
|
413
|
-
export declare const ContextMenuRadioGroup: {
|
|
414
|
-
({ asChild, value, onValueChange, ref, ...props }: ViewProps & {
|
|
415
|
-
asChild?: boolean;
|
|
416
|
-
} & {
|
|
417
|
-
value: string | undefined;
|
|
418
|
-
onValueChange: (value: string) => void;
|
|
419
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
420
|
-
displayName: string;
|
|
421
|
-
};
|
|
422
|
-
|
|
423
|
-
export declare const ContextMenuRadioItem: React_2.ForwardRefExoticComponent<ContextMenuRadioItemBaseProps & React_2.RefAttributes<View>>;
|
|
424
|
-
|
|
425
|
-
export declare const ContextMenuSeparator: React_2.ForwardRefExoticComponent<ContextMenuSeparatorBaseProps & React_2.RefAttributes<View>>;
|
|
426
|
-
|
|
427
|
-
export declare const ContextMenuShortcut: {
|
|
428
|
-
({ className, children, ...props }: ContextMenuShortcutBaseProps): JSX.Element;
|
|
429
|
-
displayName: string;
|
|
430
|
-
};
|
|
431
|
-
|
|
432
|
-
export declare const ContextMenuSub: {
|
|
433
|
-
({ asChild, defaultOpen, open: openProp, onOpenChange: onOpenChangeProp, ref, ...props }: ViewProps & {
|
|
434
|
-
asChild?: boolean;
|
|
435
|
-
} & {
|
|
436
|
-
defaultOpen?: boolean;
|
|
437
|
-
open?: boolean;
|
|
438
|
-
onOpenChange?: (value: boolean) => void;
|
|
439
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
440
|
-
displayName: string;
|
|
441
|
-
};
|
|
442
|
-
|
|
443
|
-
export declare const ContextMenuSubContent: React_2.ForwardRefExoticComponent<ContextMenuSubContentBaseProps & React_2.RefAttributes<View>>;
|
|
444
|
-
|
|
445
|
-
export declare const ContextMenuSubTrigger: React_2.ForwardRefExoticComponent<ContextMenuSubTriggerBaseProps & React_2.RefAttributes<View>>;
|
|
446
|
-
|
|
447
|
-
export declare const ContextMenuTrigger: {
|
|
448
|
-
({ asChild, onLongPress: onLongPressProp, disabled, onAccessibilityAction: onAccessibilityActionProp, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
449
|
-
asChild?: boolean;
|
|
450
|
-
} & {
|
|
451
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
452
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
453
|
-
} & React_2.RefAttributes<TriggerRef>): React_2.JSX.Element;
|
|
454
|
-
displayName: string;
|
|
455
|
-
};
|
|
456
|
-
|
|
457
|
-
export declare const Dialog: {
|
|
458
|
-
({ asChild, open: openProp, defaultOpen, onOpenChange: onOpenChangeProp, ref, ...viewProps }: ViewProps & {
|
|
459
|
-
asChild?: boolean;
|
|
460
|
-
} & {
|
|
461
|
-
open?: boolean;
|
|
462
|
-
defaultOpen?: boolean;
|
|
463
|
-
onOpenChange?: (value: boolean) => void;
|
|
464
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
465
|
-
displayName: string;
|
|
466
|
-
};
|
|
467
|
-
|
|
468
|
-
export declare const DialogClose: {
|
|
469
|
-
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
470
|
-
asChild?: boolean;
|
|
471
|
-
} & {
|
|
472
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
473
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
474
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
475
|
-
displayName: string;
|
|
476
|
-
};
|
|
477
|
-
|
|
478
|
-
export declare const DialogContent: React_2.ForwardRefExoticComponent<DialogContentProps & React_2.RefAttributes<DialogContentRef>>;
|
|
479
|
-
|
|
480
|
-
declare interface DialogContentProps extends React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Content>, DialogContentBaseProps {
|
|
481
|
-
portalHost?: string;
|
|
482
|
-
overlayClassName?: string;
|
|
483
|
-
overlayStyle?: ViewStyle;
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
declare type DialogContentRef = React_2.ElementRef<typeof DialogPrimitive.Content>;
|
|
487
|
-
|
|
488
|
-
export declare const DialogDescription: React_2.ForwardRefExoticComponent<DialogDescriptionProps & React_2.RefAttributes<DialogDescriptionRef>>;
|
|
489
|
-
|
|
490
|
-
declare type DialogDescriptionProps = React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Description>;
|
|
491
|
-
|
|
492
|
-
declare type DialogDescriptionRef = React_2.ElementRef<typeof DialogPrimitive.Description>;
|
|
493
|
-
|
|
494
|
-
export declare const DialogFooter: {
|
|
495
|
-
({ className, ...props }: React_2.ComponentPropsWithoutRef<typeof View>): JSX.Element;
|
|
496
|
-
displayName: string;
|
|
497
|
-
};
|
|
498
|
-
|
|
499
|
-
export declare const DialogHeader: {
|
|
500
|
-
({ className, ...props }: React_2.ComponentPropsWithoutRef<typeof View>): JSX.Element;
|
|
501
|
-
displayName: string;
|
|
502
|
-
};
|
|
503
|
-
|
|
504
|
-
export declare interface DialogProps extends React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Root>, DialogBaseProps {
|
|
505
|
-
}
|
|
506
|
-
|
|
507
|
-
export declare const DialogTitle: React_2.ForwardRefExoticComponent<DialogTitleProps & React_2.RefAttributes<DialogTitleRef>>;
|
|
508
|
-
|
|
509
|
-
declare type DialogTitleProps = React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Title>;
|
|
510
|
-
|
|
511
|
-
declare type DialogTitleRef = React_2.ElementRef<typeof DialogPrimitive.Title>;
|
|
512
|
-
|
|
513
|
-
export declare const DialogTrigger: {
|
|
514
|
-
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
515
|
-
asChild?: boolean;
|
|
516
|
-
} & {
|
|
517
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
518
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
519
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
520
|
-
displayName: string;
|
|
521
|
-
};
|
|
522
|
-
|
|
523
|
-
export declare const Drawer: React_2.FC<DrawerBaseProps>;
|
|
524
|
-
|
|
525
|
-
export declare const DrawerClose: React_2.ForwardRefExoticComponent<DrawerCloseBaseProps & {
|
|
526
|
-
className?: string;
|
|
527
|
-
} & React_2.RefAttributes<View>>;
|
|
528
|
-
|
|
529
|
-
export declare const DrawerContent: React_2.ForwardRefExoticComponent<DrawerContentBaseProps & {
|
|
530
|
-
portalHost?: string;
|
|
531
|
-
overlayClassName?: string;
|
|
532
|
-
overlayStyle?: ViewStyle;
|
|
533
|
-
} & React_2.RefAttributes<View>>;
|
|
534
|
-
|
|
535
|
-
export declare const DrawerDescription: React_2.ForwardRefExoticComponent<DrawerDescriptionBaseProps & React_2.RefAttributes<Text_3>>;
|
|
536
|
-
|
|
537
|
-
export declare const DrawerFooter: {
|
|
538
|
-
({ className, children, ...props }: DrawerFooterBaseProps): JSX.Element;
|
|
539
|
-
displayName: string;
|
|
540
|
-
};
|
|
541
|
-
|
|
542
|
-
export declare const DrawerHeader: {
|
|
543
|
-
({ className, children, ...props }: DrawerHeaderBaseProps): JSX.Element;
|
|
544
|
-
displayName: string;
|
|
545
|
-
};
|
|
546
|
-
|
|
547
|
-
export declare const DrawerOverlay: React_2.ForwardRefExoticComponent<DrawerOverlayProps & React_2.RefAttributes<DrawerOverlayRef>>;
|
|
548
|
-
|
|
549
|
-
declare type DrawerOverlayProps = React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>;
|
|
550
|
-
|
|
551
|
-
declare type DrawerOverlayRef = React_2.ElementRef<typeof DialogPrimitive.Overlay>;
|
|
552
|
-
|
|
553
|
-
export declare const DrawerPortal: typeof DialogPrimitive.Portal;
|
|
554
|
-
|
|
555
|
-
export declare const DrawerTitle: React_2.ForwardRefExoticComponent<DrawerTitleBaseProps & React_2.RefAttributes<Text_3>>;
|
|
556
|
-
|
|
557
|
-
export declare const DrawerTrigger: React_2.ForwardRefExoticComponent<DrawerTriggerBaseProps & {
|
|
558
|
-
className?: string;
|
|
559
|
-
} & React_2.RefAttributes<View>>;
|
|
560
|
-
|
|
561
|
-
export declare const DropdownMenu: {
|
|
562
|
-
({ asChild, onOpenChange: onOpenChangeProp, ref, ...viewProps }: ViewProps & {
|
|
563
|
-
asChild?: boolean;
|
|
564
|
-
} & {
|
|
565
|
-
onOpenChange?: (open: boolean) => void;
|
|
566
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
567
|
-
displayName: string;
|
|
568
|
-
};
|
|
569
|
-
|
|
570
|
-
export declare const DropdownMenuCheckboxItem: React_2.ForwardRefExoticComponent<DropdownMenuCheckboxItemBaseProps & React_2.RefAttributes<View>>;
|
|
571
|
-
|
|
572
|
-
export declare const DropdownMenuContent: React_2.ForwardRefExoticComponent<DropdownMenuContentBaseProps & React_2.RefAttributes<View>>;
|
|
573
|
-
|
|
574
|
-
export declare const DropdownMenuGroup: {
|
|
575
|
-
({ asChild, ref, ...props }: ViewProps & {
|
|
576
|
-
asChild?: boolean;
|
|
577
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
578
|
-
displayName: string;
|
|
579
|
-
};
|
|
580
|
-
|
|
581
|
-
export declare const DropdownMenuItem: React_2.ForwardRefExoticComponent<DropdownMenuItemBaseProps & React_2.RefAttributes<View>>;
|
|
582
|
-
|
|
583
|
-
export declare const DropdownMenuLabel: React_2.ForwardRefExoticComponent<DropdownMenuLabelBaseProps & React_2.RefAttributes<Text_3>>;
|
|
584
|
-
|
|
585
|
-
export declare const DropdownMenuPortal: typeof DropdownMenuPrimitive.Portal;
|
|
586
|
-
|
|
587
|
-
export declare const DropdownMenuRadioGroup: {
|
|
588
|
-
({ asChild, value, onValueChange, ref, ...props }: ViewProps & {
|
|
589
|
-
asChild?: boolean;
|
|
590
|
-
} & {
|
|
591
|
-
value: string | undefined;
|
|
592
|
-
onValueChange: (value: string) => void;
|
|
593
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
594
|
-
displayName: string;
|
|
595
|
-
};
|
|
596
|
-
|
|
597
|
-
export declare const DropdownMenuRadioItem: React_2.ForwardRefExoticComponent<DropdownMenuRadioItemBaseProps & React_2.RefAttributes<View>>;
|
|
598
|
-
|
|
599
|
-
export declare const DropdownMenuSeparator: React_2.ForwardRefExoticComponent<DropdownMenuSeparatorBaseProps & React_2.RefAttributes<View>>;
|
|
600
|
-
|
|
601
|
-
export declare const DropdownMenuShortcut: {
|
|
602
|
-
({ className, children, ...props }: DropdownMenuShortcutBaseProps): JSX.Element;
|
|
603
|
-
displayName: string;
|
|
604
|
-
};
|
|
605
|
-
|
|
606
|
-
export declare const DropdownMenuSub: {
|
|
607
|
-
({ asChild, defaultOpen, open: openProp, onOpenChange: onOpenChangeProp, ref, ...props }: ViewProps & {
|
|
608
|
-
asChild?: boolean;
|
|
609
|
-
} & {
|
|
610
|
-
defaultOpen?: boolean;
|
|
611
|
-
open?: boolean;
|
|
612
|
-
onOpenChange?: (value: boolean) => void;
|
|
613
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
614
|
-
displayName: string;
|
|
615
|
-
};
|
|
616
|
-
|
|
617
|
-
export declare const DropdownMenuSubContent: React_2.ForwardRefExoticComponent<DropdownMenuSubContentBaseProps & React_2.RefAttributes<View>>;
|
|
618
|
-
|
|
619
|
-
export declare const DropdownMenuSubTrigger: React_2.ForwardRefExoticComponent<DropdownMenuSubTriggerBaseProps & React_2.RefAttributes<View>>;
|
|
620
|
-
|
|
621
|
-
export declare const DropdownMenuTrigger: {
|
|
622
|
-
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
623
|
-
asChild?: boolean;
|
|
624
|
-
} & {
|
|
625
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
626
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
627
|
-
} & React_2.RefAttributes<TriggerRef_2>): React_2.JSX.Element;
|
|
628
|
-
displayName: string;
|
|
629
|
-
};
|
|
630
|
-
|
|
631
|
-
export declare const Form: () => JSX.Element;
|
|
632
|
-
|
|
633
|
-
export declare const HoverCard: {
|
|
634
|
-
({ asChild, openDelay: _openDelay, closeDelay: _closeDelay, onOpenChange: onOpenChangeProp, ref, ...viewProps }: ViewProps & {
|
|
635
|
-
asChild?: boolean;
|
|
636
|
-
} & {
|
|
637
|
-
onOpenChange?: (open: boolean) => void;
|
|
638
|
-
openDelay?: number;
|
|
639
|
-
closeDelay?: number;
|
|
640
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
641
|
-
displayName: string;
|
|
642
|
-
};
|
|
643
|
-
|
|
644
|
-
export declare const HoverCardContent: React_2.ForwardRefExoticComponent<HoverCardContentBaseProps & React_2.RefAttributes<View>>;
|
|
645
|
-
|
|
646
|
-
export declare const HoverCardTrigger: {
|
|
647
|
-
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
648
|
-
asChild?: boolean;
|
|
649
|
-
} & {
|
|
650
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
651
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
652
|
-
} & React_2.RefAttributes<TriggerRef_3>): React_2.JSX.Element;
|
|
653
|
-
displayName: string;
|
|
654
|
-
};
|
|
655
|
-
|
|
656
|
-
export declare const Input: React_2.ForwardRefExoticComponent<InputProps & React_2.RefAttributes<TextInput>>;
|
|
657
|
-
|
|
658
|
-
export declare interface InputProps extends React_2.ComponentPropsWithoutRef<typeof TextInput>, InputBaseProps {
|
|
659
|
-
}
|
|
660
|
-
|
|
661
|
-
export declare const Label: React_2.ForwardRefExoticComponent<Omit<TextProps_2 & {
|
|
662
|
-
asChild?: boolean;
|
|
663
|
-
} & {
|
|
664
|
-
nativeID?: string;
|
|
665
|
-
htmlFor?: string;
|
|
666
|
-
} & React_2.RefAttributes<Text_3>, "ref"> & React_2.RefAttributes<Text_3>>;
|
|
667
|
-
|
|
668
|
-
export declare const Menubar: React_2.ForwardRefExoticComponent<MenubarBaseProps & React_2.RefAttributes<View>>;
|
|
669
|
-
|
|
670
|
-
export declare const MenubarCheckboxItem: React_2.ForwardRefExoticComponent<MenubarCheckboxItemBaseProps & React_2.RefAttributes<View>>;
|
|
671
|
-
|
|
672
|
-
export declare const MenubarContent: React_2.ForwardRefExoticComponent<MenubarContentBaseProps & React_2.RefAttributes<View>>;
|
|
673
|
-
|
|
674
|
-
export declare const MenubarGroup: {
|
|
675
|
-
({ asChild, ref, ...props }: ViewProps & {
|
|
676
|
-
asChild?: boolean;
|
|
677
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
678
|
-
displayName: string;
|
|
679
|
-
};
|
|
680
|
-
|
|
681
|
-
export declare const MenubarItem: React_2.ForwardRefExoticComponent<MenubarItemBaseProps & React_2.RefAttributes<View>>;
|
|
682
|
-
|
|
683
|
-
export declare const MenubarLabel: React_2.ForwardRefExoticComponent<MenubarLabelBaseProps & React_2.RefAttributes<Text_3>>;
|
|
684
|
-
|
|
685
|
-
export declare const MenubarMenu: {
|
|
686
|
-
({ asChild, value, ref, ...viewProps }: ViewProps & {
|
|
687
|
-
asChild?: boolean;
|
|
688
|
-
} & {
|
|
689
|
-
value: string | undefined;
|
|
690
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
691
|
-
displayName: string;
|
|
692
|
-
};
|
|
693
|
-
|
|
694
|
-
export declare const MenubarPortal: typeof MenubarPrimitive.Portal;
|
|
695
|
-
|
|
696
|
-
export declare const MenubarRadioGroup: {
|
|
697
|
-
({ asChild, value, onValueChange, ref, ...props }: ViewProps & {
|
|
698
|
-
asChild?: boolean;
|
|
699
|
-
} & {
|
|
700
|
-
value: string | undefined;
|
|
701
|
-
onValueChange: (value: string) => void;
|
|
702
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
703
|
-
displayName: string;
|
|
704
|
-
};
|
|
705
|
-
|
|
706
|
-
export declare const MenubarRadioItem: React_2.ForwardRefExoticComponent<MenubarRadioItemBaseProps & React_2.RefAttributes<View>>;
|
|
707
|
-
|
|
708
|
-
export declare const MenubarSeparator: React_2.ForwardRefExoticComponent<MenubarSeparatorBaseProps & React_2.RefAttributes<View>>;
|
|
709
|
-
|
|
710
|
-
export declare const MenubarShortcut: {
|
|
711
|
-
({ className, children, ...props }: MenubarShortcutBaseProps): JSX.Element;
|
|
712
|
-
displayName: string;
|
|
713
|
-
};
|
|
714
|
-
|
|
715
|
-
export declare const MenubarSub: {
|
|
716
|
-
({ asChild, defaultOpen, open: openProp, onOpenChange: onOpenChangeProp, ref, ...props }: ViewProps & {
|
|
717
|
-
asChild?: boolean;
|
|
718
|
-
} & {
|
|
719
|
-
defaultOpen?: boolean;
|
|
720
|
-
open?: boolean;
|
|
721
|
-
onOpenChange?: (value: boolean) => void;
|
|
722
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
723
|
-
displayName: string;
|
|
724
|
-
};
|
|
725
|
-
|
|
726
|
-
export declare const MenubarSubContent: React_2.ForwardRefExoticComponent<MenubarSubContentBaseProps & React_2.RefAttributes<View>>;
|
|
727
|
-
|
|
728
|
-
export declare const MenubarSubTrigger: React_2.ForwardRefExoticComponent<MenubarSubTriggerBaseProps & React_2.RefAttributes<View>>;
|
|
729
|
-
|
|
730
|
-
export declare const MenubarTrigger: React_2.ForwardRefExoticComponent<MenubarTriggerBaseProps & React_2.RefAttributes<View>>;
|
|
731
|
-
|
|
732
|
-
export declare const NavigationMenu: React_2.ForwardRefExoticComponent<NavigationMenuBaseProps & React_2.RefAttributes<View>>;
|
|
733
|
-
|
|
734
|
-
export declare const NavigationMenuContent: React_2.ForwardRefExoticComponent<NavigationMenuContentBaseProps & React_2.RefAttributes<View>>;
|
|
735
|
-
|
|
736
|
-
export declare const NavigationMenuIndicator: React_2.ForwardRefExoticComponent<NavigationMenuIndicatorBaseProps & React_2.RefAttributes<View>>;
|
|
737
|
-
|
|
738
|
-
export declare const NavigationMenuItem: React_2.ForwardRefExoticComponent<NavigationMenuItemBaseProps & React_2.RefAttributes<View>>;
|
|
739
|
-
|
|
740
|
-
export declare const NavigationMenuLink: React_2.ForwardRefExoticComponent<NavigationMenuLinkBaseProps & {
|
|
741
|
-
onPress?: () => void;
|
|
742
|
-
} & React_2.RefAttributes<View>>;
|
|
743
|
-
|
|
744
|
-
export declare const NavigationMenuList: React_2.ForwardRefExoticComponent<NavigationMenuListBaseProps & React_2.RefAttributes<View>>;
|
|
745
|
-
|
|
746
|
-
export declare const NavigationMenuTrigger: React_2.ForwardRefExoticComponent<NavigationMenuTriggerBaseProps & React_2.RefAttributes<View>>;
|
|
747
|
-
|
|
748
|
-
export declare const NavigationMenuViewport: React_2.ForwardRefExoticComponent<NavigationMenuViewportBaseProps & React_2.RefAttributes<View>>;
|
|
749
|
-
|
|
750
|
-
export declare const Pagination: {
|
|
751
|
-
({ className, children, ...props }: PaginationBaseProps): JSX.Element;
|
|
752
|
-
displayName: string;
|
|
753
|
-
};
|
|
754
|
-
|
|
755
|
-
export declare const PaginationContent: React_2.ForwardRefExoticComponent<PaginationContentBaseProps & React_2.RefAttributes<View>>;
|
|
756
|
-
|
|
757
|
-
export declare const PaginationEllipsis: {
|
|
758
|
-
({ className, ...props }: PaginationEllipsisBaseProps): JSX.Element;
|
|
759
|
-
displayName: string;
|
|
760
|
-
};
|
|
761
|
-
|
|
762
|
-
export declare const PaginationItem: React_2.ForwardRefExoticComponent<PaginationItemBaseProps & React_2.RefAttributes<View>>;
|
|
763
|
-
|
|
764
|
-
export declare const PaginationLink: {
|
|
765
|
-
({ className, isActive, size, children, onPress, ...props }: PaginationLinkProps): JSX.Element;
|
|
766
|
-
displayName: string;
|
|
767
|
-
};
|
|
768
|
-
|
|
769
|
-
declare type PaginationLinkProps = PaginationLinkBaseProps & {
|
|
770
|
-
onPress?: () => void;
|
|
771
|
-
};
|
|
772
|
-
|
|
773
|
-
export declare const PaginationNext: {
|
|
774
|
-
({ className, children, onPress, ...props }: PaginationNextBaseProps & {
|
|
775
|
-
onPress?: () => void;
|
|
776
|
-
}): JSX.Element;
|
|
777
|
-
displayName: string;
|
|
778
|
-
};
|
|
779
|
-
|
|
780
|
-
export declare const PaginationPrevious: {
|
|
781
|
-
({ className, children, onPress, ...props }: PaginationPreviousBaseProps & {
|
|
782
|
-
onPress?: () => void;
|
|
783
|
-
}): JSX.Element;
|
|
784
|
-
displayName: string;
|
|
785
|
-
};
|
|
786
|
-
|
|
787
|
-
export declare const Popover: React_2.ForwardRefExoticComponent<ViewProps & PopoverBaseProps & React_2.RefAttributes<View>>;
|
|
788
|
-
|
|
789
|
-
export declare const PopoverAnchor: React_2.ForwardRefExoticComponent<ViewProps & PopoverAnchorBaseProps & React_2.RefAttributes<View>>;
|
|
790
|
-
|
|
791
|
-
export declare const PopoverContent: React_2.ForwardRefExoticComponent<ViewProps & PopoverContentBaseProps & React_2.RefAttributes<View>>;
|
|
792
|
-
|
|
793
|
-
export declare const PopoverTrigger: React_2.ForwardRefExoticComponent<Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & PopoverTriggerBaseProps & React_2.RefAttributes<View>>;
|
|
794
|
-
|
|
795
|
-
export declare const Progress: React_2.ForwardRefExoticComponent<ViewProps & ProgressBaseProps & React_2.RefAttributes<View>>;
|
|
796
|
-
|
|
797
|
-
export declare const RadioGroup: React_2.ForwardRefExoticComponent<RadioGroupProps & React_2.RefAttributes<View>>;
|
|
798
|
-
|
|
799
|
-
export declare const RadioGroupItem: React_2.ForwardRefExoticComponent<RadioGroupItemProps & React_2.RefAttributes<View>>;
|
|
800
|
-
|
|
801
|
-
export declare interface RadioGroupItemProps extends Omit<React_2.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Item>, 'disabled'>, RadioGroupItemBaseProps {
|
|
802
|
-
}
|
|
803
|
-
|
|
804
|
-
export declare interface RadioGroupProps extends React_2.ComponentPropsWithoutRef<typeof RadioGroupPrimitive.Root>, RadioGroupBaseProps {
|
|
805
|
-
}
|
|
806
|
-
|
|
807
|
-
export declare const ResizableHandle: React_2.FC<ResizableHandleBaseProps>;
|
|
808
|
-
|
|
809
|
-
export declare const ResizablePanel: React_2.FC<ResizablePanelBaseProps>;
|
|
810
|
-
|
|
811
|
-
export declare const ResizablePanelGroup: React_2.FC<ResizablePanelGroupBaseProps>;
|
|
812
|
-
|
|
813
|
-
export declare const ScrollArea: React_2.ForwardRefExoticComponent<ScrollAreaBaseProps & React_2.RefAttributes<ScrollView>>;
|
|
814
|
-
|
|
815
|
-
export declare const ScrollToTop: React_2.ForwardRefExoticComponent<ScrollToTopProps & React_2.RefAttributes<ScrollToTopHandle>>;
|
|
816
|
-
|
|
817
|
-
/**
|
|
818
|
-
* GV Tech Animated Scroll To Top (Native)
|
|
819
|
-
*
|
|
820
|
-
* A floating action button that appears when scrolling down and allows the user
|
|
821
|
-
* to quickly return to the top of a ScrollView, FlatList, or SectionList.
|
|
822
|
-
*
|
|
823
|
-
* Reuses the internal GV Tech Button primitive for consistent styling.
|
|
824
|
-
*/
|
|
825
|
-
export declare interface ScrollToTopHandle {
|
|
826
|
-
handleScroll: (event: NativeSyntheticEvent<NativeScrollEvent>) => void;
|
|
827
|
-
scrollToTop: () => void;
|
|
828
|
-
}
|
|
829
|
-
|
|
830
|
-
export declare interface ScrollToTopProps extends ScrollToTopBaseProps {
|
|
831
|
-
/**
|
|
832
|
-
* For Native: The scroll target is typically a ref to a ScrollView or FlatList.
|
|
833
|
-
* This is required unless you manually call the scroll handler.
|
|
834
|
-
*/
|
|
835
|
-
scrollRef?: React_2.RefObject<ScrollView | FlatList>;
|
|
836
|
-
/**
|
|
837
|
-
* Custom duration specifically for Native animations (opacity/transform).
|
|
838
|
-
* @default 300
|
|
839
|
-
*/
|
|
840
|
-
animationDuration?: number;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
export declare const Search: () => JSX.Element;
|
|
844
|
-
|
|
845
|
-
export declare const Select: {
|
|
846
|
-
({ asChild, value: valueProp, defaultValue, onValueChange: onValueChangeProp, onOpenChange: onOpenChangeProp, disabled, ref, ...viewProps }: ViewProps & {
|
|
847
|
-
asChild?: boolean;
|
|
848
|
-
} & {
|
|
849
|
-
value?: Option_2;
|
|
850
|
-
defaultValue?: Option_2;
|
|
851
|
-
onValueChange?: (option: Option_2) => void;
|
|
852
|
-
onOpenChange?: (open: boolean) => void;
|
|
853
|
-
disabled?: boolean;
|
|
854
|
-
dir?: "ltr" | "rtl";
|
|
855
|
-
name?: string;
|
|
856
|
-
required?: boolean;
|
|
857
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
858
|
-
displayName: string;
|
|
859
|
-
};
|
|
860
|
-
|
|
861
|
-
export declare const SelectContent: React_2.ForwardRefExoticComponent<SelectContentProps & React_2.RefAttributes<View>>;
|
|
862
|
-
|
|
863
|
-
declare interface SelectContentProps extends Omit<React_2.ComponentPropsWithoutRef<typeof SelectPrimitive.Content>, 'position'>, SelectContentBaseProps {
|
|
864
|
-
portalHost?: string;
|
|
865
|
-
overlayClassName?: string;
|
|
866
|
-
overlayStyle?: ViewStyle;
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
export declare const SelectGroup: {
|
|
870
|
-
({ asChild, ref, ...props }: ViewProps & {
|
|
871
|
-
asChild?: boolean;
|
|
872
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
873
|
-
displayName: string;
|
|
874
|
-
};
|
|
875
|
-
|
|
876
|
-
export declare const SelectItem: React_2.ForwardRefExoticComponent<SelectItemProps & React_2.RefAttributes<View>>;
|
|
877
|
-
|
|
878
|
-
declare interface SelectItemProps extends Omit<React_2.ComponentPropsWithoutRef<typeof SelectPrimitive.Item>, 'children' | 'disabled' | 'label'>, SelectItemBaseProps {
|
|
879
|
-
label?: string;
|
|
880
|
-
}
|
|
881
|
-
|
|
882
|
-
export declare const SelectLabel: React_2.ForwardRefExoticComponent<SelectLabelProps & React_2.RefAttributes<Text_3>>;
|
|
883
|
-
|
|
884
|
-
declare interface SelectLabelProps extends React_2.ComponentPropsWithoutRef<typeof SelectPrimitive.Label>, SelectLabelBaseProps {
|
|
885
|
-
}
|
|
886
|
-
|
|
887
|
-
export declare const SelectScrollDownButton: React_2.ForwardRefExoticComponent<SelectScrollDownButtonProps & React_2.RefAttributes<unknown>>;
|
|
888
|
-
|
|
889
|
-
declare interface SelectScrollDownButtonProps extends React_2.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollDownButton>, SelectScrollDownButtonBaseProps {
|
|
890
|
-
}
|
|
891
|
-
|
|
892
|
-
export declare const SelectScrollUpButton: React_2.ForwardRefExoticComponent<SelectScrollUpButtonProps & React_2.RefAttributes<unknown>>;
|
|
893
|
-
|
|
894
|
-
declare interface SelectScrollUpButtonProps extends React_2.ComponentPropsWithoutRef<typeof SelectPrimitive.ScrollUpButton>, SelectScrollUpButtonBaseProps {
|
|
895
|
-
}
|
|
896
|
-
|
|
897
|
-
export declare const SelectSeparator: React_2.ForwardRefExoticComponent<SelectSeparatorProps & React_2.RefAttributes<View>>;
|
|
898
|
-
|
|
899
|
-
declare interface SelectSeparatorProps extends React_2.ComponentPropsWithoutRef<typeof SelectPrimitive.Separator>, SelectSeparatorBaseProps {
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
export declare const SelectTrigger: React_2.ForwardRefExoticComponent<SelectTriggerProps & React_2.RefAttributes<TriggerRef_4>>;
|
|
903
|
-
|
|
904
|
-
declare interface SelectTriggerProps extends Omit<React_2.ComponentPropsWithoutRef<typeof SelectPrimitive.Trigger>, 'children' | 'disabled'>, SelectTriggerBaseProps {
|
|
905
|
-
}
|
|
906
|
-
|
|
907
|
-
export declare const SelectValue: {
|
|
908
|
-
({ asChild, placeholder, ref, ...props }: TextProps_2 & {
|
|
909
|
-
asChild?: boolean;
|
|
910
|
-
} & {
|
|
911
|
-
placeholder: string;
|
|
912
|
-
} & React_2.RefAttributes<Text_3>): React_2.JSX.Element;
|
|
913
|
-
displayName: string;
|
|
914
|
-
};
|
|
915
|
-
|
|
916
|
-
export declare const Separator: React_2.ForwardRefExoticComponent<Omit<ViewProps & {
|
|
917
|
-
asChild?: boolean;
|
|
918
|
-
} & {
|
|
919
|
-
orientation?: "horizontal" | "vertical";
|
|
920
|
-
decorative?: boolean;
|
|
921
|
-
} & React_2.RefAttributes<View>, "ref"> & React_2.RefAttributes<View>>;
|
|
922
|
-
|
|
923
|
-
export declare const Sheet: {
|
|
924
|
-
({ asChild, open: openProp, defaultOpen, onOpenChange: onOpenChangeProp, ref, ...viewProps }: ViewProps & {
|
|
925
|
-
asChild?: boolean;
|
|
926
|
-
} & {
|
|
927
|
-
open?: boolean;
|
|
928
|
-
defaultOpen?: boolean;
|
|
929
|
-
onOpenChange?: (value: boolean) => void;
|
|
930
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
931
|
-
displayName: string;
|
|
932
|
-
};
|
|
933
|
-
|
|
934
|
-
export declare const SheetClose: {
|
|
935
|
-
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
936
|
-
asChild?: boolean;
|
|
937
|
-
} & {
|
|
938
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
939
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
940
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
941
|
-
displayName: string;
|
|
942
|
-
};
|
|
943
|
-
|
|
944
|
-
export declare const SheetContent: React_2.ForwardRefExoticComponent<SheetContentProps & React_2.RefAttributes<SheetContentRef>>;
|
|
945
|
-
|
|
946
|
-
declare type SheetContentProps = DialogContentProps & {
|
|
947
|
-
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
948
|
-
overlayClassName?: string;
|
|
949
|
-
overlayStyle?: ViewStyle;
|
|
950
|
-
};
|
|
951
|
-
|
|
952
|
-
declare type SheetContentRef = React_2.ElementRef<typeof DialogPrimitive.Content>;
|
|
953
|
-
|
|
954
|
-
export declare const SheetDescription: React_2.ForwardRefExoticComponent<SheetDescriptionProps & React_2.RefAttributes<SheetDescriptionRef>>;
|
|
955
|
-
|
|
956
|
-
declare type SheetDescriptionProps = React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Description>;
|
|
957
|
-
|
|
958
|
-
declare type SheetDescriptionRef = React_2.ElementRef<typeof DialogPrimitive.Description>;
|
|
959
|
-
|
|
960
|
-
export declare const SheetFooter: {
|
|
961
|
-
({ className, ...props }: React_2.ComponentPropsWithoutRef<typeof View>): JSX.Element;
|
|
962
|
-
displayName: string;
|
|
963
|
-
};
|
|
964
|
-
|
|
965
|
-
export declare const SheetHeader: {
|
|
966
|
-
({ className, ...props }: React_2.ComponentPropsWithoutRef<typeof View>): JSX.Element;
|
|
967
|
-
displayName: string;
|
|
968
|
-
};
|
|
969
|
-
|
|
970
|
-
export declare const SheetOverlay: React_2.ForwardRefExoticComponent<SheetOverlayProps & React_2.RefAttributes<SheetOverlayRef>>;
|
|
971
|
-
|
|
972
|
-
declare type SheetOverlayProps = React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Overlay>;
|
|
973
|
-
|
|
974
|
-
declare type SheetOverlayRef = React_2.ElementRef<typeof DialogPrimitive.Overlay>;
|
|
975
|
-
|
|
976
|
-
export declare const SheetPortal: typeof DialogPrimitive.Portal;
|
|
977
|
-
|
|
978
|
-
export declare const SheetTitle: React_2.ForwardRefExoticComponent<SheetTitleProps & React_2.RefAttributes<SheetTitleRef>>;
|
|
979
|
-
|
|
980
|
-
declare type SheetTitleProps = React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Title>;
|
|
981
|
-
|
|
982
|
-
declare type SheetTitleRef = React_2.ElementRef<typeof DialogPrimitive.Title>;
|
|
983
|
-
|
|
984
|
-
export declare const SheetTrigger: {
|
|
985
|
-
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
986
|
-
asChild?: boolean;
|
|
987
|
-
} & {
|
|
988
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
989
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
990
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
991
|
-
displayName: string;
|
|
992
|
-
};
|
|
993
|
-
|
|
994
|
-
export declare function Skeleton({ className, ...props }: React_2.ComponentPropsWithoutRef<typeof View>): JSX.Element;
|
|
995
|
-
|
|
996
|
-
export declare const Slider: React_2.FC<SliderBaseProps>;
|
|
997
|
-
|
|
998
|
-
export declare const Sonner: React_2.FC<SonnerBaseProps>;
|
|
999
|
-
|
|
1000
|
-
export declare function SupportFab({ supportUrl, creatorId, title, description, open, defaultOpen, onOpenChange, positionClassName, buttonClassName, panelClassName, className, ...buttonProps }: SupportFabProps): JSX.Element;
|
|
1001
|
-
|
|
1002
|
-
export declare interface SupportFabProps extends Omit<React_2.ComponentPropsWithoutRef<typeof Button>, 'onPress'> {
|
|
1003
|
-
supportUrl?: string;
|
|
1004
|
-
creatorId: string;
|
|
1005
|
-
title?: string;
|
|
1006
|
-
description?: string;
|
|
1007
|
-
open?: boolean;
|
|
1008
|
-
defaultOpen?: boolean;
|
|
1009
|
-
onOpenChange?: (open: boolean) => void;
|
|
1010
|
-
positionClassName?: string;
|
|
1011
|
-
buttonClassName?: string;
|
|
1012
|
-
panelClassName?: string;
|
|
1013
|
-
}
|
|
1014
|
-
|
|
1015
|
-
export declare const Switch: React_2.ForwardRefExoticComponent<SwitchProps & React_2.RefAttributes<View>>;
|
|
1016
|
-
|
|
1017
|
-
declare interface SwitchProps extends Omit<React_2.ComponentPropsWithoutRef<typeof SwitchPrimitive.Root>, 'checked' | 'onCheckedChange'>, SwitchBaseProps {
|
|
1018
|
-
}
|
|
1019
|
-
|
|
1020
|
-
export declare const Table: React_2.ForwardRefExoticComponent<ViewProps & React_2.RefAttributes<View>>;
|
|
1021
|
-
|
|
1022
|
-
export declare const TableBody: React_2.ForwardRefExoticComponent<ViewProps & React_2.RefAttributes<View>>;
|
|
1023
|
-
|
|
1024
|
-
export declare const TableCaption: React_2.ForwardRefExoticComponent<Omit<TextProps & React_2.RefAttributes<Text_3>, "ref"> & React_2.RefAttributes<Text_3>>;
|
|
1025
|
-
|
|
1026
|
-
export declare const TableCell: React_2.ForwardRefExoticComponent<Omit<TextProps & React_2.RefAttributes<Text_3>, "ref"> & React_2.RefAttributes<Text_3>>;
|
|
1027
|
-
|
|
1028
|
-
export declare const TableFooter: React_2.ForwardRefExoticComponent<ViewProps & React_2.RefAttributes<View>>;
|
|
1029
|
-
|
|
1030
|
-
export declare const TableHead: React_2.ForwardRefExoticComponent<Omit<TextProps & React_2.RefAttributes<Text_3>, "ref"> & React_2.RefAttributes<Text_3>>;
|
|
1031
|
-
|
|
1032
|
-
export declare const TableHeader: React_2.ForwardRefExoticComponent<ViewProps & React_2.RefAttributes<View>>;
|
|
1033
|
-
|
|
1034
|
-
/**
|
|
1035
|
-
* Native Table of Contents Provider
|
|
1036
|
-
*/
|
|
1037
|
-
export declare function TableOfContents({ children, activeId: activeIdOverride }: TableOfContentsRootBaseProps): JSX.Element;
|
|
1038
|
-
|
|
1039
|
-
export declare namespace TableOfContents {
|
|
1040
|
-
var List: typeof TableOfContentsList;
|
|
1041
|
-
var Content: typeof TableOfContentsContent;
|
|
1042
|
-
var Heading: typeof TableOfContentsHeading;
|
|
1043
|
-
}
|
|
1044
|
-
|
|
1045
|
-
/**
|
|
1046
|
-
* Wrapper for content that handles scrolling
|
|
1047
|
-
*/
|
|
1048
|
-
export declare function TableOfContentsContent({ children, className }: TableOfContentsContentBaseProps): JSX.Element;
|
|
1049
|
-
|
|
1050
|
-
/**
|
|
1051
|
-
* Heading component that registers itself with the TOC provider
|
|
1052
|
-
*/
|
|
1053
|
-
export declare function TableOfContentsHeading({ children, level, id: manualId, className, }: {
|
|
1054
|
-
children: string;
|
|
1055
|
-
level?: number;
|
|
1056
|
-
id?: string;
|
|
1057
|
-
className?: string;
|
|
1058
|
-
}): JSX.Element;
|
|
1059
|
-
|
|
1060
|
-
/**
|
|
1061
|
-
* Renders the TOC list of links
|
|
1062
|
-
*/
|
|
1063
|
-
export declare function TableOfContentsList({ className }: {
|
|
1064
|
-
className?: string;
|
|
1065
|
-
}): JSX.Element | null;
|
|
1066
|
-
|
|
1067
|
-
export declare const TableRow: React_2.ForwardRefExoticComponent<ViewProps & React_2.RefAttributes<View>>;
|
|
1068
|
-
|
|
1069
|
-
export declare const Tabs: React_2.ForwardRefExoticComponent<Omit<Omit<ViewProps & {
|
|
1070
|
-
asChild?: boolean;
|
|
1071
|
-
} & {
|
|
1072
|
-
value: string;
|
|
1073
|
-
onValueChange: (value: string) => void;
|
|
1074
|
-
orientation?: "horizontal" | "vertical";
|
|
1075
|
-
dir?: "ltr" | "rtl";
|
|
1076
|
-
activationMode?: "automatic" | "manual";
|
|
1077
|
-
} & React_2.RefAttributes<View>, "ref">, "value" | "onValueChange"> & Omit<TabsBaseProps, "value"> & {
|
|
1078
|
-
value: string;
|
|
1079
|
-
onValueChange: (value: string) => void;
|
|
1080
|
-
} & React_2.RefAttributes<View>>;
|
|
1081
|
-
|
|
1082
|
-
export declare const TabsContent: React_2.ForwardRefExoticComponent<TabsContentProps & React_2.RefAttributes<View>>;
|
|
1083
|
-
|
|
1084
|
-
declare interface TabsContentProps extends React_2.ComponentPropsWithoutRef<typeof TabsPrimitive.Content>, TabsContentBaseProps {
|
|
1085
|
-
}
|
|
1086
|
-
|
|
1087
|
-
export declare const TabsList: React_2.ForwardRefExoticComponent<TabsListProps & React_2.RefAttributes<View>>;
|
|
1088
|
-
|
|
1089
|
-
declare interface TabsListProps extends React_2.ComponentPropsWithoutRef<typeof TabsPrimitive.List>, TabsListBaseProps {
|
|
1090
|
-
}
|
|
1091
|
-
|
|
1092
|
-
export declare const TabsTrigger: React_2.ForwardRefExoticComponent<TabsTriggerProps & React_2.RefAttributes<View>>;
|
|
1093
|
-
|
|
1094
|
-
declare interface TabsTriggerProps extends Omit<React_2.ComponentPropsWithoutRef<typeof TabsPrimitive.Trigger>, 'children' | 'disabled'>, TabsTriggerBaseProps {
|
|
1095
|
-
}
|
|
1096
|
-
|
|
1097
|
-
declare const Text_2: React_2.ForwardRefExoticComponent<TextProps & React_2.RefAttributes<Text_3>>;
|
|
1098
|
-
export { Text_2 as Text }
|
|
1099
|
-
|
|
1100
|
-
export declare const Textarea: React_2.ForwardRefExoticComponent<TextInputProps & React_2.RefAttributes<TextInput>>;
|
|
1101
|
-
|
|
1102
|
-
export declare interface TextProps extends React_2.ComponentPropsWithoutRef<typeof Text_3>, VariantProps<typeof textVariants>, TextBaseProps {
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
export declare const textVariants: (props?: ({
|
|
1106
|
-
variant?: "body" | "caption" | "h1" | "h2" | "h3" | "h4" | "label" | "bodySmall" | "overline" | null | undefined;
|
|
1107
|
-
} & ClassProp) | undefined) => string;
|
|
1108
|
-
|
|
1109
|
-
export declare function ThemeProvider({ children }: {
|
|
1110
|
-
children: React_2.ReactNode;
|
|
1111
|
-
}): JSX.Element;
|
|
1112
|
-
|
|
1113
|
-
export declare function ThemeToggle(): JSX.Element;
|
|
1114
|
-
|
|
1115
|
-
export declare const Toast: React_2.ForwardRefExoticComponent<Omit<ViewProps & {
|
|
1116
|
-
asChild?: boolean;
|
|
1117
|
-
} & {
|
|
1118
|
-
open: boolean;
|
|
1119
|
-
onOpenChange: (value: boolean) => void;
|
|
1120
|
-
type?: "foreground" | "background";
|
|
1121
|
-
} & React_2.RefAttributes<View>, "ref"> & {
|
|
1122
|
-
variant?: "default" | "destructive";
|
|
1123
|
-
} & React_2.RefAttributes<View>>;
|
|
1124
|
-
|
|
1125
|
-
export declare function toast({ ...props }: Toast_2): {
|
|
1126
|
-
id: string;
|
|
1127
|
-
dismiss: () => void;
|
|
1128
|
-
update: (props: ToasterToast) => void;
|
|
1129
|
-
};
|
|
1130
|
-
|
|
1131
|
-
declare type Toast_2 = Omit<ToasterToast, 'id'>;
|
|
1132
|
-
|
|
1133
|
-
export declare const Toaster: React_2.FC<ToasterBaseProps>;
|
|
1134
|
-
|
|
1135
|
-
declare type ToasterToast = ToastProps & {
|
|
1136
|
-
id: string;
|
|
1137
|
-
title?: React_2.ReactNode;
|
|
1138
|
-
description?: React_2.ReactNode;
|
|
1139
|
-
action?: React_2.ReactNode;
|
|
1140
|
-
};
|
|
1141
|
-
|
|
1142
|
-
export declare type ToastProps = React_2.ComponentPropsWithoutRef<typeof Toast>;
|
|
1143
|
-
|
|
1144
|
-
export declare const Toggle: React_2.ForwardRefExoticComponent<ToggleProps & React_2.RefAttributes<View>>;
|
|
1145
|
-
|
|
1146
|
-
export declare const ToggleGroup: React_2.ForwardRefExoticComponent<ToggleGroupProps & React_2.RefAttributes<View>>;
|
|
1147
|
-
|
|
1148
|
-
export declare const ToggleGroupItem: React_2.ForwardRefExoticComponent<ToggleGroupItemProps & React_2.RefAttributes<View>>;
|
|
1149
|
-
|
|
1150
|
-
declare interface ToggleGroupItemProps extends Omit<React_2.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Item>, 'children' | 'disabled'>, ToggleGroupItemBaseProps {
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
declare interface ToggleGroupProps extends Omit<React_2.ComponentPropsWithoutRef<typeof ToggleGroupPrimitive.Root>, 'value' | 'onValueChange' | 'type'>, ToggleGroupBaseProps {
|
|
1154
|
-
}
|
|
1155
|
-
|
|
1156
|
-
declare interface ToggleProps extends Omit<React_2.ComponentPropsWithoutRef<typeof TogglePrimitive.Root>, 'pressed' | 'onPressedChange' | 'children'>, ToggleBaseProps {
|
|
1157
|
-
}
|
|
1158
|
-
|
|
1159
|
-
export { toggleVariants }
|
|
1160
|
-
|
|
1161
|
-
export declare const Tooltip: {
|
|
1162
|
-
({ asChild, delayDuration: _delayDuration, skipDelayDuration: _skipDelayDuration, disableHoverableContent: _disableHoverableContent, onOpenChange: onOpenChangeProp, ref, ...viewProps }: ViewProps & {
|
|
1163
|
-
asChild?: boolean;
|
|
1164
|
-
} & {
|
|
1165
|
-
onOpenChange?: (open: boolean) => void;
|
|
1166
|
-
delayDuration?: number;
|
|
1167
|
-
skipDelayDuration?: number;
|
|
1168
|
-
disableHoverableContent?: boolean;
|
|
1169
|
-
} & React_2.RefAttributes<View>): React_2.JSX.Element;
|
|
1170
|
-
displayName: string;
|
|
1171
|
-
};
|
|
1172
|
-
|
|
1173
|
-
export declare const TooltipContent: React_2.ForwardRefExoticComponent<React_2.ComponentPropsWithoutRef<typeof TooltipPrimitive.Content> & {
|
|
1174
|
-
portalHost?: string;
|
|
1175
|
-
} & React_2.RefAttributes<React_2.ElementRef<typeof TooltipPrimitive.Content>>>;
|
|
1176
|
-
|
|
1177
|
-
export declare const TooltipProvider: ({ children }: {
|
|
1178
|
-
children: React_2.ReactNode;
|
|
1179
|
-
}) => JSX.Element;
|
|
1180
|
-
|
|
1181
|
-
export declare const TooltipTrigger: {
|
|
1182
|
-
({ asChild, onPress: onPressProp, disabled, ref, ...props }: Omit<PressableProps & React_2.RefAttributes<View>, "ref"> & {
|
|
1183
|
-
asChild?: boolean;
|
|
1184
|
-
} & {
|
|
1185
|
-
onKeyDown?: (ev: React_2.KeyboardEvent) => void;
|
|
1186
|
-
onKeyUp?: (ev: React_2.KeyboardEvent) => void;
|
|
1187
|
-
} & React_2.RefAttributes<TriggerRef_5>): React_2.JSX.Element;
|
|
1188
|
-
displayName: string;
|
|
1189
|
-
};
|
|
1190
|
-
|
|
1191
|
-
export declare function useToast(): {
|
|
1192
|
-
toast: typeof toast;
|
|
1193
|
-
dismiss: (toastId?: string) => void;
|
|
1194
|
-
toasts: ToasterToast[];
|
|
1195
|
-
};
|
|
1196
|
-
|
|
1197
|
-
export declare function wrapTextChildren(children: React_2.ReactNode, TextComponent?: React_2.ComponentType<TextProps_2>, textProps?: TextProps_2): React_2.ReactNode;
|
|
1198
|
-
|
|
1199
|
-
export { }
|
|
1
|
+
export { wrapTextChildren } from './lib/render-native';
|
|
2
|
+
export { cn } from './lib/utils';
|
|
3
|
+
export { Accordion, AccordionContent, AccordionItem, AccordionTrigger } from './accordion';
|
|
4
|
+
export { Alert, AlertDescription, AlertTitle } from './alert';
|
|
5
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, } from './alert-dialog';
|
|
6
|
+
export { AspectRatio } from './aspect-ratio';
|
|
7
|
+
export { Avatar, AvatarFallback, AvatarImage } from './avatar';
|
|
8
|
+
export { Badge, badgeVariants } from './badge';
|
|
9
|
+
export { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator, } from './breadcrumb';
|
|
10
|
+
export { Button, buttonVariants } from './button';
|
|
11
|
+
export type { ButtonProps } from './button';
|
|
12
|
+
export { Calendar } from './calendar';
|
|
13
|
+
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from './card';
|
|
14
|
+
export type { CardProps } from './card';
|
|
15
|
+
export { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious } from './carousel';
|
|
16
|
+
export { ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent, } from './chart';
|
|
17
|
+
export { Checkbox } from './checkbox';
|
|
18
|
+
export type { CheckboxProps } from './checkbox';
|
|
19
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger } from './collapsible';
|
|
20
|
+
export { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut, } from './command';
|
|
21
|
+
export { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger, } from './context-menu';
|
|
22
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle, DialogTrigger, } from './dialog';
|
|
23
|
+
export type { DialogProps } from './dialog';
|
|
24
|
+
export { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger, } from './drawer';
|
|
25
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, } from './dropdown-menu';
|
|
26
|
+
export { Form } from './form';
|
|
27
|
+
export { HoverCard, HoverCardContent, HoverCardTrigger } from './hover-card';
|
|
28
|
+
export { Input } from './input';
|
|
29
|
+
export type { InputProps } from './input';
|
|
30
|
+
export { Label } from './label';
|
|
31
|
+
export { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger, } from './menubar';
|
|
32
|
+
export { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuTrigger, NavigationMenuViewport, } from './navigation-menu';
|
|
33
|
+
export { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious, } from './pagination';
|
|
34
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger } from './popover';
|
|
35
|
+
export { Progress } from './progress';
|
|
36
|
+
export { RadioGroup, RadioGroupItem } from './radio-group';
|
|
37
|
+
export type { RadioGroupItemProps, RadioGroupProps } from './radio-group';
|
|
38
|
+
export { ResizableHandle, ResizablePanel, ResizablePanelGroup } from './resizable';
|
|
39
|
+
export { ScrollArea } from './scroll-area';
|
|
40
|
+
export { Search } from './search';
|
|
41
|
+
export { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue, } from './select';
|
|
42
|
+
export { ScrollToTop } from './scroll-to-top';
|
|
43
|
+
export type { ScrollToTopHandle, ScrollToTopProps } from './scroll-to-top';
|
|
44
|
+
export { SupportFab } from './support-fab';
|
|
45
|
+
export type { SupportFabProps } from './support-fab';
|
|
46
|
+
export { Separator } from './separator';
|
|
47
|
+
export { Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, } from './sheet';
|
|
48
|
+
export { Skeleton } from './skeleton';
|
|
49
|
+
export { Slider } from './slider';
|
|
50
|
+
export { Toaster as Sonner } from './sonner';
|
|
51
|
+
export { Switch } from './switch';
|
|
52
|
+
export { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from './table';
|
|
53
|
+
export { Tabs, TabsContent, TabsList, TabsTrigger } from './tabs';
|
|
54
|
+
export { Text, textVariants } from './text';
|
|
55
|
+
export type { TextProps } from './text';
|
|
56
|
+
export { Textarea } from './textarea';
|
|
57
|
+
export { Toggle, toggleVariants } from './toggle';
|
|
58
|
+
export { ToggleGroup, ToggleGroupItem } from './toggle-group';
|
|
59
|
+
export { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from './tooltip';
|
|
60
|
+
export { toast, useToast } from './hooks/use-toast';
|
|
61
|
+
export { Toast } from './toast';
|
|
62
|
+
export type { ToastProps } from './toast';
|
|
63
|
+
export { ThemeProvider } from './theme-provider';
|
|
64
|
+
export { ThemeToggle } from './theme-toggle';
|
|
65
|
+
export { Toaster } from './toaster';
|
|
66
|
+
export { TableOfContents, TableOfContentsContent, TableOfContentsHeading, TableOfContentsList, } from './table-of-contents';
|
|
67
|
+
//# sourceMappingURL=index.d.ts.map
|