@lglab/compose-ui 0.27.0 → 0.29.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 +49 -40
- package/dist/accordion.d.ts.map +1 -0
- package/dist/accordion.js +47 -45
- package/dist/accordion.js.map +1 -0
- package/dist/alert-dialog.d.ts +93 -87
- package/dist/alert-dialog.d.ts.map +1 -0
- package/dist/alert-dialog.js +94 -111
- package/dist/alert-dialog.js.map +1 -0
- package/dist/autocomplete.d.ts +99 -96
- package/dist/autocomplete.d.ts.map +1 -0
- package/dist/autocomplete.js +92 -116
- package/dist/autocomplete.js.map +1 -0
- package/dist/avatar.d.ts +56 -47
- package/dist/avatar.d.ts.map +1 -0
- package/dist/avatar.js +66 -79
- package/dist/avatar.js.map +1 -0
- package/dist/badge.d.ts +48 -0
- package/dist/badge.d.ts.map +1 -0
- package/dist/badge.js +196 -0
- package/dist/badge.js.map +1 -0
- package/dist/button.d.ts +26 -21
- package/dist/button.d.ts.map +1 -0
- package/dist/button.js +24 -24
- package/dist/button.js.map +1 -0
- package/dist/card.d.ts +105 -99
- package/dist/card.d.ts.map +1 -0
- package/dist/card.js +105 -66
- package/dist/card.js.map +1 -0
- package/dist/checkbox-group.d.ts +16 -12
- package/dist/checkbox-group.d.ts.map +1 -0
- package/dist/checkbox-group.js +18 -14
- package/dist/checkbox-group.js.map +1 -0
- package/dist/checkbox.d.ts +25 -19
- package/dist/checkbox.d.ts.map +1 -0
- package/dist/checkbox.js +26 -32
- package/dist/checkbox.js.map +1 -0
- package/dist/collapsible.d.ts +32 -26
- package/dist/collapsible.d.ts.map +1 -0
- package/dist/collapsible.js +32 -32
- package/dist/collapsible.js.map +1 -0
- package/dist/combobox.d.ts +191 -182
- package/dist/combobox.d.ts.map +1 -0
- package/dist/combobox.js +176 -250
- package/dist/combobox.js.map +1 -0
- package/dist/context-menu.d.ts +151 -138
- package/dist/context-menu.d.ts.map +1 -0
- package/dist/context-menu.js +151 -173
- package/dist/context-menu.js.map +1 -0
- package/dist/dialog.d.ts +101 -92
- package/dist/dialog.d.ts.map +1 -0
- package/dist/dialog.js +101 -105
- package/dist/dialog.js.map +1 -0
- package/dist/drawer.d.ts +109 -99
- package/dist/drawer.d.ts.map +1 -0
- package/dist/drawer.js +120 -111
- package/dist/drawer.js.map +1 -0
- package/dist/field.d.ts +61 -54
- package/dist/field.d.ts.map +1 -0
- package/dist/field.js +58 -27
- package/dist/field.js.map +1 -0
- package/dist/fieldset.d.ts +24 -19
- package/dist/fieldset.d.ts.map +1 -0
- package/dist/fieldset.js +26 -18
- package/dist/fieldset.js.map +1 -0
- package/dist/form.d.ts +16 -12
- package/dist/form.d.ts.map +1 -0
- package/dist/form.js +18 -8
- package/dist/form.js.map +1 -0
- package/dist/index.d.ts +44 -2077
- package/dist/index.js +44 -314
- package/dist/input.d.ts +16 -12
- package/dist/input.d.ts.map +1 -0
- package/dist/input.js +19 -9
- package/dist/input.js.map +1 -0
- package/dist/lib/arrow-svg.js +28 -0
- package/dist/lib/arrow-svg.js.map +1 -0
- package/dist/lib/button-variants.d.ts +6 -0
- package/dist/lib/button-variants.d.ts.map +1 -0
- package/dist/lib/button-variants.js +31 -0
- package/dist/lib/button-variants.js.map +1 -0
- package/dist/lib/control-variants.d.ts +6 -0
- package/dist/lib/control-variants.d.ts.map +1 -0
- package/dist/lib/control-variants.js +37 -0
- package/dist/lib/control-variants.js.map +1 -0
- package/dist/lib/form-variants.js +11 -0
- package/dist/lib/form-variants.js.map +1 -0
- package/dist/lib/tooltip-variants.d.ts +5 -0
- package/dist/lib/tooltip-variants.d.ts.map +1 -0
- package/dist/lib/tooltip-variants.js +36 -0
- package/dist/lib/tooltip-variants.js.map +1 -0
- package/dist/lib/utils.js +11 -0
- package/dist/lib/utils.js.map +1 -0
- package/dist/menu.d.ts +151 -138
- package/dist/menu.d.ts.map +1 -0
- package/dist/menu.js +151 -146
- package/dist/menu.js.map +1 -0
- package/dist/menubar.d.ts +168 -155
- package/dist/menubar.d.ts.map +1 -0
- package/dist/menubar.js +163 -169
- package/dist/menubar.js.map +1 -0
- package/dist/meter.d.ts +53 -43
- package/dist/meter.d.ts.map +1 -0
- package/dist/meter.js +59 -64
- package/dist/meter.js.map +1 -0
- package/dist/navigation-menu.d.ts +111 -96
- package/dist/navigation-menu.d.ts.map +1 -0
- package/dist/navigation-menu.js +117 -175
- package/dist/navigation-menu.js.map +1 -0
- package/dist/number-field.d.ts +64 -54
- package/dist/number-field.d.ts.map +1 -0
- package/dist/number-field.js +61 -69
- package/dist/number-field.js.map +1 -0
- package/dist/popover.d.ts +90 -82
- package/dist/popover.d.ts.map +1 -0
- package/dist/popover.js +85 -94
- package/dist/popover.js.map +1 -0
- package/dist/preview-card.d.ts +58 -54
- package/dist/preview-card.d.ts.map +1 -0
- package/dist/preview-card.js +57 -81
- package/dist/preview-card.js.map +1 -0
- package/dist/progress.d.ts +48 -40
- package/dist/progress.d.ts.map +1 -0
- package/dist/progress.js +46 -50
- package/dist/progress.js.map +1 -0
- package/dist/radio-group.d.ts +16 -12
- package/dist/radio-group.d.ts.map +1 -0
- package/dist/radio-group.js +18 -14
- package/dist/radio-group.js.map +1 -0
- package/dist/radio.d.ts +24 -19
- package/dist/radio.d.ts.map +1 -0
- package/dist/radio.js +25 -34
- package/dist/radio.js.map +1 -0
- package/dist/scroll-area.d.ts +57 -47
- package/dist/scroll-area.d.ts.map +1 -0
- package/dist/scroll-area.js +54 -56
- package/dist/scroll-area.js.map +1 -0
- package/dist/select.d.ts +146 -133
- package/dist/select.d.ts.map +1 -0
- package/dist/select.js +133 -167
- package/dist/select.js.map +1 -0
- package/dist/separator.d.ts +17 -12
- package/dist/separator.d.ts.map +1 -0
- package/dist/separator.js +19 -23
- package/dist/separator.js.map +1 -0
- package/dist/skeleton.d.ts +20 -0
- package/dist/skeleton.d.ts.map +1 -0
- package/dist/skeleton.js +27 -0
- package/dist/skeleton.js.map +1 -0
- package/dist/slider.d.ts +56 -47
- package/dist/slider.d.ts.map +1 -0
- package/dist/slider.js +53 -62
- package/dist/slider.js.map +1 -0
- package/dist/styles/default.css +26 -0
- package/dist/switch.d.ts +24 -19
- package/dist/switch.d.ts.map +1 -0
- package/dist/switch.js +23 -39
- package/dist/switch.js.map +1 -0
- package/dist/tabs.d.ts +60 -49
- package/dist/tabs.d.ts.map +1 -0
- package/dist/tabs.js +76 -84
- package/dist/tabs.js.map +1 -0
- package/dist/textarea.d.ts +15 -11
- package/dist/textarea.d.ts.map +1 -0
- package/dist/textarea.js +18 -14
- package/dist/textarea.js.map +1 -0
- package/dist/toast.d.ts +87 -81
- package/dist/toast.d.ts.map +1 -0
- package/dist/toast.js +79 -150
- package/dist/toast.js.map +1 -0
- package/dist/toggle-group.d.ts +34 -29
- package/dist/toggle-group.d.ts.map +1 -0
- package/dist/toggle-group.js +31 -34
- package/dist/toggle-group.js.map +1 -0
- package/dist/toggle.d.ts +24 -21
- package/dist/toggle.d.ts.map +1 -0
- package/dist/toggle.js +22 -15
- package/dist/toggle.js.map +1 -0
- package/dist/toolbar.d.ts +64 -56
- package/dist/toolbar.d.ts.map +1 -0
- package/dist/toolbar.js +57 -68
- package/dist/toolbar.js.map +1 -0
- package/dist/tooltip.d.ts +67 -62
- package/dist/tooltip.d.ts.map +1 -0
- package/dist/tooltip.js +65 -90
- package/dist/tooltip.js.map +1 -0
- package/package.json +12 -8
- package/dist/arrow-svg-C6zQTvgS.js +0 -40
- package/dist/button-variants-CbFMPwc8.js +0 -33
- package/dist/control-variants-Bwep4n0y.js +0 -37
- package/dist/form-variants-LJ8gIbk0.js +0 -9
- package/dist/utils-B6yFEsav.js +0 -8
package/dist/index.d.ts
CHANGED
|
@@ -1,2077 +1,44 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import { Button
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import { Toggle
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import { VariantProps } from 'class-variance-authority';
|
|
45
|
-
|
|
46
|
-
export declare const AccordionHeader: {
|
|
47
|
-
({ className, ...props }: AccordionHeaderProps): JSX.Element;
|
|
48
|
-
displayName: string;
|
|
49
|
-
};
|
|
50
|
-
|
|
51
|
-
export declare type AccordionHeaderProps = React_2.ComponentProps<typeof Accordion.Header>;
|
|
52
|
-
|
|
53
|
-
export declare const AccordionItem: {
|
|
54
|
-
({ className, ...props }: AccordionItemProps): JSX.Element;
|
|
55
|
-
displayName: string;
|
|
56
|
-
};
|
|
57
|
-
|
|
58
|
-
export declare type AccordionItemProps = React_2.ComponentProps<typeof Accordion.Item>;
|
|
59
|
-
|
|
60
|
-
export declare const AccordionPanel: {
|
|
61
|
-
({ className, ...props }: AccordionPanelProps): JSX.Element;
|
|
62
|
-
displayName: string;
|
|
63
|
-
};
|
|
64
|
-
|
|
65
|
-
export declare type AccordionPanelProps = React_2.ComponentProps<typeof Accordion.Panel>;
|
|
66
|
-
|
|
67
|
-
export declare const AccordionRoot: {
|
|
68
|
-
({ className, ...props }: AccordionRootProps): JSX.Element;
|
|
69
|
-
displayName: string;
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
export declare type AccordionRootProps = React_2.ComponentProps<typeof Accordion.Root>;
|
|
73
|
-
|
|
74
|
-
export declare const AccordionTrigger: {
|
|
75
|
-
({ className, children, ...props }: AccordionTriggerProps): JSX.Element;
|
|
76
|
-
displayName: string;
|
|
77
|
-
};
|
|
78
|
-
|
|
79
|
-
export declare type AccordionTriggerProps = React_2.ComponentProps<typeof Accordion.Trigger>;
|
|
80
|
-
|
|
81
|
-
export { AlertDialog }
|
|
82
|
-
|
|
83
|
-
export declare const AlertDialogBackdrop: {
|
|
84
|
-
({ className, ...props }: AlertDialogBackdropProps): JSX.Element;
|
|
85
|
-
displayName: string;
|
|
86
|
-
};
|
|
87
|
-
|
|
88
|
-
export declare type AlertDialogBackdropProps = React_2.ComponentProps<typeof AlertDialog.Backdrop>;
|
|
89
|
-
|
|
90
|
-
export declare const AlertDialogClose: {
|
|
91
|
-
({ className, variant, size, ...props }: AlertDialogCloseProps): JSX.Element;
|
|
92
|
-
displayName: string;
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
export declare type AlertDialogCloseProps = React_2.ComponentProps<typeof AlertDialog.Close> & {
|
|
96
|
-
/** Visual style variant */
|
|
97
|
-
variant?: ButtonVariant;
|
|
98
|
-
/** Size of the close button */
|
|
99
|
-
size?: ButtonSize;
|
|
100
|
-
};
|
|
101
|
-
|
|
102
|
-
export declare const AlertDialogDescription: {
|
|
103
|
-
({ className, ...props }: AlertDialogDescriptionProps): JSX.Element;
|
|
104
|
-
displayName: string;
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
export declare type AlertDialogDescriptionProps = React_2.ComponentProps<typeof AlertDialog.Description>;
|
|
108
|
-
|
|
109
|
-
export declare const AlertDialogPopup: {
|
|
110
|
-
({ className, size, ...props }: AlertDialogPopupProps): JSX.Element;
|
|
111
|
-
displayName: string;
|
|
112
|
-
};
|
|
113
|
-
|
|
114
|
-
export declare type AlertDialogPopupProps = React_2.ComponentProps<typeof AlertDialog.Popup> & {
|
|
115
|
-
/** Size of the alert dialog popup */
|
|
116
|
-
size?: 'sm' | 'default' | 'lg' | 'xl' | 'full';
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export declare const AlertDialogPortal: {
|
|
120
|
-
(props: AlertDialogPortalProps): JSX.Element;
|
|
121
|
-
displayName: string;
|
|
122
|
-
};
|
|
123
|
-
|
|
124
|
-
export declare type AlertDialogPortalProps = React_2.ComponentProps<typeof AlertDialog.Portal>;
|
|
125
|
-
|
|
126
|
-
export declare const AlertDialogRoot: {
|
|
127
|
-
(props: AlertDialogRootProps): JSX.Element;
|
|
128
|
-
displayName: string;
|
|
129
|
-
};
|
|
130
|
-
|
|
131
|
-
export declare type AlertDialogRootProps = React_2.ComponentProps<typeof AlertDialog.Root>;
|
|
132
|
-
|
|
133
|
-
export declare const AlertDialogTitle: {
|
|
134
|
-
({ className, ...props }: AlertDialogTitleProps): JSX.Element;
|
|
135
|
-
displayName: string;
|
|
136
|
-
};
|
|
137
|
-
|
|
138
|
-
export declare type AlertDialogTitleProps = React_2.ComponentProps<typeof AlertDialog.Title>;
|
|
139
|
-
|
|
140
|
-
export declare const AlertDialogTrigger: {
|
|
141
|
-
({ className, variant, size, ...props }: AlertDialogTriggerProps): JSX.Element;
|
|
142
|
-
displayName: string;
|
|
143
|
-
};
|
|
144
|
-
|
|
145
|
-
export declare type AlertDialogTriggerProps = React_2.ComponentProps<typeof AlertDialog.Trigger> & {
|
|
146
|
-
/** Visual style variant */
|
|
147
|
-
variant?: ButtonVariant;
|
|
148
|
-
/** Size of the trigger button */
|
|
149
|
-
size?: ButtonSize;
|
|
150
|
-
};
|
|
151
|
-
|
|
152
|
-
export declare const AlertDialogViewport: {
|
|
153
|
-
({ className, ...props }: AlertDialogViewportProps): JSX.Element;
|
|
154
|
-
displayName: string;
|
|
155
|
-
};
|
|
156
|
-
|
|
157
|
-
export declare type AlertDialogViewportProps = React_2.ComponentProps<typeof AlertDialog.Viewport>;
|
|
158
|
-
|
|
159
|
-
export declare const AutocompleteEmpty: {
|
|
160
|
-
({ className, ...props }: AutocompleteEmptyProps): JSX.Element;
|
|
161
|
-
displayName: string;
|
|
162
|
-
};
|
|
163
|
-
|
|
164
|
-
export declare type AutocompleteEmptyProps = React_2.ComponentProps<typeof Autocomplete.Empty>;
|
|
165
|
-
|
|
166
|
-
export declare const AutocompleteInput: {
|
|
167
|
-
({ className, ...props }: AutocompleteInputProps): JSX.Element;
|
|
168
|
-
displayName: string;
|
|
169
|
-
};
|
|
170
|
-
|
|
171
|
-
export declare type AutocompleteInputProps = React_2.ComponentProps<typeof Autocomplete.Input>;
|
|
172
|
-
|
|
173
|
-
export declare const AutocompleteItem: {
|
|
174
|
-
({ className, ...props }: AutocompleteItemProps): JSX.Element;
|
|
175
|
-
displayName: string;
|
|
176
|
-
};
|
|
177
|
-
|
|
178
|
-
export declare type AutocompleteItemProps = React_2.ComponentProps<typeof Autocomplete.Item>;
|
|
179
|
-
|
|
180
|
-
export declare const AutocompleteList: {
|
|
181
|
-
({ className, ...props }: AutocompleteListProps): JSX.Element;
|
|
182
|
-
displayName: string;
|
|
183
|
-
};
|
|
184
|
-
|
|
185
|
-
export declare type AutocompleteListProps = React_2.ComponentProps<typeof Autocomplete.List>;
|
|
186
|
-
|
|
187
|
-
export declare const AutocompletePopup: {
|
|
188
|
-
({ className, ...props }: AutocompletePopupProps): JSX.Element;
|
|
189
|
-
displayName: string;
|
|
190
|
-
};
|
|
191
|
-
|
|
192
|
-
export declare type AutocompletePopupProps = React_2.ComponentProps<typeof Autocomplete.Popup>;
|
|
193
|
-
|
|
194
|
-
export declare const AutocompletePortal: {
|
|
195
|
-
(props: AutocompletePortalProps): JSX.Element;
|
|
196
|
-
displayName: string;
|
|
197
|
-
};
|
|
198
|
-
|
|
199
|
-
export declare type AutocompletePortalProps = React_2.ComponentProps<typeof Autocomplete.Portal>;
|
|
200
|
-
|
|
201
|
-
export declare const AutocompletePositioner: {
|
|
202
|
-
({ className, ...props }: AutocompletePositionerProps): JSX.Element;
|
|
203
|
-
displayName: string;
|
|
204
|
-
};
|
|
205
|
-
|
|
206
|
-
export declare type AutocompletePositionerProps = React_2.ComponentProps<typeof Autocomplete.Positioner>;
|
|
207
|
-
|
|
208
|
-
export declare const AutocompleteRoot: typeof Autocomplete.Root;
|
|
209
|
-
|
|
210
|
-
export { AutocompleteRootProps }
|
|
211
|
-
|
|
212
|
-
export declare const AvatarFallback: {
|
|
213
|
-
({ className, ...props }: AvatarFallbackProps): JSX.Element;
|
|
214
|
-
displayName: string;
|
|
215
|
-
};
|
|
216
|
-
|
|
217
|
-
export declare type AvatarFallbackProps = React_2.ComponentProps<typeof Avatar.Fallback>;
|
|
218
|
-
|
|
219
|
-
export declare const AvatarImage: {
|
|
220
|
-
({ className, ...props }: AvatarImageProps): JSX.Element;
|
|
221
|
-
displayName: string;
|
|
222
|
-
};
|
|
223
|
-
|
|
224
|
-
export declare type AvatarImageProps = React_2.ComponentProps<typeof Avatar.Image>;
|
|
225
|
-
|
|
226
|
-
export declare const AvatarRoot: {
|
|
227
|
-
({ className, size, ...props }: AvatarRootProps): JSX.Element;
|
|
228
|
-
displayName: string;
|
|
229
|
-
};
|
|
230
|
-
|
|
231
|
-
export declare type AvatarRootProps = React_2.ComponentProps<typeof Avatar.Root> & {
|
|
232
|
-
/** Size of the avatar */
|
|
233
|
-
size?: AvatarSize;
|
|
234
|
-
};
|
|
235
|
-
|
|
236
|
-
declare type AvatarSize = 'sm' | 'default' | 'lg';
|
|
237
|
-
|
|
238
|
-
export declare const AvatarStack: {
|
|
239
|
-
({ "aria-label": ariaLabel, maxVisible, className, children, }: AvatarStackProps): JSX.Element;
|
|
240
|
-
displayName: string;
|
|
241
|
-
};
|
|
242
|
-
|
|
243
|
-
export declare type AvatarStackProps = {
|
|
244
|
-
/** ARIA label for the avatar stack list */
|
|
245
|
-
'aria-label': string;
|
|
246
|
-
/** Maximum number of avatars to display before showing overflow indicator */
|
|
247
|
-
maxVisible?: number;
|
|
248
|
-
/** Additional CSS classes */
|
|
249
|
-
className?: string;
|
|
250
|
-
/** Avatar components to display */
|
|
251
|
-
children: React_2.ReactNode;
|
|
252
|
-
};
|
|
253
|
-
|
|
254
|
-
export declare const Button: {
|
|
255
|
-
({ className, variant, size, disabled, children, ...props }: ButtonProps): JSX.Element;
|
|
256
|
-
displayName: string;
|
|
257
|
-
};
|
|
258
|
-
|
|
259
|
-
export declare type ButtonProps = React_2.ComponentProps<typeof Button_2> & {
|
|
260
|
-
/** Visual style variant */
|
|
261
|
-
variant?: ButtonVariant;
|
|
262
|
-
/** Size of the button */
|
|
263
|
-
size?: ButtonSize;
|
|
264
|
-
};
|
|
265
|
-
|
|
266
|
-
declare type ButtonSize = 'sm' | 'default' | 'lg' | 'icon' | 'icon-sm' | 'icon-lg';
|
|
267
|
-
|
|
268
|
-
declare type ButtonVariant = 'default' | 'secondary' | 'outline' | 'ghost' | 'destructive' | 'link';
|
|
269
|
-
|
|
270
|
-
/**
|
|
271
|
-
* Container for the main content of the card.
|
|
272
|
-
*/
|
|
273
|
-
export declare const CardContent: {
|
|
274
|
-
({ className, ...props }: CardContentProps): JSX.Element;
|
|
275
|
-
displayName: string;
|
|
276
|
-
};
|
|
277
|
-
|
|
278
|
-
export declare type CardContentProps = React_2.ComponentProps<'div'>;
|
|
279
|
-
|
|
280
|
-
/**
|
|
281
|
-
* Secondary text content for the card.
|
|
282
|
-
*/
|
|
283
|
-
export declare const CardDescription: {
|
|
284
|
-
({ className, ...props }: CardDescriptionProps): JSX.Element;
|
|
285
|
-
displayName: string;
|
|
286
|
-
};
|
|
287
|
-
|
|
288
|
-
export declare type CardDescriptionProps = React_2.ComponentProps<'p'>;
|
|
289
|
-
|
|
290
|
-
/**
|
|
291
|
-
* Container for card actions and footer content.
|
|
292
|
-
* Use Separator component above footer if a visual divider is needed.
|
|
293
|
-
*/
|
|
294
|
-
export declare const CardFooter: {
|
|
295
|
-
({ className, ...props }: CardFooterProps): JSX.Element;
|
|
296
|
-
displayName: string;
|
|
297
|
-
};
|
|
298
|
-
|
|
299
|
-
export declare type CardFooterProps = React_2.ComponentProps<'footer'>;
|
|
300
|
-
|
|
301
|
-
/**
|
|
302
|
-
* Container for the card's header content (title, description).
|
|
303
|
-
*/
|
|
304
|
-
export declare const CardHeader: {
|
|
305
|
-
({ className, ...props }: CardHeaderProps): JSX.Element;
|
|
306
|
-
displayName: string;
|
|
307
|
-
};
|
|
308
|
-
|
|
309
|
-
export declare type CardHeaderProps = React_2.ComponentProps<'header'>;
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* Container for media content (images, videos) within a card.
|
|
313
|
-
* Use Tailwind aspect-* classes for aspect ratios (e.g., className="aspect-video").
|
|
314
|
-
*/
|
|
315
|
-
export declare const CardMedia: {
|
|
316
|
-
({ className, ...props }: CardMediaProps): JSX.Element;
|
|
317
|
-
displayName: string;
|
|
318
|
-
};
|
|
319
|
-
|
|
320
|
-
export declare type CardMediaProps = React_2.ComponentProps<'div'>;
|
|
321
|
-
|
|
322
|
-
/**
|
|
323
|
-
* The root container for a card component.
|
|
324
|
-
* Renders as an `<article>` for semantic HTML.
|
|
325
|
-
*/
|
|
326
|
-
export declare const CardRoot: React_2.ForwardRefExoticComponent<Omit<CardRootProps, "ref"> & React_2.RefAttributes<HTMLElement>>;
|
|
327
|
-
|
|
328
|
-
export declare type CardRootProps = React_2.ComponentProps<'article'> & VariantProps<typeof cardVariants>;
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* A distinct section within a card, useful for multi-section layouts.
|
|
332
|
-
* Use Separator component between sections if visual dividers are needed.
|
|
333
|
-
*/
|
|
334
|
-
export declare const CardSection: {
|
|
335
|
-
({ className, ...props }: CardSectionProps): JSX.Element;
|
|
336
|
-
displayName: string;
|
|
337
|
-
};
|
|
338
|
-
|
|
339
|
-
export declare type CardSectionProps = React_2.ComponentProps<'section'>;
|
|
340
|
-
|
|
341
|
-
/**
|
|
342
|
-
* The card's title. Renders as an `<h3>` by default.
|
|
343
|
-
* Use the `as` prop to change the heading level.
|
|
344
|
-
*/
|
|
345
|
-
export declare const CardTitle: {
|
|
346
|
-
({ as: Component, className, ...props }: CardTitleProps): JSX.Element;
|
|
347
|
-
displayName: string;
|
|
348
|
-
};
|
|
349
|
-
|
|
350
|
-
export declare type CardTitleProps = React_2.ComponentProps<'h3'> & {
|
|
351
|
-
/** The heading level to render */
|
|
352
|
-
as?: HeadingLevel;
|
|
353
|
-
};
|
|
354
|
-
|
|
355
|
-
declare const cardVariants: (props?: ({
|
|
356
|
-
variant?: "default" | "outline" | "elevated" | null | undefined;
|
|
357
|
-
} & ClassProp) | undefined) => string;
|
|
358
|
-
|
|
359
|
-
export declare const CheckboxGroupRoot: {
|
|
360
|
-
({ className, ...props }: CheckboxGroupRootProps): JSX.Element;
|
|
361
|
-
displayName: string;
|
|
362
|
-
};
|
|
363
|
-
|
|
364
|
-
export declare type CheckboxGroupRootProps = React_2.ComponentProps<typeof CheckboxGroup>;
|
|
365
|
-
|
|
366
|
-
export declare const CheckboxIndicator: {
|
|
367
|
-
({ className, children, ...props }: CheckboxIndicatorProps): JSX.Element;
|
|
368
|
-
displayName: string;
|
|
369
|
-
};
|
|
370
|
-
|
|
371
|
-
export declare type CheckboxIndicatorProps = React_2.ComponentProps<typeof Checkbox.Indicator>;
|
|
372
|
-
|
|
373
|
-
export declare const CheckboxRoot: {
|
|
374
|
-
({ className, ...props }: CheckboxRootProps): JSX.Element;
|
|
375
|
-
displayName: string;
|
|
376
|
-
};
|
|
377
|
-
|
|
378
|
-
export declare type CheckboxRootProps = React_2.ComponentProps<typeof Checkbox.Root>;
|
|
379
|
-
|
|
380
|
-
export declare const CollapsiblePanel: {
|
|
381
|
-
({ className, ...props }: CollapsiblePanelProps): JSX.Element;
|
|
382
|
-
displayName: string;
|
|
383
|
-
};
|
|
384
|
-
|
|
385
|
-
export declare type CollapsiblePanelProps = React_2.ComponentProps<typeof Collapsible.Panel>;
|
|
386
|
-
|
|
387
|
-
export declare const CollapsibleRoot: {
|
|
388
|
-
({ className, ...props }: CollapsibleRootProps): JSX.Element;
|
|
389
|
-
displayName: string;
|
|
390
|
-
};
|
|
391
|
-
|
|
392
|
-
export declare type CollapsibleRootProps = React_2.ComponentProps<typeof Collapsible.Root>;
|
|
393
|
-
|
|
394
|
-
export declare const CollapsibleTrigger: {
|
|
395
|
-
({ className, ...props }: CollapsibleTriggerProps): JSX.Element;
|
|
396
|
-
displayName: string;
|
|
397
|
-
};
|
|
398
|
-
|
|
399
|
-
export declare type CollapsibleTriggerProps = React_2.ComponentProps<typeof Collapsible.Trigger>;
|
|
400
|
-
|
|
401
|
-
export declare const ComboboxArrow: {
|
|
402
|
-
({ className, ...props }: ComboboxArrowProps): JSX.Element;
|
|
403
|
-
displayName: string;
|
|
404
|
-
};
|
|
405
|
-
|
|
406
|
-
export declare type ComboboxArrowProps = React_2.ComponentProps<typeof Combobox.Arrow>;
|
|
407
|
-
|
|
408
|
-
export declare const ComboboxBackdrop: {
|
|
409
|
-
({ className, ...props }: ComboboxBackdropProps): JSX.Element;
|
|
410
|
-
displayName: string;
|
|
411
|
-
};
|
|
412
|
-
|
|
413
|
-
export declare type ComboboxBackdropProps = React_2.ComponentProps<typeof Combobox.Backdrop>;
|
|
414
|
-
|
|
415
|
-
export declare const ComboboxChip: {
|
|
416
|
-
({ className, ...props }: ComboboxChipProps): JSX.Element;
|
|
417
|
-
displayName: string;
|
|
418
|
-
};
|
|
419
|
-
|
|
420
|
-
export declare type ComboboxChipProps = React_2.ComponentProps<typeof Combobox.Chip>;
|
|
421
|
-
|
|
422
|
-
export declare const ComboboxChipRemove: {
|
|
423
|
-
({ className, ...props }: ComboboxChipRemoveProps): JSX.Element;
|
|
424
|
-
displayName: string;
|
|
425
|
-
};
|
|
426
|
-
|
|
427
|
-
export declare type ComboboxChipRemoveProps = React_2.ComponentProps<typeof Combobox.ChipRemove>;
|
|
428
|
-
|
|
429
|
-
export declare const ComboboxChips: React_2.ForwardRefExoticComponent<Omit<Omit<ComboboxChipsProps_2, "ref"> & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
430
|
-
|
|
431
|
-
export declare type ComboboxChipsProps = React_2.ComponentProps<typeof Combobox.Chips>;
|
|
432
|
-
|
|
433
|
-
export declare const ComboboxClear: {
|
|
434
|
-
({ className, ...props }: ComboboxClearProps): JSX.Element;
|
|
435
|
-
displayName: string;
|
|
436
|
-
};
|
|
437
|
-
|
|
438
|
-
export declare type ComboboxClearProps = React_2.ComponentProps<typeof Combobox.Clear>;
|
|
439
|
-
|
|
440
|
-
export declare const ComboboxControl: {
|
|
441
|
-
({ className, ...props }: ComboboxControlProps): JSX.Element;
|
|
442
|
-
displayName: string;
|
|
443
|
-
};
|
|
444
|
-
|
|
445
|
-
export declare type ComboboxControlProps = React_2.ComponentProps<'div'>;
|
|
446
|
-
|
|
447
|
-
export declare const ComboboxEmpty: {
|
|
448
|
-
({ className, ...props }: ComboboxEmptyProps): JSX.Element;
|
|
449
|
-
displayName: string;
|
|
450
|
-
};
|
|
451
|
-
|
|
452
|
-
export declare type ComboboxEmptyProps = React_2.ComponentProps<typeof Combobox.Empty>;
|
|
453
|
-
|
|
454
|
-
export declare const ComboboxGroup: {
|
|
455
|
-
({ className, ...props }: ComboboxGroupProps): JSX.Element;
|
|
456
|
-
displayName: string;
|
|
457
|
-
};
|
|
458
|
-
|
|
459
|
-
export declare const ComboboxGroupLabel: {
|
|
460
|
-
({ className, ...props }: ComboboxGroupLabelProps): JSX.Element;
|
|
461
|
-
displayName: string;
|
|
462
|
-
};
|
|
463
|
-
|
|
464
|
-
export declare type ComboboxGroupLabelProps = React_2.ComponentProps<typeof Combobox.GroupLabel>;
|
|
465
|
-
|
|
466
|
-
export declare type ComboboxGroupProps = React_2.ComponentProps<typeof Combobox.Group>;
|
|
467
|
-
|
|
468
|
-
export declare const ComboboxIcon: {
|
|
469
|
-
({ className, ...props }: ComboboxIconProps): JSX.Element;
|
|
470
|
-
displayName: string;
|
|
471
|
-
};
|
|
472
|
-
|
|
473
|
-
export declare type ComboboxIconProps = React_2.ComponentProps<typeof Combobox.Icon>;
|
|
474
|
-
|
|
475
|
-
export declare const ComboboxInput: {
|
|
476
|
-
({ className, ...props }: ComboboxInputProps): JSX.Element;
|
|
477
|
-
displayName: string;
|
|
478
|
-
};
|
|
479
|
-
|
|
480
|
-
export declare type ComboboxInputProps = React_2.ComponentProps<typeof Combobox.Input>;
|
|
481
|
-
|
|
482
|
-
export declare const ComboboxItem: {
|
|
483
|
-
({ className, ...props }: ComboboxItemProps): JSX.Element;
|
|
484
|
-
displayName: string;
|
|
485
|
-
};
|
|
486
|
-
|
|
487
|
-
export declare const ComboboxItemIndicator: {
|
|
488
|
-
({ className, ...props }: ComboboxItemIndicatorProps): JSX.Element;
|
|
489
|
-
displayName: string;
|
|
490
|
-
};
|
|
491
|
-
|
|
492
|
-
export declare type ComboboxItemIndicatorProps = React_2.ComponentProps<typeof Combobox.ItemIndicator>;
|
|
493
|
-
|
|
494
|
-
export declare type ComboboxItemProps = React_2.ComponentProps<typeof Combobox.Item>;
|
|
495
|
-
|
|
496
|
-
export declare const ComboboxItemText: {
|
|
497
|
-
({ className, ...props }: ComboboxItemTextProps): JSX.Element;
|
|
498
|
-
displayName: string;
|
|
499
|
-
};
|
|
500
|
-
|
|
501
|
-
export declare type ComboboxItemTextProps = React_2.ComponentProps<'span'>;
|
|
502
|
-
|
|
503
|
-
export declare const ComboboxList: {
|
|
504
|
-
({ className, ...props }: ComboboxListProps): JSX.Element;
|
|
505
|
-
displayName: string;
|
|
506
|
-
};
|
|
507
|
-
|
|
508
|
-
export declare type ComboboxListProps = React_2.ComponentProps<typeof Combobox.List>;
|
|
509
|
-
|
|
510
|
-
export declare const ComboboxPopup: {
|
|
511
|
-
({ className, ...props }: ComboboxPopupProps): JSX.Element;
|
|
512
|
-
displayName: string;
|
|
513
|
-
};
|
|
514
|
-
|
|
515
|
-
export declare type ComboboxPopupProps = React_2.ComponentProps<typeof Combobox.Popup>;
|
|
516
|
-
|
|
517
|
-
export declare const ComboboxPortal: {
|
|
518
|
-
(props: ComboboxPortalProps): JSX.Element;
|
|
519
|
-
displayName: string;
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
export declare type ComboboxPortalProps = React_2.ComponentProps<typeof Combobox.Portal>;
|
|
523
|
-
|
|
524
|
-
export declare const ComboboxPositioner: {
|
|
525
|
-
({ className, ...props }: ComboboxPositionerProps): JSX.Element;
|
|
526
|
-
displayName: string;
|
|
527
|
-
};
|
|
528
|
-
|
|
529
|
-
export declare type ComboboxPositionerProps = React_2.ComponentProps<typeof Combobox.Positioner>;
|
|
530
|
-
|
|
531
|
-
export declare function ComboboxRoot<Value, Multiple extends boolean | undefined = false>(props: ComboboxRootProps_2<Value, Multiple>): JSX.Element;
|
|
532
|
-
|
|
533
|
-
export declare namespace ComboboxRoot {
|
|
534
|
-
var displayName: string;
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
export declare type ComboboxRootProps<Value, Multiple extends boolean | undefined = false> = ComboboxRootProps_2<Value, Multiple>;
|
|
538
|
-
|
|
539
|
-
export declare const ComboboxSeparator: {
|
|
540
|
-
({ className, ...props }: ComboboxSeparatorProps): JSX.Element;
|
|
541
|
-
displayName: string;
|
|
542
|
-
};
|
|
543
|
-
|
|
544
|
-
export declare type ComboboxSeparatorProps = React_2.ComponentProps<typeof Combobox.Separator>;
|
|
545
|
-
|
|
546
|
-
export declare const ComboboxTrigger: {
|
|
547
|
-
({ className, ...props }: ComboboxTriggerProps): JSX.Element;
|
|
548
|
-
displayName: string;
|
|
549
|
-
};
|
|
550
|
-
|
|
551
|
-
export declare type ComboboxTriggerProps = React_2.ComponentProps<typeof Combobox.Trigger>;
|
|
552
|
-
|
|
553
|
-
export declare const ComboboxValue: {
|
|
554
|
-
(props: ComboboxValueProps): JSX.Element;
|
|
555
|
-
displayName: string;
|
|
556
|
-
};
|
|
557
|
-
|
|
558
|
-
export declare type ComboboxValueProps = React_2.ComponentProps<typeof Combobox.Value>;
|
|
559
|
-
|
|
560
|
-
export declare const ContextMenuArrow: {
|
|
561
|
-
({ className, ...props }: ContextMenuArrowProps): JSX.Element;
|
|
562
|
-
displayName: string;
|
|
563
|
-
};
|
|
564
|
-
|
|
565
|
-
export declare type ContextMenuArrowProps = React_2.ComponentProps<typeof ContextMenu.Arrow>;
|
|
566
|
-
|
|
567
|
-
export declare const ContextMenuCheckboxItem: {
|
|
568
|
-
({ className, ...props }: ContextMenuCheckboxItemProps): JSX.Element;
|
|
569
|
-
displayName: string;
|
|
570
|
-
};
|
|
571
|
-
|
|
572
|
-
export declare const ContextMenuCheckboxItemIndicator: {
|
|
573
|
-
({ className, ...props }: ContextMenuCheckboxItemIndicatorProps): JSX.Element;
|
|
574
|
-
displayName: string;
|
|
575
|
-
};
|
|
576
|
-
|
|
577
|
-
export declare type ContextMenuCheckboxItemIndicatorProps = React_2.ComponentProps<typeof ContextMenu.CheckboxItemIndicator>;
|
|
578
|
-
|
|
579
|
-
export declare const ContextMenuCheckboxItemLabel: {
|
|
580
|
-
({ className, ...props }: ContextMenuCheckboxItemLabelProps): JSX.Element;
|
|
581
|
-
displayName: string;
|
|
582
|
-
};
|
|
583
|
-
|
|
584
|
-
export declare type ContextMenuCheckboxItemLabelProps = React_2.ComponentProps<'span'>;
|
|
585
|
-
|
|
586
|
-
export declare type ContextMenuCheckboxItemProps = React_2.ComponentProps<typeof ContextMenu.CheckboxItem>;
|
|
587
|
-
|
|
588
|
-
export declare const ContextMenuGroup: {
|
|
589
|
-
({ className, ...props }: ContextMenuGroupProps): JSX.Element;
|
|
590
|
-
displayName: string;
|
|
591
|
-
};
|
|
592
|
-
|
|
593
|
-
export declare const ContextMenuGroupLabel: {
|
|
594
|
-
({ className, ...props }: ContextMenuGroupLabelProps): JSX.Element;
|
|
595
|
-
displayName: string;
|
|
596
|
-
};
|
|
597
|
-
|
|
598
|
-
export declare type ContextMenuGroupLabelProps = React_2.ComponentProps<typeof ContextMenu.GroupLabel>;
|
|
599
|
-
|
|
600
|
-
export declare type ContextMenuGroupProps = React_2.ComponentProps<typeof ContextMenu.Group>;
|
|
601
|
-
|
|
602
|
-
export declare const ContextMenuItem: {
|
|
603
|
-
({ className, ...props }: ContextMenuItemProps): JSX.Element;
|
|
604
|
-
displayName: string;
|
|
605
|
-
};
|
|
606
|
-
|
|
607
|
-
export declare type ContextMenuItemProps = React_2.ComponentProps<typeof ContextMenu.Item>;
|
|
608
|
-
|
|
609
|
-
export declare const ContextMenuPopup: {
|
|
610
|
-
({ className, ...props }: ContextMenuPopupProps): JSX.Element;
|
|
611
|
-
displayName: string;
|
|
612
|
-
};
|
|
613
|
-
|
|
614
|
-
export declare type ContextMenuPopupProps = React_2.ComponentProps<typeof ContextMenu.Popup>;
|
|
615
|
-
|
|
616
|
-
export declare const ContextMenuPortal: {
|
|
617
|
-
(props: ContextMenuPortalProps): JSX.Element;
|
|
618
|
-
displayName: string;
|
|
619
|
-
};
|
|
620
|
-
|
|
621
|
-
export declare type ContextMenuPortalProps = React_2.ComponentProps<typeof ContextMenu.Portal>;
|
|
622
|
-
|
|
623
|
-
export declare const ContextMenuPositioner: {
|
|
624
|
-
({ className, ...props }: ContextMenuPositionerProps): JSX.Element;
|
|
625
|
-
displayName: string;
|
|
626
|
-
};
|
|
627
|
-
|
|
628
|
-
export declare type ContextMenuPositionerProps = React_2.ComponentProps<typeof ContextMenu.Positioner>;
|
|
629
|
-
|
|
630
|
-
export declare const ContextMenuRadioGroup: {
|
|
631
|
-
({ className, ...props }: ContextMenuRadioGroupProps): JSX.Element;
|
|
632
|
-
displayName: string;
|
|
633
|
-
};
|
|
634
|
-
|
|
635
|
-
export declare type ContextMenuRadioGroupProps = React_2.ComponentProps<typeof ContextMenu.RadioGroup>;
|
|
636
|
-
|
|
637
|
-
export declare const ContextMenuRadioItem: {
|
|
638
|
-
({ className, ...props }: ContextMenuRadioItemProps): JSX.Element;
|
|
639
|
-
displayName: string;
|
|
640
|
-
};
|
|
641
|
-
|
|
642
|
-
export declare const ContextMenuRadioItemIndicator: {
|
|
643
|
-
({ className, ...props }: ContextMenuRadioItemIndicatorProps): JSX.Element;
|
|
644
|
-
displayName: string;
|
|
645
|
-
};
|
|
646
|
-
|
|
647
|
-
export declare type ContextMenuRadioItemIndicatorProps = React_2.ComponentProps<typeof ContextMenu.RadioItemIndicator>;
|
|
648
|
-
|
|
649
|
-
export declare const ContextMenuRadioItemLabel: {
|
|
650
|
-
({ className, ...props }: ContextMenuRadioItemLabelProps): JSX.Element;
|
|
651
|
-
displayName: string;
|
|
652
|
-
};
|
|
653
|
-
|
|
654
|
-
export declare type ContextMenuRadioItemLabelProps = React_2.ComponentProps<'span'>;
|
|
655
|
-
|
|
656
|
-
export declare type ContextMenuRadioItemProps = React_2.ComponentProps<typeof ContextMenu.RadioItem>;
|
|
657
|
-
|
|
658
|
-
export declare const ContextMenuRoot: {
|
|
659
|
-
(props: ContextMenuRootProps): JSX.Element;
|
|
660
|
-
displayName: string;
|
|
661
|
-
};
|
|
662
|
-
|
|
663
|
-
export declare type ContextMenuRootProps = React_2.ComponentProps<typeof ContextMenu.Root>;
|
|
664
|
-
|
|
665
|
-
export declare const ContextMenuSeparator: {
|
|
666
|
-
({ className, ...props }: ContextMenuSeparatorProps): JSX.Element;
|
|
667
|
-
displayName: string;
|
|
668
|
-
};
|
|
669
|
-
|
|
670
|
-
export declare type ContextMenuSeparatorProps = React_2.ComponentProps<typeof ContextMenu.Separator>;
|
|
671
|
-
|
|
672
|
-
export declare const ContextMenuSubmenuRoot: {
|
|
673
|
-
(props: ContextMenuSubmenuRootProps): JSX.Element;
|
|
674
|
-
displayName: string;
|
|
675
|
-
};
|
|
676
|
-
|
|
677
|
-
export declare type ContextMenuSubmenuRootProps = React_2.ComponentProps<typeof ContextMenu.SubmenuRoot>;
|
|
678
|
-
|
|
679
|
-
export declare const ContextMenuSubmenuTrigger: {
|
|
680
|
-
({ className, ...props }: ContextMenuSubmenuTriggerProps): JSX.Element;
|
|
681
|
-
displayName: string;
|
|
682
|
-
};
|
|
683
|
-
|
|
684
|
-
export declare type ContextMenuSubmenuTriggerProps = React_2.ComponentProps<typeof ContextMenu.SubmenuTrigger>;
|
|
685
|
-
|
|
686
|
-
export declare const ContextMenuTrigger: {
|
|
687
|
-
({ className, ...props }: ContextMenuTriggerProps): JSX.Element;
|
|
688
|
-
displayName: string;
|
|
689
|
-
};
|
|
690
|
-
|
|
691
|
-
export declare type ContextMenuTriggerProps = React_2.ComponentProps<typeof ContextMenu.Trigger>;
|
|
692
|
-
|
|
693
|
-
export declare type ControlSize = 'sm' | 'default' | 'lg' | 'icon' | 'icon-sm' | 'icon-lg';
|
|
694
|
-
|
|
695
|
-
declare type ControlVariant = 'default' | 'ghost';
|
|
696
|
-
|
|
697
|
-
export declare const DialogBackdrop: {
|
|
698
|
-
({ className, ...props }: DialogBackdropProps): JSX.Element;
|
|
699
|
-
displayName: string;
|
|
700
|
-
};
|
|
701
|
-
|
|
702
|
-
export declare type DialogBackdropProps = React_2.ComponentProps<typeof Dialog.Backdrop>;
|
|
703
|
-
|
|
704
|
-
export declare const DialogClose: {
|
|
705
|
-
({ className, variant, size, ...props }: DialogCloseProps): JSX.Element;
|
|
706
|
-
displayName: string;
|
|
707
|
-
};
|
|
708
|
-
|
|
709
|
-
export declare type DialogCloseProps = React_2.ComponentProps<typeof Dialog.Close> & {
|
|
710
|
-
/** Visual style variant */
|
|
711
|
-
variant?: ButtonVariant;
|
|
712
|
-
/** Size of the close button */
|
|
713
|
-
size?: ButtonSize;
|
|
714
|
-
};
|
|
715
|
-
|
|
716
|
-
export declare const DialogDescription: {
|
|
717
|
-
({ className, ...props }: DialogDescriptionProps): JSX.Element;
|
|
718
|
-
displayName: string;
|
|
719
|
-
};
|
|
720
|
-
|
|
721
|
-
export declare type DialogDescriptionProps = React_2.ComponentProps<typeof Dialog.Description>;
|
|
722
|
-
|
|
723
|
-
export declare const DialogFooter: {
|
|
724
|
-
({ className, ...props }: DialogFooterProps): JSX.Element;
|
|
725
|
-
displayName: string;
|
|
726
|
-
};
|
|
727
|
-
|
|
728
|
-
export declare type DialogFooterProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
729
|
-
|
|
730
|
-
export declare const DialogHeader: {
|
|
731
|
-
({ className, ...props }: DialogHeaderProps): JSX.Element;
|
|
732
|
-
displayName: string;
|
|
733
|
-
};
|
|
734
|
-
|
|
735
|
-
export declare type DialogHeaderProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
736
|
-
|
|
737
|
-
export declare const DialogPopup: {
|
|
738
|
-
({ className, size, ...props }: DialogPopupProps): JSX.Element;
|
|
739
|
-
displayName: string;
|
|
740
|
-
};
|
|
741
|
-
|
|
742
|
-
export declare type DialogPopupProps = React_2.ComponentProps<typeof Dialog.Popup> & {
|
|
743
|
-
/** Size of the dialog popup */
|
|
744
|
-
size?: 'sm' | 'default' | 'lg' | 'xl' | 'full';
|
|
745
|
-
};
|
|
746
|
-
|
|
747
|
-
export declare const DialogPortal: {
|
|
748
|
-
(props: DialogPortalProps): JSX.Element;
|
|
749
|
-
displayName: string;
|
|
750
|
-
};
|
|
751
|
-
|
|
752
|
-
export declare type DialogPortalProps = React_2.ComponentProps<typeof Dialog.Portal>;
|
|
753
|
-
|
|
754
|
-
export declare const DialogRoot: {
|
|
755
|
-
(props: DialogRootProps): JSX.Element;
|
|
756
|
-
displayName: string;
|
|
757
|
-
};
|
|
758
|
-
|
|
759
|
-
export declare type DialogRootProps = React_2.ComponentProps<typeof Dialog.Root>;
|
|
760
|
-
|
|
761
|
-
export declare const DialogTitle: {
|
|
762
|
-
({ className, ...props }: DialogTitleProps): JSX.Element;
|
|
763
|
-
displayName: string;
|
|
764
|
-
};
|
|
765
|
-
|
|
766
|
-
export declare type DialogTitleProps = React_2.ComponentProps<typeof Dialog.Title>;
|
|
767
|
-
|
|
768
|
-
export declare const DialogTrigger: {
|
|
769
|
-
({ className, variant, size, ...props }: DialogTriggerProps): JSX.Element;
|
|
770
|
-
displayName: string;
|
|
771
|
-
};
|
|
772
|
-
|
|
773
|
-
export declare type DialogTriggerProps = React_2.ComponentProps<typeof Dialog.Trigger> & {
|
|
774
|
-
/** Visual style variant */
|
|
775
|
-
variant?: ButtonVariant;
|
|
776
|
-
/** Size of the trigger button */
|
|
777
|
-
size?: ButtonSize;
|
|
778
|
-
};
|
|
779
|
-
|
|
780
|
-
export declare const DrawerBackdrop: {
|
|
781
|
-
({ className, ...props }: DrawerBackdropProps): JSX.Element;
|
|
782
|
-
displayName: string;
|
|
783
|
-
};
|
|
784
|
-
|
|
785
|
-
export declare type DrawerBackdropProps = React_2.ComponentProps<typeof Dialog.Backdrop>;
|
|
786
|
-
|
|
787
|
-
export declare const DrawerClose: {
|
|
788
|
-
({ className, variant, size, ...props }: DrawerCloseProps): JSX.Element;
|
|
789
|
-
displayName: string;
|
|
790
|
-
};
|
|
791
|
-
|
|
792
|
-
export declare type DrawerCloseProps = React_2.ComponentProps<typeof Dialog.Close> & {
|
|
793
|
-
/** Visual style variant */
|
|
794
|
-
variant?: ButtonVariant;
|
|
795
|
-
/** Size of the close button */
|
|
796
|
-
size?: ButtonSize;
|
|
797
|
-
};
|
|
798
|
-
|
|
799
|
-
export declare const DrawerContent: {
|
|
800
|
-
({ className, ...props }: DrawerContentProps): JSX.Element;
|
|
801
|
-
displayName: string;
|
|
802
|
-
};
|
|
803
|
-
|
|
804
|
-
export declare type DrawerContentProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
805
|
-
|
|
806
|
-
export declare const DrawerDescription: {
|
|
807
|
-
({ className, ...props }: DrawerDescriptionProps): JSX.Element;
|
|
808
|
-
displayName: string;
|
|
809
|
-
};
|
|
810
|
-
|
|
811
|
-
export declare type DrawerDescriptionProps = React_2.ComponentProps<typeof Dialog.Description>;
|
|
812
|
-
|
|
813
|
-
export declare const DrawerFooter: {
|
|
814
|
-
({ className, ...props }: DrawerFooterProps): JSX.Element;
|
|
815
|
-
displayName: string;
|
|
816
|
-
};
|
|
817
|
-
|
|
818
|
-
export declare type DrawerFooterProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
819
|
-
|
|
820
|
-
export declare const DrawerHeader: {
|
|
821
|
-
({ className, ...props }: DrawerHeaderProps): JSX.Element;
|
|
822
|
-
displayName: string;
|
|
823
|
-
};
|
|
824
|
-
|
|
825
|
-
export declare type DrawerHeaderProps = React_2.HTMLAttributes<HTMLDivElement>;
|
|
826
|
-
|
|
827
|
-
export declare const DrawerPopup: {
|
|
828
|
-
({ className, side, ...props }: DrawerPopupProps): JSX.Element;
|
|
829
|
-
displayName: string;
|
|
830
|
-
};
|
|
831
|
-
|
|
832
|
-
export declare type DrawerPopupProps = React_2.ComponentProps<typeof Dialog.Popup> & {
|
|
833
|
-
/** Side from which the drawer slides in */
|
|
834
|
-
side?: 'top' | 'right' | 'bottom' | 'left';
|
|
835
|
-
};
|
|
836
|
-
|
|
837
|
-
export declare const DrawerPortal: {
|
|
838
|
-
(props: DrawerPortalProps): JSX.Element;
|
|
839
|
-
displayName: string;
|
|
840
|
-
};
|
|
841
|
-
|
|
842
|
-
export declare type DrawerPortalProps = React_2.ComponentProps<typeof Dialog.Portal>;
|
|
843
|
-
|
|
844
|
-
export declare const DrawerRoot: {
|
|
845
|
-
(props: DrawerRootProps): JSX.Element;
|
|
846
|
-
displayName: string;
|
|
847
|
-
};
|
|
848
|
-
|
|
849
|
-
export declare type DrawerRootProps = React_2.ComponentProps<typeof Dialog.Root>;
|
|
850
|
-
|
|
851
|
-
export declare const DrawerTitle: {
|
|
852
|
-
({ className, ...props }: DrawerTitleProps): JSX.Element;
|
|
853
|
-
displayName: string;
|
|
854
|
-
};
|
|
855
|
-
|
|
856
|
-
export declare type DrawerTitleProps = React_2.ComponentProps<typeof Dialog.Title>;
|
|
857
|
-
|
|
858
|
-
export declare const DrawerTrigger: {
|
|
859
|
-
({ className, variant, size, ...props }: DrawerTriggerProps): JSX.Element;
|
|
860
|
-
displayName: string;
|
|
861
|
-
};
|
|
862
|
-
|
|
863
|
-
export declare type DrawerTriggerProps = React_2.ComponentProps<typeof Dialog.Trigger> & {
|
|
864
|
-
/** Visual style variant */
|
|
865
|
-
variant?: ButtonVariant;
|
|
866
|
-
/** Size of the trigger button */
|
|
867
|
-
size?: ButtonSize;
|
|
868
|
-
};
|
|
869
|
-
|
|
870
|
-
export declare const FieldControl: {
|
|
871
|
-
({ className, ...props }: FieldControlProps): JSX.Element;
|
|
872
|
-
displayName: string;
|
|
873
|
-
};
|
|
874
|
-
|
|
875
|
-
export declare type FieldControlProps = React_2.ComponentProps<typeof Field.Control>;
|
|
876
|
-
|
|
877
|
-
export declare const FieldDescription: {
|
|
878
|
-
({ className, ...props }: FieldDescriptionProps): JSX.Element;
|
|
879
|
-
displayName: string;
|
|
880
|
-
};
|
|
881
|
-
|
|
882
|
-
export declare type FieldDescriptionProps = React_2.ComponentProps<typeof Field.Description>;
|
|
883
|
-
|
|
884
|
-
export declare const FieldError: {
|
|
885
|
-
({ className, ...props }: FieldErrorProps): JSX.Element;
|
|
886
|
-
displayName: string;
|
|
887
|
-
};
|
|
888
|
-
|
|
889
|
-
export declare type FieldErrorProps = React_2.ComponentProps<typeof Field.Error>;
|
|
890
|
-
|
|
891
|
-
export declare const FieldItem: {
|
|
892
|
-
({ className, ...props }: FieldItemProps): JSX.Element;
|
|
893
|
-
displayName: string;
|
|
894
|
-
};
|
|
895
|
-
|
|
896
|
-
export declare type FieldItemProps = React_2.ComponentProps<typeof Field.Item>;
|
|
897
|
-
|
|
898
|
-
export declare const FieldLabel: {
|
|
899
|
-
({ className, ...props }: FieldLabelProps): JSX.Element;
|
|
900
|
-
displayName: string;
|
|
901
|
-
};
|
|
902
|
-
|
|
903
|
-
export declare type FieldLabelProps = React_2.ComponentProps<typeof Field.Label>;
|
|
904
|
-
|
|
905
|
-
export declare const FieldRoot: {
|
|
906
|
-
({ className, ...props }: FieldRootProps): JSX.Element;
|
|
907
|
-
displayName: string;
|
|
908
|
-
};
|
|
909
|
-
|
|
910
|
-
export declare type FieldRootProps = React_2.ComponentProps<typeof Field.Root>;
|
|
911
|
-
|
|
912
|
-
export declare const FieldsetLegend: {
|
|
913
|
-
({ className, ...props }: FieldsetLegendProps): JSX.Element;
|
|
914
|
-
displayName: string;
|
|
915
|
-
};
|
|
916
|
-
|
|
917
|
-
export declare type FieldsetLegendProps = React_2.ComponentProps<typeof Fieldset.Legend>;
|
|
918
|
-
|
|
919
|
-
export declare const FieldsetRoot: {
|
|
920
|
-
({ className, ...props }: FieldsetRootProps): JSX.Element;
|
|
921
|
-
displayName: string;
|
|
922
|
-
};
|
|
923
|
-
|
|
924
|
-
export declare type FieldsetRootProps = React_2.ComponentProps<typeof Fieldset.Root>;
|
|
925
|
-
|
|
926
|
-
export declare const FieldValidity: {
|
|
927
|
-
(props: FieldValidityProps): JSX.Element;
|
|
928
|
-
displayName: string;
|
|
929
|
-
};
|
|
930
|
-
|
|
931
|
-
export declare type FieldValidityProps = React_2.ComponentProps<typeof Field.Validity>;
|
|
932
|
-
|
|
933
|
-
export declare const FormRoot: {
|
|
934
|
-
({ className, ...props }: FormRootProps): JSX.Element;
|
|
935
|
-
displayName: string;
|
|
936
|
-
};
|
|
937
|
-
|
|
938
|
-
export declare type FormRootProps = React_2.ComponentProps<typeof Form>;
|
|
939
|
-
|
|
940
|
-
declare type HeadingLevel = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
941
|
-
|
|
942
|
-
export declare const Input: {
|
|
943
|
-
({ className, ...props }: InputProps): JSX.Element;
|
|
944
|
-
displayName: string;
|
|
945
|
-
};
|
|
946
|
-
|
|
947
|
-
export declare type InputProps = React_2.ComponentProps<typeof Input_2>;
|
|
948
|
-
|
|
949
|
-
export declare const MenuArrow: {
|
|
950
|
-
({ className, ...props }: MenuArrowProps): JSX.Element;
|
|
951
|
-
displayName: string;
|
|
952
|
-
};
|
|
953
|
-
|
|
954
|
-
export declare type MenuArrowProps = React_2.ComponentProps<typeof Menu.Arrow>;
|
|
955
|
-
|
|
956
|
-
export declare const MenubarArrow: {
|
|
957
|
-
({ className, ...props }: MenubarArrowProps): JSX.Element;
|
|
958
|
-
displayName: string;
|
|
959
|
-
};
|
|
960
|
-
|
|
961
|
-
export declare type MenubarArrowProps = React_2.ComponentProps<typeof Menu.Arrow>;
|
|
962
|
-
|
|
963
|
-
export declare const MenubarCheckboxItem: {
|
|
964
|
-
({ className, ...props }: MenubarCheckboxItemProps): JSX.Element;
|
|
965
|
-
displayName: string;
|
|
966
|
-
};
|
|
967
|
-
|
|
968
|
-
export declare const MenubarCheckboxItemIndicator: {
|
|
969
|
-
({ className, ...props }: MenubarCheckboxItemIndicatorProps): JSX.Element;
|
|
970
|
-
displayName: string;
|
|
971
|
-
};
|
|
972
|
-
|
|
973
|
-
export declare type MenubarCheckboxItemIndicatorProps = React_2.ComponentProps<typeof Menu.CheckboxItemIndicator>;
|
|
974
|
-
|
|
975
|
-
export declare const MenubarCheckboxItemLabel: {
|
|
976
|
-
({ className, ...props }: MenubarCheckboxItemLabelProps): JSX.Element;
|
|
977
|
-
displayName: string;
|
|
978
|
-
};
|
|
979
|
-
|
|
980
|
-
export declare type MenubarCheckboxItemLabelProps = React_2.ComponentProps<'span'>;
|
|
981
|
-
|
|
982
|
-
export declare type MenubarCheckboxItemProps = React_2.ComponentProps<typeof Menu.CheckboxItem>;
|
|
983
|
-
|
|
984
|
-
export declare const MenubarGroup: {
|
|
985
|
-
({ className, ...props }: MenubarGroupProps): JSX.Element;
|
|
986
|
-
displayName: string;
|
|
987
|
-
};
|
|
988
|
-
|
|
989
|
-
export declare const MenubarGroupLabel: {
|
|
990
|
-
({ className, ...props }: MenubarGroupLabelProps): JSX.Element;
|
|
991
|
-
displayName: string;
|
|
992
|
-
};
|
|
993
|
-
|
|
994
|
-
export declare type MenubarGroupLabelProps = React_2.ComponentProps<typeof Menu.GroupLabel>;
|
|
995
|
-
|
|
996
|
-
export declare type MenubarGroupProps = React_2.ComponentProps<typeof Menu.Group>;
|
|
997
|
-
|
|
998
|
-
export declare const MenubarItem: {
|
|
999
|
-
({ className, ...props }: MenubarItemProps): JSX.Element;
|
|
1000
|
-
displayName: string;
|
|
1001
|
-
};
|
|
1002
|
-
|
|
1003
|
-
export declare type MenubarItemProps = React_2.ComponentProps<typeof Menu.Item>;
|
|
1004
|
-
|
|
1005
|
-
export declare const MenubarMenu: {
|
|
1006
|
-
(props: MenubarMenuProps): JSX.Element;
|
|
1007
|
-
displayName: string;
|
|
1008
|
-
};
|
|
1009
|
-
|
|
1010
|
-
export declare type MenubarMenuProps = React_2.ComponentProps<typeof Menu.Root>;
|
|
1011
|
-
|
|
1012
|
-
export declare const MenubarPopup: {
|
|
1013
|
-
({ className, ...props }: MenubarPopupProps): JSX.Element;
|
|
1014
|
-
displayName: string;
|
|
1015
|
-
};
|
|
1016
|
-
|
|
1017
|
-
export declare type MenubarPopupProps = React_2.ComponentProps<typeof Menu.Popup>;
|
|
1018
|
-
|
|
1019
|
-
export declare const MenubarPortal: {
|
|
1020
|
-
(props: MenubarPortalProps): JSX.Element;
|
|
1021
|
-
displayName: string;
|
|
1022
|
-
};
|
|
1023
|
-
|
|
1024
|
-
export declare type MenubarPortalProps = React_2.ComponentProps<typeof Menu.Portal>;
|
|
1025
|
-
|
|
1026
|
-
export declare const MenubarPositioner: {
|
|
1027
|
-
({ className, ...props }: MenubarPositionerProps): JSX.Element;
|
|
1028
|
-
displayName: string;
|
|
1029
|
-
};
|
|
1030
|
-
|
|
1031
|
-
export declare type MenubarPositionerProps = React_2.ComponentProps<typeof Menu.Positioner>;
|
|
1032
|
-
|
|
1033
|
-
export declare const MenubarRadioGroup: {
|
|
1034
|
-
({ className, ...props }: MenubarRadioGroupProps): JSX.Element;
|
|
1035
|
-
displayName: string;
|
|
1036
|
-
};
|
|
1037
|
-
|
|
1038
|
-
export declare type MenubarRadioGroupProps = React_2.ComponentProps<typeof Menu.RadioGroup>;
|
|
1039
|
-
|
|
1040
|
-
export declare const MenubarRadioItem: {
|
|
1041
|
-
({ className, ...props }: MenubarRadioItemProps): JSX.Element;
|
|
1042
|
-
displayName: string;
|
|
1043
|
-
};
|
|
1044
|
-
|
|
1045
|
-
export declare const MenubarRadioItemIndicator: {
|
|
1046
|
-
({ className, ...props }: MenubarRadioItemIndicatorProps): JSX.Element;
|
|
1047
|
-
displayName: string;
|
|
1048
|
-
};
|
|
1049
|
-
|
|
1050
|
-
export declare type MenubarRadioItemIndicatorProps = React_2.ComponentProps<typeof Menu.RadioItemIndicator>;
|
|
1051
|
-
|
|
1052
|
-
export declare const MenubarRadioItemLabel: {
|
|
1053
|
-
({ className, ...props }: MenubarRadioItemLabelProps): JSX.Element;
|
|
1054
|
-
displayName: string;
|
|
1055
|
-
};
|
|
1056
|
-
|
|
1057
|
-
export declare type MenubarRadioItemLabelProps = React_2.ComponentProps<'span'>;
|
|
1058
|
-
|
|
1059
|
-
export declare type MenubarRadioItemProps = React_2.ComponentProps<typeof Menu.RadioItem>;
|
|
1060
|
-
|
|
1061
|
-
export declare const MenubarRoot: {
|
|
1062
|
-
({ className, ...props }: MenubarRootProps): JSX.Element;
|
|
1063
|
-
displayName: string;
|
|
1064
|
-
};
|
|
1065
|
-
|
|
1066
|
-
export declare type MenubarRootProps = React_2.ComponentProps<typeof Menubar>;
|
|
1067
|
-
|
|
1068
|
-
export declare const MenubarSeparator: {
|
|
1069
|
-
({ className, ...props }: MenubarSeparatorProps): JSX.Element;
|
|
1070
|
-
displayName: string;
|
|
1071
|
-
};
|
|
1072
|
-
|
|
1073
|
-
export declare type MenubarSeparatorProps = React_2.ComponentProps<typeof Menu.Separator>;
|
|
1074
|
-
|
|
1075
|
-
export declare const MenubarSubmenuRoot: {
|
|
1076
|
-
(props: MenubarSubmenuRootProps): JSX.Element;
|
|
1077
|
-
displayName: string;
|
|
1078
|
-
};
|
|
1079
|
-
|
|
1080
|
-
export declare type MenubarSubmenuRootProps = React_2.ComponentProps<typeof Menu.SubmenuRoot>;
|
|
1081
|
-
|
|
1082
|
-
export declare const MenubarSubmenuTrigger: {
|
|
1083
|
-
({ className, ...props }: MenubarSubmenuTriggerProps): JSX.Element;
|
|
1084
|
-
displayName: string;
|
|
1085
|
-
};
|
|
1086
|
-
|
|
1087
|
-
export declare type MenubarSubmenuTriggerProps = React_2.ComponentProps<typeof Menu.SubmenuTrigger>;
|
|
1088
|
-
|
|
1089
|
-
export declare const MenubarTrigger: {
|
|
1090
|
-
({ className, variant, size, ...props }: MenubarTriggerProps): JSX.Element;
|
|
1091
|
-
displayName: string;
|
|
1092
|
-
};
|
|
1093
|
-
|
|
1094
|
-
export declare type MenubarTriggerProps = React_2.ComponentProps<typeof Menu.Trigger> & {
|
|
1095
|
-
/** Visual style of the trigger */
|
|
1096
|
-
variant?: ControlVariant;
|
|
1097
|
-
/** Size of the trigger */
|
|
1098
|
-
size?: ControlSize;
|
|
1099
|
-
};
|
|
1100
|
-
|
|
1101
|
-
export declare const MenuCheckboxItem: {
|
|
1102
|
-
({ className, ...props }: MenuCheckboxItemProps): JSX.Element;
|
|
1103
|
-
displayName: string;
|
|
1104
|
-
};
|
|
1105
|
-
|
|
1106
|
-
export declare const MenuCheckboxItemIndicator: {
|
|
1107
|
-
({ className, ...props }: MenuCheckboxItemIndicatorProps): JSX.Element;
|
|
1108
|
-
displayName: string;
|
|
1109
|
-
};
|
|
1110
|
-
|
|
1111
|
-
export declare type MenuCheckboxItemIndicatorProps = React_2.ComponentProps<typeof Menu.CheckboxItemIndicator>;
|
|
1112
|
-
|
|
1113
|
-
export declare const MenuCheckboxItemLabel: {
|
|
1114
|
-
({ className, ...props }: MenuCheckboxItemLabelProps): JSX.Element;
|
|
1115
|
-
displayName: string;
|
|
1116
|
-
};
|
|
1117
|
-
|
|
1118
|
-
export declare type MenuCheckboxItemLabelProps = React_2.ComponentProps<'span'>;
|
|
1119
|
-
|
|
1120
|
-
export declare type MenuCheckboxItemProps = React_2.ComponentProps<typeof Menu.CheckboxItem>;
|
|
1121
|
-
|
|
1122
|
-
export declare const MenuGroup: {
|
|
1123
|
-
({ className, ...props }: MenuGroupProps): JSX.Element;
|
|
1124
|
-
displayName: string;
|
|
1125
|
-
};
|
|
1126
|
-
|
|
1127
|
-
export declare const MenuGroupLabel: {
|
|
1128
|
-
({ className, ...props }: MenuGroupLabelProps): JSX.Element;
|
|
1129
|
-
displayName: string;
|
|
1130
|
-
};
|
|
1131
|
-
|
|
1132
|
-
export declare type MenuGroupLabelProps = React_2.ComponentProps<typeof Menu.GroupLabel>;
|
|
1133
|
-
|
|
1134
|
-
export declare type MenuGroupProps = React_2.ComponentProps<typeof Menu.Group>;
|
|
1135
|
-
|
|
1136
|
-
export declare const MenuItem: {
|
|
1137
|
-
({ className, ...props }: MenuItemProps): JSX.Element;
|
|
1138
|
-
displayName: string;
|
|
1139
|
-
};
|
|
1140
|
-
|
|
1141
|
-
export declare type MenuItemProps = React_2.ComponentProps<typeof Menu.Item>;
|
|
1142
|
-
|
|
1143
|
-
export declare const MenuPopup: {
|
|
1144
|
-
({ className, ...props }: MenuPopupProps): JSX.Element;
|
|
1145
|
-
displayName: string;
|
|
1146
|
-
};
|
|
1147
|
-
|
|
1148
|
-
export declare type MenuPopupProps = React_2.ComponentProps<typeof Menu.Popup>;
|
|
1149
|
-
|
|
1150
|
-
export declare const MenuPortal: {
|
|
1151
|
-
(props: MenuPortalProps): JSX.Element;
|
|
1152
|
-
displayName: string;
|
|
1153
|
-
};
|
|
1154
|
-
|
|
1155
|
-
export declare type MenuPortalProps = React_2.ComponentProps<typeof Menu.Portal>;
|
|
1156
|
-
|
|
1157
|
-
export declare const MenuPositioner: {
|
|
1158
|
-
({ className, ...props }: MenuPositionerProps): JSX.Element;
|
|
1159
|
-
displayName: string;
|
|
1160
|
-
};
|
|
1161
|
-
|
|
1162
|
-
export declare type MenuPositionerProps = React_2.ComponentProps<typeof Menu.Positioner>;
|
|
1163
|
-
|
|
1164
|
-
export declare const MenuRadioGroup: {
|
|
1165
|
-
({ className, ...props }: MenuRadioGroupProps): JSX.Element;
|
|
1166
|
-
displayName: string;
|
|
1167
|
-
};
|
|
1168
|
-
|
|
1169
|
-
export declare type MenuRadioGroupProps = React_2.ComponentProps<typeof Menu.RadioGroup>;
|
|
1170
|
-
|
|
1171
|
-
export declare const MenuRadioItem: {
|
|
1172
|
-
({ className, ...props }: MenuRadioItemProps): JSX.Element;
|
|
1173
|
-
displayName: string;
|
|
1174
|
-
};
|
|
1175
|
-
|
|
1176
|
-
export declare const MenuRadioItemIndicator: {
|
|
1177
|
-
({ className, ...props }: MenuRadioItemIndicatorProps): JSX.Element;
|
|
1178
|
-
displayName: string;
|
|
1179
|
-
};
|
|
1180
|
-
|
|
1181
|
-
export declare type MenuRadioItemIndicatorProps = React_2.ComponentProps<typeof Menu.RadioItemIndicator>;
|
|
1182
|
-
|
|
1183
|
-
export declare const MenuRadioItemLabel: {
|
|
1184
|
-
({ className, ...props }: MenuRadioItemLabelProps): JSX.Element;
|
|
1185
|
-
displayName: string;
|
|
1186
|
-
};
|
|
1187
|
-
|
|
1188
|
-
export declare type MenuRadioItemLabelProps = React_2.ComponentProps<'span'>;
|
|
1189
|
-
|
|
1190
|
-
export declare type MenuRadioItemProps = React_2.ComponentProps<typeof Menu.RadioItem>;
|
|
1191
|
-
|
|
1192
|
-
export declare const MenuRoot: {
|
|
1193
|
-
(props: MenuRootProps): JSX.Element;
|
|
1194
|
-
displayName: string;
|
|
1195
|
-
};
|
|
1196
|
-
|
|
1197
|
-
export declare type MenuRootProps = React_2.ComponentProps<typeof Menu.Root>;
|
|
1198
|
-
|
|
1199
|
-
export declare const MenuSeparator: {
|
|
1200
|
-
({ className, ...props }: MenuSeparatorProps): JSX.Element;
|
|
1201
|
-
displayName: string;
|
|
1202
|
-
};
|
|
1203
|
-
|
|
1204
|
-
export declare type MenuSeparatorProps = React_2.ComponentProps<typeof Menu.Separator>;
|
|
1205
|
-
|
|
1206
|
-
export declare const MenuSubmenuRoot: {
|
|
1207
|
-
(props: MenuSubmenuRootProps): JSX.Element;
|
|
1208
|
-
displayName: string;
|
|
1209
|
-
};
|
|
1210
|
-
|
|
1211
|
-
export declare type MenuSubmenuRootProps = React_2.ComponentProps<typeof Menu.SubmenuRoot>;
|
|
1212
|
-
|
|
1213
|
-
export declare const MenuSubmenuTrigger: {
|
|
1214
|
-
({ className, ...props }: MenuSubmenuTriggerProps): JSX.Element;
|
|
1215
|
-
displayName: string;
|
|
1216
|
-
};
|
|
1217
|
-
|
|
1218
|
-
export declare type MenuSubmenuTriggerProps = React_2.ComponentProps<typeof Menu.SubmenuTrigger>;
|
|
1219
|
-
|
|
1220
|
-
export declare const MenuTrigger: {
|
|
1221
|
-
({ className, ...props }: MenuTriggerProps): JSX.Element;
|
|
1222
|
-
displayName: string;
|
|
1223
|
-
};
|
|
1224
|
-
|
|
1225
|
-
export declare type MenuTriggerProps = React_2.ComponentProps<typeof Menu.Trigger>;
|
|
1226
|
-
|
|
1227
|
-
export declare const MeterIndicator: {
|
|
1228
|
-
({ className, ...props }: MeterIndicatorProps): JSX.Element;
|
|
1229
|
-
displayName: string;
|
|
1230
|
-
};
|
|
1231
|
-
|
|
1232
|
-
export declare type MeterIndicatorProps = React_2.ComponentProps<typeof Meter.Indicator>;
|
|
1233
|
-
|
|
1234
|
-
export declare const MeterLabel: {
|
|
1235
|
-
({ className, ...props }: MeterLabelProps): JSX.Element;
|
|
1236
|
-
displayName: string;
|
|
1237
|
-
};
|
|
1238
|
-
|
|
1239
|
-
export declare type MeterLabelProps = React_2.ComponentProps<typeof Meter.Label>;
|
|
1240
|
-
|
|
1241
|
-
export declare const MeterRoot: {
|
|
1242
|
-
({ className, animated, value, ...props }: MeterRootProps): JSX.Element;
|
|
1243
|
-
displayName: string;
|
|
1244
|
-
};
|
|
1245
|
-
|
|
1246
|
-
export declare type MeterRootProps = React_2.ComponentProps<typeof Meter.Root> & {
|
|
1247
|
-
/** Whether to animate the meter from 0 to its value on mount */
|
|
1248
|
-
animated?: boolean;
|
|
1249
|
-
};
|
|
1250
|
-
|
|
1251
|
-
export declare const MeterTrack: {
|
|
1252
|
-
({ className, ...props }: MeterTrackProps): JSX.Element;
|
|
1253
|
-
displayName: string;
|
|
1254
|
-
};
|
|
1255
|
-
|
|
1256
|
-
export declare type MeterTrackProps = React_2.ComponentProps<typeof Meter.Track>;
|
|
1257
|
-
|
|
1258
|
-
export declare const MeterValue: {
|
|
1259
|
-
({ className, ...props }: MeterValueProps): JSX.Element;
|
|
1260
|
-
displayName: string;
|
|
1261
|
-
};
|
|
1262
|
-
|
|
1263
|
-
export declare type MeterValueProps = React_2.ComponentProps<typeof Meter.Value>;
|
|
1264
|
-
|
|
1265
|
-
export declare const NavigationMenuArrow: {
|
|
1266
|
-
({ className, ...props }: NavigationMenuArrowProps): JSX.Element;
|
|
1267
|
-
displayName: string;
|
|
1268
|
-
};
|
|
1269
|
-
|
|
1270
|
-
export declare type NavigationMenuArrowProps = React_2.ComponentProps<typeof NavigationMenu.Arrow>;
|
|
1271
|
-
|
|
1272
|
-
export declare const NavigationMenuBackdrop: {
|
|
1273
|
-
({ className, ...props }: NavigationMenuBackdropProps): JSX.Element;
|
|
1274
|
-
displayName: string;
|
|
1275
|
-
};
|
|
1276
|
-
|
|
1277
|
-
export declare type NavigationMenuBackdropProps = React_2.ComponentProps<typeof NavigationMenu.Backdrop>;
|
|
1278
|
-
|
|
1279
|
-
export declare const NavigationMenuContent: {
|
|
1280
|
-
({ className, ...props }: NavigationMenuContentProps): JSX.Element;
|
|
1281
|
-
displayName: string;
|
|
1282
|
-
};
|
|
1283
|
-
|
|
1284
|
-
export declare type NavigationMenuContentProps = React_2.ComponentProps<typeof NavigationMenu.Content>;
|
|
1285
|
-
|
|
1286
|
-
export declare const NavigationMenuIcon: {
|
|
1287
|
-
({ className, ...props }: NavigationMenuIconProps): JSX.Element;
|
|
1288
|
-
displayName: string;
|
|
1289
|
-
};
|
|
1290
|
-
|
|
1291
|
-
export declare type NavigationMenuIconProps = React_2.ComponentProps<typeof NavigationMenu.Icon>;
|
|
1292
|
-
|
|
1293
|
-
export declare const NavigationMenuItem: {
|
|
1294
|
-
({ className, ...props }: NavigationMenuItemProps): JSX.Element;
|
|
1295
|
-
displayName: string;
|
|
1296
|
-
};
|
|
1297
|
-
|
|
1298
|
-
export declare type NavigationMenuItemProps = React_2.ComponentProps<typeof NavigationMenu.Item>;
|
|
1299
|
-
|
|
1300
|
-
export declare const NavigationMenuLink: {
|
|
1301
|
-
({ className, ...props }: NavigationMenuLinkProps): JSX.Element;
|
|
1302
|
-
displayName: string;
|
|
1303
|
-
};
|
|
1304
|
-
|
|
1305
|
-
export declare type NavigationMenuLinkProps = React_2.ComponentProps<typeof NavigationMenu.Link>;
|
|
1306
|
-
|
|
1307
|
-
export declare const NavigationMenuList: {
|
|
1308
|
-
({ className, ...props }: NavigationMenuListProps): JSX.Element;
|
|
1309
|
-
displayName: string;
|
|
1310
|
-
};
|
|
1311
|
-
|
|
1312
|
-
export declare type NavigationMenuListProps = React_2.ComponentProps<typeof NavigationMenu.List>;
|
|
1313
|
-
|
|
1314
|
-
export declare const NavigationMenuPopup: {
|
|
1315
|
-
({ className, ...props }: NavigationMenuPopupProps): JSX.Element;
|
|
1316
|
-
displayName: string;
|
|
1317
|
-
};
|
|
1318
|
-
|
|
1319
|
-
export declare type NavigationMenuPopupProps = React_2.ComponentProps<typeof NavigationMenu.Popup>;
|
|
1320
|
-
|
|
1321
|
-
export declare const NavigationMenuPortal: {
|
|
1322
|
-
(props: NavigationMenuPortalProps): JSX.Element;
|
|
1323
|
-
displayName: string;
|
|
1324
|
-
};
|
|
1325
|
-
|
|
1326
|
-
export declare type NavigationMenuPortalProps = React_2.ComponentProps<typeof NavigationMenu.Portal>;
|
|
1327
|
-
|
|
1328
|
-
export declare const NavigationMenuPositioner: {
|
|
1329
|
-
({ className, sideOffset, collisionPadding, ...props }: NavigationMenuPositionerProps): JSX.Element;
|
|
1330
|
-
displayName: string;
|
|
1331
|
-
};
|
|
1332
|
-
|
|
1333
|
-
export declare type NavigationMenuPositionerProps = React_2.ComponentProps<typeof NavigationMenu.Positioner>;
|
|
1334
|
-
|
|
1335
|
-
export declare const NavigationMenuRoot: {
|
|
1336
|
-
({ className, ...props }: NavigationMenuRootProps): JSX.Element;
|
|
1337
|
-
displayName: string;
|
|
1338
|
-
};
|
|
1339
|
-
|
|
1340
|
-
export declare type NavigationMenuRootProps = React_2.ComponentProps<typeof NavigationMenu.Root>;
|
|
1341
|
-
|
|
1342
|
-
export declare const NavigationMenuTrigger: {
|
|
1343
|
-
({ className, ...props }: NavigationMenuTriggerProps): JSX.Element;
|
|
1344
|
-
displayName: string;
|
|
1345
|
-
};
|
|
1346
|
-
|
|
1347
|
-
export declare type NavigationMenuTriggerProps = React_2.ComponentProps<typeof NavigationMenu.Trigger>;
|
|
1348
|
-
|
|
1349
|
-
export declare const NavigationMenuViewport: {
|
|
1350
|
-
({ className, ...props }: NavigationMenuViewportProps): JSX.Element;
|
|
1351
|
-
displayName: string;
|
|
1352
|
-
};
|
|
1353
|
-
|
|
1354
|
-
export declare type NavigationMenuViewportProps = React_2.ComponentProps<typeof NavigationMenu.Viewport>;
|
|
1355
|
-
|
|
1356
|
-
export declare const NumberFieldDecrement: {
|
|
1357
|
-
({ className, ...props }: NumberFieldDecrementProps): JSX.Element;
|
|
1358
|
-
displayName: string;
|
|
1359
|
-
};
|
|
1360
|
-
|
|
1361
|
-
export declare type NumberFieldDecrementProps = React_2.ComponentProps<typeof NumberField.Decrement>;
|
|
1362
|
-
|
|
1363
|
-
export declare const NumberFieldGroup: {
|
|
1364
|
-
({ className, ...props }: NumberFieldGroupProps): JSX.Element;
|
|
1365
|
-
displayName: string;
|
|
1366
|
-
};
|
|
1367
|
-
|
|
1368
|
-
export declare type NumberFieldGroupProps = React_2.ComponentProps<typeof NumberField.Group>;
|
|
1369
|
-
|
|
1370
|
-
export declare const NumberFieldIncrement: {
|
|
1371
|
-
({ className, ...props }: NumberFieldIncrementProps): JSX.Element;
|
|
1372
|
-
displayName: string;
|
|
1373
|
-
};
|
|
1374
|
-
|
|
1375
|
-
export declare type NumberFieldIncrementProps = React_2.ComponentProps<typeof NumberField.Increment>;
|
|
1376
|
-
|
|
1377
|
-
export declare const NumberFieldInput: {
|
|
1378
|
-
({ className, ...props }: NumberFieldInputProps): JSX.Element;
|
|
1379
|
-
displayName: string;
|
|
1380
|
-
};
|
|
1381
|
-
|
|
1382
|
-
export declare type NumberFieldInputProps = React_2.ComponentProps<typeof NumberField.Input>;
|
|
1383
|
-
|
|
1384
|
-
export declare const NumberFieldRoot: {
|
|
1385
|
-
({ className, ...props }: NumberFieldRootProps): JSX.Element;
|
|
1386
|
-
displayName: string;
|
|
1387
|
-
};
|
|
1388
|
-
|
|
1389
|
-
export declare type NumberFieldRootProps = React_2.ComponentProps<typeof NumberField.Root>;
|
|
1390
|
-
|
|
1391
|
-
export declare const NumberFieldScrubArea: {
|
|
1392
|
-
({ className, ...props }: NumberFieldScrubAreaProps): JSX.Element;
|
|
1393
|
-
displayName: string;
|
|
1394
|
-
};
|
|
1395
|
-
|
|
1396
|
-
export declare const NumberFieldScrubAreaCursor: {
|
|
1397
|
-
({ className, ...props }: NumberFieldScrubAreaCursorProps): JSX.Element;
|
|
1398
|
-
displayName: string;
|
|
1399
|
-
};
|
|
1400
|
-
|
|
1401
|
-
export declare type NumberFieldScrubAreaCursorProps = React_2.ComponentProps<typeof NumberField.ScrubAreaCursor>;
|
|
1402
|
-
|
|
1403
|
-
export declare type NumberFieldScrubAreaProps = React_2.ComponentProps<typeof NumberField.ScrubArea>;
|
|
1404
|
-
|
|
1405
|
-
export declare const PopoverArrow: {
|
|
1406
|
-
({ className, ...props }: PopoverArrowProps): JSX.Element;
|
|
1407
|
-
displayName: string;
|
|
1408
|
-
};
|
|
1409
|
-
|
|
1410
|
-
export declare type PopoverArrowProps = React_2.ComponentProps<typeof Popover.Arrow>;
|
|
1411
|
-
|
|
1412
|
-
export declare const PopoverBackdrop: {
|
|
1413
|
-
({ className, ...props }: PopoverBackdropProps): JSX.Element;
|
|
1414
|
-
displayName: string;
|
|
1415
|
-
};
|
|
1416
|
-
|
|
1417
|
-
export declare type PopoverBackdropProps = React_2.ComponentProps<typeof Popover.Backdrop>;
|
|
1418
|
-
|
|
1419
|
-
export declare const PopoverClose: {
|
|
1420
|
-
({ className, ...props }: PopoverCloseProps): JSX.Element;
|
|
1421
|
-
displayName: string;
|
|
1422
|
-
};
|
|
1423
|
-
|
|
1424
|
-
export declare type PopoverCloseProps = React_2.ComponentProps<typeof Popover.Close>;
|
|
1425
|
-
|
|
1426
|
-
export declare const PopoverDescription: {
|
|
1427
|
-
({ className, ...props }: PopoverDescriptionProps): JSX.Element;
|
|
1428
|
-
displayName: string;
|
|
1429
|
-
};
|
|
1430
|
-
|
|
1431
|
-
export declare type PopoverDescriptionProps = React_2.ComponentProps<typeof Popover.Description>;
|
|
1432
|
-
|
|
1433
|
-
export declare const PopoverPopup: {
|
|
1434
|
-
({ className, ...props }: PopoverPopupProps): JSX.Element;
|
|
1435
|
-
displayName: string;
|
|
1436
|
-
};
|
|
1437
|
-
|
|
1438
|
-
export declare type PopoverPopupProps = React_2.ComponentProps<typeof Popover.Popup>;
|
|
1439
|
-
|
|
1440
|
-
export declare const PopoverPortal: {
|
|
1441
|
-
(props: PopoverPortalProps): JSX.Element;
|
|
1442
|
-
displayName: string;
|
|
1443
|
-
};
|
|
1444
|
-
|
|
1445
|
-
export declare type PopoverPortalProps = React_2.ComponentProps<typeof Popover.Portal>;
|
|
1446
|
-
|
|
1447
|
-
export declare const PopoverPositioner: {
|
|
1448
|
-
({ className, ...props }: PopoverPositionerProps): JSX.Element;
|
|
1449
|
-
displayName: string;
|
|
1450
|
-
};
|
|
1451
|
-
|
|
1452
|
-
export declare type PopoverPositionerProps = React_2.ComponentProps<typeof Popover.Positioner>;
|
|
1453
|
-
|
|
1454
|
-
export declare const PopoverRoot: {
|
|
1455
|
-
(props: PopoverRootProps): JSX.Element;
|
|
1456
|
-
displayName: string;
|
|
1457
|
-
};
|
|
1458
|
-
|
|
1459
|
-
export declare type PopoverRootProps = React_2.ComponentProps<typeof Popover.Root>;
|
|
1460
|
-
|
|
1461
|
-
export declare const PopoverTitle: {
|
|
1462
|
-
({ className, ...props }: PopoverTitleProps): JSX.Element;
|
|
1463
|
-
displayName: string;
|
|
1464
|
-
};
|
|
1465
|
-
|
|
1466
|
-
export declare type PopoverTitleProps = React_2.ComponentProps<typeof Popover.Title>;
|
|
1467
|
-
|
|
1468
|
-
export declare const PopoverTrigger: {
|
|
1469
|
-
({ className, ...props }: PopoverTriggerProps): JSX.Element;
|
|
1470
|
-
displayName: string;
|
|
1471
|
-
};
|
|
1472
|
-
|
|
1473
|
-
export declare type PopoverTriggerProps = React_2.ComponentProps<typeof Popover.Trigger>;
|
|
1474
|
-
|
|
1475
|
-
export declare const PopoverViewport: {
|
|
1476
|
-
({ className, ...props }: PopoverViewportProps): JSX.Element;
|
|
1477
|
-
displayName: string;
|
|
1478
|
-
};
|
|
1479
|
-
|
|
1480
|
-
export declare type PopoverViewportProps = React_2.ComponentProps<typeof Popover.Viewport>;
|
|
1481
|
-
|
|
1482
|
-
export declare const PreviewCardArrow: {
|
|
1483
|
-
({ className, ...props }: PreviewCardArrowProps): JSX.Element;
|
|
1484
|
-
displayName: string;
|
|
1485
|
-
};
|
|
1486
|
-
|
|
1487
|
-
export declare type PreviewCardArrowProps = React_2.ComponentProps<typeof PreviewCard.Arrow>;
|
|
1488
|
-
|
|
1489
|
-
export declare const PreviewCardBackdrop: {
|
|
1490
|
-
({ className, ...props }: PreviewCardBackdropProps): JSX.Element;
|
|
1491
|
-
displayName: string;
|
|
1492
|
-
};
|
|
1493
|
-
|
|
1494
|
-
export declare type PreviewCardBackdropProps = React_2.ComponentProps<typeof PreviewCard.Backdrop>;
|
|
1495
|
-
|
|
1496
|
-
export declare const PreviewCardPopup: {
|
|
1497
|
-
({ className, ...props }: PreviewCardPopupProps): JSX.Element;
|
|
1498
|
-
displayName: string;
|
|
1499
|
-
};
|
|
1500
|
-
|
|
1501
|
-
export declare type PreviewCardPopupProps = React_2.ComponentProps<typeof PreviewCard.Popup>;
|
|
1502
|
-
|
|
1503
|
-
export declare const PreviewCardPortal: {
|
|
1504
|
-
(props: PreviewCardPortalProps): JSX.Element;
|
|
1505
|
-
displayName: string;
|
|
1506
|
-
};
|
|
1507
|
-
|
|
1508
|
-
export declare type PreviewCardPortalProps = React_2.ComponentProps<typeof PreviewCard.Portal>;
|
|
1509
|
-
|
|
1510
|
-
export declare const PreviewCardPositioner: {
|
|
1511
|
-
({ className, ...props }: PreviewCardPositionerProps): JSX.Element;
|
|
1512
|
-
displayName: string;
|
|
1513
|
-
};
|
|
1514
|
-
|
|
1515
|
-
export declare type PreviewCardPositionerProps = React_2.ComponentProps<typeof PreviewCard.Positioner>;
|
|
1516
|
-
|
|
1517
|
-
export declare const PreviewCardRoot: {
|
|
1518
|
-
(props: PreviewCardRootProps): JSX.Element;
|
|
1519
|
-
displayName: string;
|
|
1520
|
-
};
|
|
1521
|
-
|
|
1522
|
-
export declare type PreviewCardRootProps = React_2.ComponentProps<typeof PreviewCard.Root>;
|
|
1523
|
-
|
|
1524
|
-
export declare const PreviewCardTrigger: {
|
|
1525
|
-
({ className, ...props }: PreviewCardTriggerProps): JSX.Element;
|
|
1526
|
-
displayName: string;
|
|
1527
|
-
};
|
|
1528
|
-
|
|
1529
|
-
export declare type PreviewCardTriggerProps = React_2.ComponentProps<typeof PreviewCard.Trigger>;
|
|
1530
|
-
|
|
1531
|
-
export declare const ProgressIndicator: {
|
|
1532
|
-
({ className, ...props }: ProgressIndicatorProps): JSX.Element;
|
|
1533
|
-
displayName: string;
|
|
1534
|
-
};
|
|
1535
|
-
|
|
1536
|
-
export declare type ProgressIndicatorProps = React_2.ComponentProps<typeof Progress.Indicator>;
|
|
1537
|
-
|
|
1538
|
-
export declare const ProgressLabel: {
|
|
1539
|
-
({ className, ...props }: ProgressLabelProps): JSX.Element;
|
|
1540
|
-
displayName: string;
|
|
1541
|
-
};
|
|
1542
|
-
|
|
1543
|
-
export declare type ProgressLabelProps = React_2.ComponentProps<typeof Progress.Label>;
|
|
1544
|
-
|
|
1545
|
-
export declare const ProgressRoot: {
|
|
1546
|
-
({ className, ...props }: ProgressRootProps): JSX.Element;
|
|
1547
|
-
displayName: string;
|
|
1548
|
-
};
|
|
1549
|
-
|
|
1550
|
-
export declare type ProgressRootProps = React_2.ComponentProps<typeof Progress.Root>;
|
|
1551
|
-
|
|
1552
|
-
export declare const ProgressTrack: {
|
|
1553
|
-
({ className, ...props }: ProgressTrackProps): JSX.Element;
|
|
1554
|
-
displayName: string;
|
|
1555
|
-
};
|
|
1556
|
-
|
|
1557
|
-
export declare type ProgressTrackProps = React_2.ComponentProps<typeof Progress.Track>;
|
|
1558
|
-
|
|
1559
|
-
export declare const ProgressValue: {
|
|
1560
|
-
({ className, ...props }: ProgressValueProps): JSX.Element;
|
|
1561
|
-
displayName: string;
|
|
1562
|
-
};
|
|
1563
|
-
|
|
1564
|
-
export declare type ProgressValueProps = React_2.ComponentProps<typeof Progress.Value>;
|
|
1565
|
-
|
|
1566
|
-
export declare const RadioGroupRoot: {
|
|
1567
|
-
({ className, ...props }: RadioGroupRootProps): JSX.Element;
|
|
1568
|
-
displayName: string;
|
|
1569
|
-
};
|
|
1570
|
-
|
|
1571
|
-
export declare type RadioGroupRootProps = React_2.ComponentProps<typeof RadioGroup>;
|
|
1572
|
-
|
|
1573
|
-
export declare const RadioIndicator: {
|
|
1574
|
-
({ className, ...props }: RadioIndicatorProps): JSX.Element;
|
|
1575
|
-
displayName: string;
|
|
1576
|
-
};
|
|
1577
|
-
|
|
1578
|
-
export declare type RadioIndicatorProps = React_2.ComponentProps<typeof Radio.Indicator>;
|
|
1579
|
-
|
|
1580
|
-
export declare const RadioRoot: {
|
|
1581
|
-
({ className, ...props }: RadioRootProps): JSX.Element;
|
|
1582
|
-
displayName: string;
|
|
1583
|
-
};
|
|
1584
|
-
|
|
1585
|
-
export declare type RadioRootProps = React_2.ComponentProps<typeof Radio.Root>;
|
|
1586
|
-
|
|
1587
|
-
export declare const ScrollAreaContent: {
|
|
1588
|
-
({ className, ...props }: ScrollAreaContentProps): JSX.Element;
|
|
1589
|
-
displayName: string;
|
|
1590
|
-
};
|
|
1591
|
-
|
|
1592
|
-
export declare type ScrollAreaContentProps = React_2.ComponentProps<typeof ScrollArea.Content>;
|
|
1593
|
-
|
|
1594
|
-
export declare const ScrollAreaCorner: {
|
|
1595
|
-
({ className, ...props }: ScrollAreaCornerProps): JSX.Element;
|
|
1596
|
-
displayName: string;
|
|
1597
|
-
};
|
|
1598
|
-
|
|
1599
|
-
export declare type ScrollAreaCornerProps = React_2.ComponentProps<typeof ScrollArea.Corner>;
|
|
1600
|
-
|
|
1601
|
-
export declare const ScrollAreaRoot: {
|
|
1602
|
-
({ className, ...props }: ScrollAreaRootProps): JSX.Element;
|
|
1603
|
-
displayName: string;
|
|
1604
|
-
};
|
|
1605
|
-
|
|
1606
|
-
export declare type ScrollAreaRootProps = React_2.ComponentProps<typeof ScrollArea.Root>;
|
|
1607
|
-
|
|
1608
|
-
export declare const ScrollAreaScrollbar: {
|
|
1609
|
-
({ className, orientation, ...props }: ScrollAreaScrollbarProps): JSX.Element;
|
|
1610
|
-
displayName: string;
|
|
1611
|
-
};
|
|
1612
|
-
|
|
1613
|
-
export declare type ScrollAreaScrollbarProps = React_2.ComponentProps<typeof ScrollArea.Scrollbar>;
|
|
1614
|
-
|
|
1615
|
-
export declare const ScrollAreaThumb: {
|
|
1616
|
-
({ className, ...props }: ScrollAreaThumbProps): JSX.Element;
|
|
1617
|
-
displayName: string;
|
|
1618
|
-
};
|
|
1619
|
-
|
|
1620
|
-
export declare type ScrollAreaThumbProps = React_2.ComponentProps<typeof ScrollArea.Thumb>;
|
|
1621
|
-
|
|
1622
|
-
export declare const ScrollAreaViewport: {
|
|
1623
|
-
({ className, ...props }: ScrollAreaViewportProps): JSX.Element;
|
|
1624
|
-
displayName: string;
|
|
1625
|
-
};
|
|
1626
|
-
|
|
1627
|
-
export declare type ScrollAreaViewportProps = React_2.ComponentProps<typeof ScrollArea.Viewport>;
|
|
1628
|
-
|
|
1629
|
-
export declare const SelectArrow: {
|
|
1630
|
-
({ className, ...props }: SelectArrowProps): JSX.Element;
|
|
1631
|
-
displayName: string;
|
|
1632
|
-
};
|
|
1633
|
-
|
|
1634
|
-
export declare type SelectArrowProps = React_2.ComponentProps<typeof Select.Arrow>;
|
|
1635
|
-
|
|
1636
|
-
export declare const SelectBackdrop: {
|
|
1637
|
-
({ className, ...props }: SelectBackdropProps): JSX.Element;
|
|
1638
|
-
displayName: string;
|
|
1639
|
-
};
|
|
1640
|
-
|
|
1641
|
-
export declare type SelectBackdropProps = React_2.ComponentProps<typeof Select.Backdrop>;
|
|
1642
|
-
|
|
1643
|
-
export declare const SelectGroup: {
|
|
1644
|
-
({ className, ...props }: SelectGroupProps): JSX.Element;
|
|
1645
|
-
displayName: string;
|
|
1646
|
-
};
|
|
1647
|
-
|
|
1648
|
-
export declare const SelectGroupLabel: {
|
|
1649
|
-
({ className, ...props }: SelectGroupLabelProps): JSX.Element;
|
|
1650
|
-
displayName: string;
|
|
1651
|
-
};
|
|
1652
|
-
|
|
1653
|
-
export declare type SelectGroupLabelProps = React_2.ComponentProps<typeof Select.GroupLabel>;
|
|
1654
|
-
|
|
1655
|
-
export declare type SelectGroupProps = React_2.ComponentProps<typeof Select.Group>;
|
|
1656
|
-
|
|
1657
|
-
export declare const SelectIcon: {
|
|
1658
|
-
({ className, ...props }: SelectIconProps): JSX.Element;
|
|
1659
|
-
displayName: string;
|
|
1660
|
-
};
|
|
1661
|
-
|
|
1662
|
-
export declare type SelectIconProps = React_2.ComponentProps<typeof Select.Icon>;
|
|
1663
|
-
|
|
1664
|
-
export declare const SelectItem: {
|
|
1665
|
-
({ className, ...props }: SelectItemProps): JSX.Element;
|
|
1666
|
-
displayName: string;
|
|
1667
|
-
};
|
|
1668
|
-
|
|
1669
|
-
export declare const SelectItemIndicator: {
|
|
1670
|
-
({ className, ...props }: SelectItemIndicatorProps): JSX.Element;
|
|
1671
|
-
displayName: string;
|
|
1672
|
-
};
|
|
1673
|
-
|
|
1674
|
-
export declare type SelectItemIndicatorProps = React_2.ComponentProps<typeof Select.ItemIndicator>;
|
|
1675
|
-
|
|
1676
|
-
export declare type SelectItemProps = React_2.ComponentProps<typeof Select.Item>;
|
|
1677
|
-
|
|
1678
|
-
export declare const SelectItemText: {
|
|
1679
|
-
({ className, ...props }: SelectItemTextProps): JSX.Element;
|
|
1680
|
-
displayName: string;
|
|
1681
|
-
};
|
|
1682
|
-
|
|
1683
|
-
export declare type SelectItemTextProps = React_2.ComponentProps<typeof Select.ItemText>;
|
|
1684
|
-
|
|
1685
|
-
export declare const SelectList: {
|
|
1686
|
-
({ className, ...props }: SelectListProps): JSX.Element;
|
|
1687
|
-
displayName: string;
|
|
1688
|
-
};
|
|
1689
|
-
|
|
1690
|
-
export declare type SelectListProps = React_2.ComponentProps<typeof Select.List>;
|
|
1691
|
-
|
|
1692
|
-
export declare const SelectPopup: {
|
|
1693
|
-
({ className, ...props }: SelectPopupProps): JSX.Element;
|
|
1694
|
-
displayName: string;
|
|
1695
|
-
};
|
|
1696
|
-
|
|
1697
|
-
export declare type SelectPopupProps = React_2.ComponentProps<typeof Select.Popup>;
|
|
1698
|
-
|
|
1699
|
-
export declare const SelectPortal: {
|
|
1700
|
-
(props: SelectPortalProps): JSX.Element;
|
|
1701
|
-
displayName: string;
|
|
1702
|
-
};
|
|
1703
|
-
|
|
1704
|
-
export declare type SelectPortalProps = React_2.ComponentProps<typeof Select.Portal>;
|
|
1705
|
-
|
|
1706
|
-
export declare const SelectPositioner: {
|
|
1707
|
-
({ className, ...props }: SelectPositionerProps): JSX.Element;
|
|
1708
|
-
displayName: string;
|
|
1709
|
-
};
|
|
1710
|
-
|
|
1711
|
-
export declare type SelectPositionerProps = React_2.ComponentProps<typeof Select.Positioner>;
|
|
1712
|
-
|
|
1713
|
-
export declare function SelectRoot<Value, Multiple extends boolean | undefined = false>(props: SelectRootProps_2<Value, Multiple>): JSX.Element;
|
|
1714
|
-
|
|
1715
|
-
export declare namespace SelectRoot {
|
|
1716
|
-
var displayName: string;
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
export declare type SelectRootProps<Value, Multiple extends boolean | undefined = false> = SelectRootProps_2<Value, Multiple>;
|
|
1720
|
-
|
|
1721
|
-
export declare const SelectScrollDownArrow: {
|
|
1722
|
-
({ className, ...props }: SelectScrollDownArrowProps): JSX.Element;
|
|
1723
|
-
displayName: string;
|
|
1724
|
-
};
|
|
1725
|
-
|
|
1726
|
-
export declare type SelectScrollDownArrowProps = React_2.ComponentProps<typeof Select.ScrollDownArrow>;
|
|
1727
|
-
|
|
1728
|
-
export declare const SelectScrollUpArrow: {
|
|
1729
|
-
({ className, ...props }: SelectScrollUpArrowProps): JSX.Element;
|
|
1730
|
-
displayName: string;
|
|
1731
|
-
};
|
|
1732
|
-
|
|
1733
|
-
export declare type SelectScrollUpArrowProps = React_2.ComponentProps<typeof Select.ScrollUpArrow>;
|
|
1734
|
-
|
|
1735
|
-
export declare const SelectSeparator: {
|
|
1736
|
-
({ className, ...props }: SelectSeparatorProps): JSX.Element;
|
|
1737
|
-
displayName: string;
|
|
1738
|
-
};
|
|
1739
|
-
|
|
1740
|
-
export declare type SelectSeparatorProps = React_2.ComponentProps<typeof Select.Separator>;
|
|
1741
|
-
|
|
1742
|
-
export declare const SelectTrigger: {
|
|
1743
|
-
({ className, ...props }: SelectTriggerProps): JSX.Element;
|
|
1744
|
-
displayName: string;
|
|
1745
|
-
};
|
|
1746
|
-
|
|
1747
|
-
export declare type SelectTriggerProps = React_2.ComponentProps<typeof Select.Trigger>;
|
|
1748
|
-
|
|
1749
|
-
export declare const SelectValue: {
|
|
1750
|
-
({ className, ...props }: SelectValueProps): JSX.Element;
|
|
1751
|
-
displayName: string;
|
|
1752
|
-
};
|
|
1753
|
-
|
|
1754
|
-
export declare type SelectValueProps = React_2.ComponentProps<typeof Select.Value>;
|
|
1755
|
-
|
|
1756
|
-
export declare const Separator: {
|
|
1757
|
-
({ className, orientation, ...props }: SeparatorProps): JSX.Element;
|
|
1758
|
-
displayName: string;
|
|
1759
|
-
};
|
|
1760
|
-
|
|
1761
|
-
export declare type SeparatorProps = React_2.ComponentProps<typeof Separator_2>;
|
|
1762
|
-
|
|
1763
|
-
export declare const SliderControl: {
|
|
1764
|
-
({ className, ...props }: SliderControlProps): JSX.Element;
|
|
1765
|
-
displayName: string;
|
|
1766
|
-
};
|
|
1767
|
-
|
|
1768
|
-
export declare type SliderControlProps = React_2.ComponentProps<typeof Slider.Control>;
|
|
1769
|
-
|
|
1770
|
-
export declare const SliderIndicator: {
|
|
1771
|
-
({ className, ...props }: SliderIndicatorProps): JSX.Element;
|
|
1772
|
-
displayName: string;
|
|
1773
|
-
};
|
|
1774
|
-
|
|
1775
|
-
export declare type SliderIndicatorProps = React_2.ComponentProps<typeof Slider.Indicator>;
|
|
1776
|
-
|
|
1777
|
-
export declare const SliderRoot: {
|
|
1778
|
-
({ className, ...props }: SliderRootProps): JSX.Element;
|
|
1779
|
-
displayName: string;
|
|
1780
|
-
};
|
|
1781
|
-
|
|
1782
|
-
export declare type SliderRootProps = React_2.ComponentProps<typeof Slider.Root>;
|
|
1783
|
-
|
|
1784
|
-
export declare const SliderThumb: {
|
|
1785
|
-
({ className, ...props }: SliderThumbProps): JSX.Element;
|
|
1786
|
-
displayName: string;
|
|
1787
|
-
};
|
|
1788
|
-
|
|
1789
|
-
export declare type SliderThumbProps = React_2.ComponentProps<typeof Slider.Thumb>;
|
|
1790
|
-
|
|
1791
|
-
export declare const SliderTrack: {
|
|
1792
|
-
({ className, ...props }: SliderTrackProps): JSX.Element;
|
|
1793
|
-
displayName: string;
|
|
1794
|
-
};
|
|
1795
|
-
|
|
1796
|
-
export declare type SliderTrackProps = React_2.ComponentProps<typeof Slider.Track>;
|
|
1797
|
-
|
|
1798
|
-
export declare const SliderValue: {
|
|
1799
|
-
({ className, ...props }: SliderValueProps): JSX.Element;
|
|
1800
|
-
displayName: string;
|
|
1801
|
-
};
|
|
1802
|
-
|
|
1803
|
-
export declare type SliderValueProps = React_2.ComponentProps<typeof Slider.Value>;
|
|
1804
|
-
|
|
1805
|
-
export declare const SwitchRoot: {
|
|
1806
|
-
({ className, ...props }: SwitchRootProps): JSX.Element;
|
|
1807
|
-
displayName: string;
|
|
1808
|
-
};
|
|
1809
|
-
|
|
1810
|
-
export declare type SwitchRootProps = React_2.ComponentProps<typeof Switch.Root>;
|
|
1811
|
-
|
|
1812
|
-
export declare const SwitchThumb: {
|
|
1813
|
-
({ className, ...props }: SwitchThumbProps): JSX.Element;
|
|
1814
|
-
displayName: string;
|
|
1815
|
-
};
|
|
1816
|
-
|
|
1817
|
-
export declare type SwitchThumbProps = React_2.ComponentProps<typeof Switch.Thumb>;
|
|
1818
|
-
|
|
1819
|
-
export declare const TabsIndicator: {
|
|
1820
|
-
({ className, orientation, ...props }: TabsIndicatorProps): JSX.Element;
|
|
1821
|
-
displayName: string;
|
|
1822
|
-
};
|
|
1823
|
-
|
|
1824
|
-
export declare type TabsIndicatorProps = React_2.ComponentProps<typeof Tabs.Indicator> & {
|
|
1825
|
-
/** Orientation of the indicator (should match the tabs list orientation) */
|
|
1826
|
-
orientation?: 'horizontal' | 'vertical';
|
|
1827
|
-
};
|
|
1828
|
-
|
|
1829
|
-
export declare const TabsList: {
|
|
1830
|
-
({ className, orientation, ...props }: TabsListProps): JSX.Element;
|
|
1831
|
-
displayName: string;
|
|
1832
|
-
};
|
|
1833
|
-
|
|
1834
|
-
export declare type TabsListProps = React_2.ComponentProps<typeof Tabs.List> & {
|
|
1835
|
-
/** Orientation of the tabs list */
|
|
1836
|
-
orientation?: 'horizontal' | 'vertical';
|
|
1837
|
-
};
|
|
1838
|
-
|
|
1839
|
-
export declare const TabsPanel: {
|
|
1840
|
-
({ className, ...props }: TabsPanelProps): JSX.Element;
|
|
1841
|
-
displayName: string;
|
|
1842
|
-
};
|
|
1843
|
-
|
|
1844
|
-
export declare type TabsPanelProps = React_2.ComponentProps<typeof Tabs.Panel>;
|
|
1845
|
-
|
|
1846
|
-
export declare const TabsRoot: {
|
|
1847
|
-
({ className, ...props }: TabsRootProps): JSX.Element;
|
|
1848
|
-
displayName: string;
|
|
1849
|
-
};
|
|
1850
|
-
|
|
1851
|
-
export declare type TabsRootProps = React_2.ComponentProps<typeof Tabs.Root>;
|
|
1852
|
-
|
|
1853
|
-
export declare const TabsTab: {
|
|
1854
|
-
({ className, size, ...props }: TabsTabProps): JSX.Element;
|
|
1855
|
-
displayName: string;
|
|
1856
|
-
};
|
|
1857
|
-
|
|
1858
|
-
export declare type TabsTabProps = React_2.ComponentProps<typeof Tabs.Tab> & {
|
|
1859
|
-
/** Size of the tab */
|
|
1860
|
-
size?: 'sm' | 'default' | 'lg';
|
|
1861
|
-
};
|
|
1862
|
-
|
|
1863
|
-
export declare const Textarea: {
|
|
1864
|
-
({ className, ...props }: TextareaProps): JSX.Element;
|
|
1865
|
-
displayName: string;
|
|
1866
|
-
};
|
|
1867
|
-
|
|
1868
|
-
export declare type TextareaProps = React_2.ComponentProps<'textarea'>;
|
|
1869
|
-
|
|
1870
|
-
export { Toast }
|
|
1871
|
-
|
|
1872
|
-
export declare const ToastAction: {
|
|
1873
|
-
({ className, variant, size, ...props }: ToastActionProps): JSX.Element;
|
|
1874
|
-
displayName: string;
|
|
1875
|
-
};
|
|
1876
|
-
|
|
1877
|
-
export declare type ToastActionProps = React_2.ComponentProps<typeof Toast.Action> & {
|
|
1878
|
-
variant?: ButtonVariant;
|
|
1879
|
-
size?: ButtonSize;
|
|
1880
|
-
};
|
|
1881
|
-
|
|
1882
|
-
export declare const ToastClose: {
|
|
1883
|
-
({ className, ...props }: ToastCloseProps): JSX.Element;
|
|
1884
|
-
displayName: string;
|
|
1885
|
-
};
|
|
1886
|
-
|
|
1887
|
-
export declare type ToastCloseProps = React_2.ComponentProps<typeof Toast.Close>;
|
|
1888
|
-
|
|
1889
|
-
export declare const ToastContent: {
|
|
1890
|
-
({ className, ...props }: ToastContentProps): JSX.Element;
|
|
1891
|
-
displayName: string;
|
|
1892
|
-
};
|
|
1893
|
-
|
|
1894
|
-
export declare type ToastContentProps = React_2.ComponentProps<typeof Toast.Content>;
|
|
1895
|
-
|
|
1896
|
-
export declare const ToastDescription: {
|
|
1897
|
-
({ className, ...props }: ToastDescriptionProps): JSX.Element;
|
|
1898
|
-
displayName: string;
|
|
1899
|
-
};
|
|
1900
|
-
|
|
1901
|
-
export declare type ToastDescriptionProps = React_2.ComponentProps<typeof Toast.Description>;
|
|
1902
|
-
|
|
1903
|
-
declare type ToastPosition = 'top-left' | 'top-center' | 'top-right' | 'bottom-left' | 'bottom-center' | 'bottom-right';
|
|
1904
|
-
|
|
1905
|
-
export declare const ToastPositioner: {
|
|
1906
|
-
({ className, ...props }: ToastPositionerProps): JSX.Element;
|
|
1907
|
-
displayName: string;
|
|
1908
|
-
};
|
|
1909
|
-
|
|
1910
|
-
export declare type ToastPositionerProps = React_2.ComponentProps<typeof Toast.Positioner>;
|
|
1911
|
-
|
|
1912
|
-
export declare const ToastProvider: {
|
|
1913
|
-
(props: ToastProviderProps): JSX.Element;
|
|
1914
|
-
displayName: string;
|
|
1915
|
-
};
|
|
1916
|
-
|
|
1917
|
-
export declare type ToastProviderProps = React_2.ComponentProps<typeof Toast.Provider>;
|
|
1918
|
-
|
|
1919
|
-
export declare const ToastRoot: {
|
|
1920
|
-
({ className, ...props }: ToastRootProps): JSX.Element;
|
|
1921
|
-
displayName: string;
|
|
1922
|
-
};
|
|
1923
|
-
|
|
1924
|
-
export declare type ToastRootProps = React_2.ComponentProps<typeof Toast.Root>;
|
|
1925
|
-
|
|
1926
|
-
export declare const ToastTitle: {
|
|
1927
|
-
({ className, ...props }: ToastTitleProps): JSX.Element;
|
|
1928
|
-
displayName: string;
|
|
1929
|
-
};
|
|
1930
|
-
|
|
1931
|
-
export declare type ToastTitleProps = React_2.ComponentProps<typeof Toast.Title>;
|
|
1932
|
-
|
|
1933
|
-
export declare const ToastViewport: {
|
|
1934
|
-
({ className, position, ...props }: ToastViewportProps): JSX.Element;
|
|
1935
|
-
displayName: string;
|
|
1936
|
-
};
|
|
1937
|
-
|
|
1938
|
-
export declare type ToastViewportProps = React_2.ComponentProps<typeof Toast.Viewport> & {
|
|
1939
|
-
position?: ToastPosition;
|
|
1940
|
-
};
|
|
1941
|
-
|
|
1942
|
-
export declare const Toggle: {
|
|
1943
|
-
({ className, variant, size, ...props }: ToggleProps): JSX.Element;
|
|
1944
|
-
displayName: string;
|
|
1945
|
-
};
|
|
1946
|
-
|
|
1947
|
-
export declare const ToggleGroupItem: {
|
|
1948
|
-
({ className, variant, size, ...props }: ToggleGroupItemProps): JSX.Element;
|
|
1949
|
-
displayName: string;
|
|
1950
|
-
};
|
|
1951
|
-
|
|
1952
|
-
export declare type ToggleGroupItemProps = React_2.ComponentProps<typeof Toggle_2> & {
|
|
1953
|
-
/** Visual style of the toggle item */
|
|
1954
|
-
variant?: ControlVariant;
|
|
1955
|
-
/** Size of the toggle item */
|
|
1956
|
-
size?: ControlSize;
|
|
1957
|
-
};
|
|
1958
|
-
|
|
1959
|
-
export declare const ToggleGroupRoot: {
|
|
1960
|
-
({ className, orientation, ...props }: ToggleGroupRootProps): JSX.Element;
|
|
1961
|
-
displayName: string;
|
|
1962
|
-
};
|
|
1963
|
-
|
|
1964
|
-
export declare type ToggleGroupRootProps = React_2.ComponentProps<typeof ToggleGroup>;
|
|
1965
|
-
|
|
1966
|
-
export declare type ToggleProps = React_2.ComponentProps<typeof Toggle_2> & {
|
|
1967
|
-
/** Visual style of the toggle */
|
|
1968
|
-
variant?: ControlVariant;
|
|
1969
|
-
/** Size of the toggle */
|
|
1970
|
-
size?: ControlSize;
|
|
1971
|
-
};
|
|
1972
|
-
|
|
1973
|
-
export declare const ToolbarButton: {
|
|
1974
|
-
({ className, variant, size, ...props }: ToolbarButtonProps): JSX.Element;
|
|
1975
|
-
displayName: string;
|
|
1976
|
-
};
|
|
1977
|
-
|
|
1978
|
-
export declare type ToolbarButtonProps = React_2.ComponentProps<typeof Toolbar.Button> & {
|
|
1979
|
-
/** Visual style of the toolbar button */
|
|
1980
|
-
variant?: ControlVariant;
|
|
1981
|
-
/** Size of the toolbar button */
|
|
1982
|
-
size?: ControlSize;
|
|
1983
|
-
};
|
|
1984
|
-
|
|
1985
|
-
export declare const ToolbarGroup: {
|
|
1986
|
-
({ className, ...props }: ToolbarGroupProps): JSX.Element;
|
|
1987
|
-
displayName: string;
|
|
1988
|
-
};
|
|
1989
|
-
|
|
1990
|
-
export declare type ToolbarGroupProps = React_2.ComponentProps<typeof Toolbar.Group>;
|
|
1991
|
-
|
|
1992
|
-
export declare const ToolbarInput: {
|
|
1993
|
-
({ className, ...props }: ToolbarInputProps): JSX.Element;
|
|
1994
|
-
displayName: string;
|
|
1995
|
-
};
|
|
1996
|
-
|
|
1997
|
-
export declare type ToolbarInputProps = React_2.ComponentProps<typeof Toolbar.Input>;
|
|
1998
|
-
|
|
1999
|
-
export declare const ToolbarLink: {
|
|
2000
|
-
({ className, ...props }: ToolbarLinkProps): JSX.Element;
|
|
2001
|
-
displayName: string;
|
|
2002
|
-
};
|
|
2003
|
-
|
|
2004
|
-
export declare type ToolbarLinkProps = React_2.ComponentProps<typeof Toolbar.Link>;
|
|
2005
|
-
|
|
2006
|
-
export declare const ToolbarRoot: {
|
|
2007
|
-
({ className, ...props }: ToolbarRootProps): JSX.Element;
|
|
2008
|
-
displayName: string;
|
|
2009
|
-
};
|
|
2010
|
-
|
|
2011
|
-
export declare type ToolbarRootProps = React_2.ComponentProps<typeof Toolbar.Root>;
|
|
2012
|
-
|
|
2013
|
-
export declare const ToolbarSeparator: {
|
|
2014
|
-
({ className, ...props }: ToolbarSeparatorProps): JSX.Element;
|
|
2015
|
-
displayName: string;
|
|
2016
|
-
};
|
|
2017
|
-
|
|
2018
|
-
export declare type ToolbarSeparatorProps = React_2.ComponentProps<typeof Toolbar.Separator>;
|
|
2019
|
-
|
|
2020
|
-
export declare const TooltipArrow: {
|
|
2021
|
-
({ className, variant, ...props }: TooltipArrowProps): JSX.Element;
|
|
2022
|
-
displayName: string;
|
|
2023
|
-
};
|
|
2024
|
-
|
|
2025
|
-
export declare type TooltipArrowProps = React_2.ComponentProps<typeof Tooltip.Arrow> & {
|
|
2026
|
-
variant?: TooltipVariant;
|
|
2027
|
-
};
|
|
2028
|
-
|
|
2029
|
-
export declare const TooltipPopup: {
|
|
2030
|
-
({ className, variant, ...props }: TooltipPopupProps): JSX.Element;
|
|
2031
|
-
displayName: string;
|
|
2032
|
-
};
|
|
2033
|
-
|
|
2034
|
-
export declare type TooltipPopupProps = React_2.ComponentProps<typeof Tooltip.Popup> & {
|
|
2035
|
-
variant?: TooltipVariant;
|
|
2036
|
-
};
|
|
2037
|
-
|
|
2038
|
-
export declare const TooltipPortal: {
|
|
2039
|
-
(props: TooltipPortalProps): JSX.Element;
|
|
2040
|
-
displayName: string;
|
|
2041
|
-
};
|
|
2042
|
-
|
|
2043
|
-
export declare type TooltipPortalProps = React_2.ComponentProps<typeof Tooltip.Portal>;
|
|
2044
|
-
|
|
2045
|
-
export declare const TooltipPositioner: {
|
|
2046
|
-
({ className, ...props }: TooltipPositionerProps): JSX.Element;
|
|
2047
|
-
displayName: string;
|
|
2048
|
-
};
|
|
2049
|
-
|
|
2050
|
-
export declare type TooltipPositionerProps = React_2.ComponentProps<typeof Tooltip.Positioner>;
|
|
2051
|
-
|
|
2052
|
-
export declare const TooltipProvider: {
|
|
2053
|
-
(props: TooltipProviderProps): JSX.Element;
|
|
2054
|
-
displayName: string;
|
|
2055
|
-
};
|
|
2056
|
-
|
|
2057
|
-
export declare type TooltipProviderProps = React_2.ComponentProps<typeof Tooltip.Provider>;
|
|
2058
|
-
|
|
2059
|
-
export declare const TooltipRoot: {
|
|
2060
|
-
({ variant, ...props }: TooltipRootProps): JSX.Element;
|
|
2061
|
-
displayName: string;
|
|
2062
|
-
};
|
|
2063
|
-
|
|
2064
|
-
export declare type TooltipRootProps = React_2.ComponentProps<typeof Tooltip.Root> & {
|
|
2065
|
-
variant?: TooltipVariant;
|
|
2066
|
-
};
|
|
2067
|
-
|
|
2068
|
-
export declare const TooltipTrigger: {
|
|
2069
|
-
({ className, ...props }: TooltipTriggerProps): JSX.Element;
|
|
2070
|
-
displayName: string;
|
|
2071
|
-
};
|
|
2072
|
-
|
|
2073
|
-
export declare type TooltipTriggerProps = React_2.ComponentProps<typeof Tooltip.Trigger>;
|
|
2074
|
-
|
|
2075
|
-
declare type TooltipVariant = 'default' | 'secondary' | 'outline';
|
|
2076
|
-
|
|
2077
|
-
export { }
|
|
1
|
+
import { AccordionHeader, AccordionHeaderProps, AccordionItem, AccordionItemProps, AccordionPanel, AccordionPanelProps, AccordionRoot, AccordionRootProps, AccordionTrigger, AccordionTriggerProps } from "./accordion.js";
|
|
2
|
+
import { AlertDialogBackdrop, AlertDialogBackdropProps, AlertDialogClose, AlertDialogCloseProps, AlertDialogDescription, AlertDialogDescriptionProps, AlertDialogPopup, AlertDialogPopupProps, AlertDialogPortal, AlertDialogPortalProps, AlertDialogRoot, AlertDialogRootProps, AlertDialogTitle, AlertDialogTitleProps, AlertDialogTrigger, AlertDialogTriggerProps, AlertDialogViewport, AlertDialogViewportProps } from "./alert-dialog.js";
|
|
3
|
+
import { AutocompleteEmpty, AutocompleteEmptyProps, AutocompleteInput, AutocompleteInputProps, AutocompleteItem, AutocompleteItemProps, AutocompleteList, AutocompleteListProps, AutocompletePopup, AutocompletePopupProps, AutocompletePortal, AutocompletePortalProps, AutocompletePositioner, AutocompletePositionerProps, AutocompleteRoot, AutocompleteRootProps } from "./autocomplete.js";
|
|
4
|
+
import { AvatarFallback, AvatarFallbackProps, AvatarImage, AvatarImageProps, AvatarRoot, AvatarRootProps, AvatarStack, AvatarStackProps } from "./avatar.js";
|
|
5
|
+
import { Badge, BadgeButton, BadgeButtonProps, BadgeDot, BadgeDotProps, BadgeProps } from "./badge.js";
|
|
6
|
+
import { Button, ButtonProps } from "./button.js";
|
|
7
|
+
import { CardContent, CardContentProps, CardDescription, CardDescriptionProps, CardFooter, CardFooterProps, CardHeader, CardHeaderProps, CardMedia, CardMediaProps, CardRoot, CardRootProps, CardSection, CardSectionProps, CardTitle, CardTitleProps } from "./card.js";
|
|
8
|
+
import { CheckboxGroupRoot, CheckboxGroupRootProps } from "./checkbox-group.js";
|
|
9
|
+
import { CheckboxIndicator, CheckboxIndicatorProps, CheckboxRoot, CheckboxRootProps } from "./checkbox.js";
|
|
10
|
+
import { CollapsiblePanel, CollapsiblePanelProps, CollapsibleRoot, CollapsibleRootProps, CollapsibleTrigger, CollapsibleTriggerProps } from "./collapsible.js";
|
|
11
|
+
import { ComboboxArrow, ComboboxArrowProps, ComboboxBackdrop, ComboboxBackdropProps, ComboboxChip, ComboboxChipProps, ComboboxChipRemove, ComboboxChipRemoveProps, ComboboxChips, ComboboxChipsProps, ComboboxClear, ComboboxClearProps, ComboboxControl, ComboboxControlProps, ComboboxEmpty, ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, ComboboxGroupLabelProps, ComboboxGroupProps, ComboboxIcon, ComboboxIconProps, ComboboxInput, ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, ComboboxItemIndicatorProps, ComboboxItemProps, ComboboxItemText, ComboboxItemTextProps, ComboboxList, ComboboxListProps, ComboboxPopup, ComboboxPopupProps, ComboboxPortal, ComboboxPortalProps, ComboboxPositioner, ComboboxPositionerProps, ComboboxRoot, ComboboxRootProps, ComboboxSeparator, ComboboxSeparatorProps, ComboboxTrigger, ComboboxTriggerProps, ComboboxValue, ComboboxValueProps } from "./combobox.js";
|
|
12
|
+
import { ContextMenuArrow, ContextMenuArrowProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, ContextMenuCheckboxItemIndicatorProps, ContextMenuCheckboxItemLabel, ContextMenuCheckboxItemLabelProps, ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, ContextMenuGroupLabelProps, ContextMenuGroupProps, ContextMenuItem, ContextMenuItemProps, ContextMenuPopup, ContextMenuPopupProps, ContextMenuPortal, ContextMenuPortalProps, ContextMenuPositioner, ContextMenuPositionerProps, ContextMenuRadioGroup, ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, ContextMenuRadioItemIndicatorProps, ContextMenuRadioItemLabel, ContextMenuRadioItemLabelProps, ContextMenuRadioItemProps, ContextMenuRoot, ContextMenuRootProps, ContextMenuSeparator, ContextMenuSeparatorProps, ContextMenuSubmenuRoot, ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, ContextMenuSubmenuTriggerProps, ContextMenuTrigger, ContextMenuTriggerProps } from "./context-menu.js";
|
|
13
|
+
import { DialogBackdrop, DialogBackdropProps, DialogClose, DialogCloseProps, DialogDescription, DialogDescriptionProps, DialogFooter, DialogFooterProps, DialogHeader, DialogHeaderProps, DialogPopup, DialogPopupProps, DialogPortal, DialogPortalProps, DialogRoot, DialogRootProps, DialogTitle, DialogTitleProps, DialogTrigger, DialogTriggerProps } from "./dialog.js";
|
|
14
|
+
import { DrawerBackdrop, DrawerBackdropProps, DrawerClose, DrawerCloseProps, DrawerContent, DrawerContentProps, DrawerDescription, DrawerDescriptionProps, DrawerFooter, DrawerFooterProps, DrawerHeader, DrawerHeaderProps, DrawerPopup, DrawerPopupProps, DrawerPortal, DrawerPortalProps, DrawerRoot, DrawerRootProps, DrawerTitle, DrawerTitleProps, DrawerTrigger, DrawerTriggerProps } from "./drawer.js";
|
|
15
|
+
import { FieldControl, FieldControlProps, FieldDescription, FieldDescriptionProps, FieldError, FieldErrorProps, FieldItem, FieldItemProps, FieldLabel, FieldLabelProps, FieldRoot, FieldRootProps, FieldValidity, FieldValidityProps } from "./field.js";
|
|
16
|
+
import { FieldsetLegend, FieldsetLegendProps, FieldsetRoot, FieldsetRootProps } from "./fieldset.js";
|
|
17
|
+
import { FormRoot, FormRootProps } from "./form.js";
|
|
18
|
+
import { Input, InputProps } from "./input.js";
|
|
19
|
+
import { MenuArrow, MenuArrowProps, MenuCheckboxItem, MenuCheckboxItemIndicator, MenuCheckboxItemIndicatorProps, MenuCheckboxItemLabel, MenuCheckboxItemLabelProps, MenuCheckboxItemProps, MenuGroup, MenuGroupLabel, MenuGroupLabelProps, MenuGroupProps, MenuItem, MenuItemProps, MenuPopup, MenuPopupProps, MenuPortal, MenuPortalProps, MenuPositioner, MenuPositionerProps, MenuRadioGroup, MenuRadioGroupProps, MenuRadioItem, MenuRadioItemIndicator, MenuRadioItemIndicatorProps, MenuRadioItemLabel, MenuRadioItemLabelProps, MenuRadioItemProps, MenuRoot, MenuRootProps, MenuSeparator, MenuSeparatorProps, MenuSubmenuRoot, MenuSubmenuRootProps, MenuSubmenuTrigger, MenuSubmenuTriggerProps, MenuTrigger, MenuTriggerProps } from "./menu.js";
|
|
20
|
+
import { ControlSize } from "./lib/control-variants.js";
|
|
21
|
+
import { MenubarArrow, MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, MenubarCheckboxItemIndicatorProps, MenubarCheckboxItemLabel, MenubarCheckboxItemLabelProps, MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, MenubarGroupLabelProps, MenubarGroupProps, MenubarItem, MenubarItemProps, MenubarMenu, MenubarMenuProps, MenubarPopup, MenubarPopupProps, MenubarPortal, MenubarPortalProps, MenubarPositioner, MenubarPositionerProps, MenubarRadioGroup, MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, MenubarRadioItemIndicatorProps, MenubarRadioItemLabel, MenubarRadioItemLabelProps, MenubarRadioItemProps, MenubarRoot, MenubarRootProps, MenubarSeparator, MenubarSeparatorProps, MenubarSubmenuRoot, MenubarSubmenuRootProps, MenubarSubmenuTrigger, MenubarSubmenuTriggerProps, MenubarTrigger, MenubarTriggerProps } from "./menubar.js";
|
|
22
|
+
import { MeterIndicator, MeterIndicatorProps, MeterLabel, MeterLabelProps, MeterRoot, MeterRootProps, MeterTrack, MeterTrackProps, MeterValue, MeterValueProps } from "./meter.js";
|
|
23
|
+
import { NavigationMenuArrow, NavigationMenuArrowProps, NavigationMenuBackdrop, NavigationMenuBackdropProps, NavigationMenuContent, NavigationMenuContentProps, NavigationMenuIcon, NavigationMenuIconProps, NavigationMenuItem, NavigationMenuItemProps, NavigationMenuLink, NavigationMenuLinkProps, NavigationMenuList, NavigationMenuListProps, NavigationMenuPopup, NavigationMenuPopupProps, NavigationMenuPortal, NavigationMenuPortalProps, NavigationMenuPositioner, NavigationMenuPositionerProps, NavigationMenuRoot, NavigationMenuRootProps, NavigationMenuTrigger, NavigationMenuTriggerProps, NavigationMenuViewport, NavigationMenuViewportProps } from "./navigation-menu.js";
|
|
24
|
+
import { NumberFieldDecrement, NumberFieldDecrementProps, NumberFieldGroup, NumberFieldGroupProps, NumberFieldIncrement, NumberFieldIncrementProps, NumberFieldInput, NumberFieldInputProps, NumberFieldRoot, NumberFieldRootProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, NumberFieldScrubAreaCursorProps, NumberFieldScrubAreaProps } from "./number-field.js";
|
|
25
|
+
import { PopoverArrow, PopoverArrowProps, PopoverBackdrop, PopoverBackdropProps, PopoverClose, PopoverCloseProps, PopoverDescription, PopoverDescriptionProps, PopoverPopup, PopoverPopupProps, PopoverPortal, PopoverPortalProps, PopoverPositioner, PopoverPositionerProps, PopoverRoot, PopoverRootProps, PopoverTitle, PopoverTitleProps, PopoverTrigger, PopoverTriggerProps, PopoverViewport, PopoverViewportProps } from "./popover.js";
|
|
26
|
+
import { PreviewCardArrow, PreviewCardArrowProps, PreviewCardBackdrop, PreviewCardBackdropProps, PreviewCardPopup, PreviewCardPopupProps, PreviewCardPortal, PreviewCardPortalProps, PreviewCardPositioner, PreviewCardPositionerProps, PreviewCardRoot, PreviewCardRootProps, PreviewCardTrigger, PreviewCardTriggerProps } from "./preview-card.js";
|
|
27
|
+
import { ProgressIndicator, ProgressIndicatorProps, ProgressLabel, ProgressLabelProps, ProgressRoot, ProgressRootProps, ProgressTrack, ProgressTrackProps, ProgressValue, ProgressValueProps } from "./progress.js";
|
|
28
|
+
import { RadioGroupRoot, RadioGroupRootProps } from "./radio-group.js";
|
|
29
|
+
import { RadioIndicator, RadioIndicatorProps, RadioRoot, RadioRootProps } from "./radio.js";
|
|
30
|
+
import { ScrollAreaContent, ScrollAreaContentProps, ScrollAreaCorner, ScrollAreaCornerProps, ScrollAreaRoot, ScrollAreaRootProps, ScrollAreaScrollbar, ScrollAreaScrollbarProps, ScrollAreaThumb, ScrollAreaThumbProps, ScrollAreaViewport, ScrollAreaViewportProps } from "./scroll-area.js";
|
|
31
|
+
import { SelectArrow, SelectArrowProps, SelectBackdrop, SelectBackdropProps, SelectGroup, SelectGroupLabel, SelectGroupLabelProps, SelectGroupProps, SelectIcon, SelectIconProps, SelectItem, SelectItemIndicator, SelectItemIndicatorProps, SelectItemProps, SelectItemText, SelectItemTextProps, SelectList, SelectListProps, SelectPopup, SelectPopupProps, SelectPortal, SelectPortalProps, SelectPositioner, SelectPositionerProps, SelectRoot, SelectRootProps, SelectScrollDownArrow, SelectScrollDownArrowProps, SelectScrollUpArrow, SelectScrollUpArrowProps, SelectSeparator, SelectSeparatorProps, SelectTrigger, SelectTriggerProps, SelectValue, SelectValueProps } from "./select.js";
|
|
32
|
+
import { Separator, SeparatorProps } from "./separator.js";
|
|
33
|
+
import { Skeleton, SkeletonProps } from "./skeleton.js";
|
|
34
|
+
import { SliderControl, SliderControlProps, SliderIndicator, SliderIndicatorProps, SliderRoot, SliderRootProps, SliderThumb, SliderThumbProps, SliderTrack, SliderTrackProps, SliderValue, SliderValueProps } from "./slider.js";
|
|
35
|
+
import { SwitchRoot, SwitchRootProps, SwitchThumb, SwitchThumbProps } from "./switch.js";
|
|
36
|
+
import { TabsIndicator, TabsIndicatorProps, TabsList, TabsListProps, TabsPanel, TabsPanelProps, TabsRoot, TabsRootProps, TabsTab, TabsTabProps } from "./tabs.js";
|
|
37
|
+
import { Textarea, TextareaProps } from "./textarea.js";
|
|
38
|
+
import { Toast, ToastAction, ToastActionProps, ToastClose, ToastCloseProps, ToastContent, ToastContentProps, ToastDescription, ToastDescriptionProps, ToastPositioner, ToastPositionerProps, ToastProvider, ToastProviderProps, ToastRoot, ToastRootProps, ToastTitle, ToastTitleProps, ToastViewport, ToastViewportProps } from "./toast.js";
|
|
39
|
+
import { ToggleGroupItem, ToggleGroupItemProps, ToggleGroupRoot, ToggleGroupRootProps } from "./toggle-group.js";
|
|
40
|
+
import { Toggle, ToggleProps } from "./toggle.js";
|
|
41
|
+
import { ToolbarButton, ToolbarButtonProps, ToolbarGroup, ToolbarGroupProps, ToolbarInput, ToolbarInputProps, ToolbarLink, ToolbarLinkProps, ToolbarRoot, ToolbarRootProps, ToolbarSeparator, ToolbarSeparatorProps } from "./toolbar.js";
|
|
42
|
+
import { TooltipArrow, TooltipArrowProps, TooltipPopup, TooltipPopupProps, TooltipPortal, TooltipPortalProps, TooltipPositioner, TooltipPositionerProps, TooltipProvider, TooltipProviderProps, TooltipRoot, TooltipRootProps, TooltipTrigger, TooltipTriggerProps } from "./tooltip.js";
|
|
43
|
+
import { AlertDialog } from "@base-ui/react/alert-dialog";
|
|
44
|
+
export { AccordionHeader, type AccordionHeaderProps, AccordionItem, type AccordionItemProps, AccordionPanel, type AccordionPanelProps, AccordionRoot, type AccordionRootProps, AccordionTrigger, type AccordionTriggerProps, AlertDialog, AlertDialogBackdrop, type AlertDialogBackdropProps, AlertDialogClose, type AlertDialogCloseProps, AlertDialogDescription, type AlertDialogDescriptionProps, AlertDialogPopup, type AlertDialogPopupProps, AlertDialogPortal, type AlertDialogPortalProps, AlertDialogRoot, type AlertDialogRootProps, AlertDialogTitle, type AlertDialogTitleProps, AlertDialogTrigger, type AlertDialogTriggerProps, AlertDialogViewport, type AlertDialogViewportProps, AutocompleteEmpty, type AutocompleteEmptyProps, AutocompleteInput, type AutocompleteInputProps, AutocompleteItem, type AutocompleteItemProps, AutocompleteList, type AutocompleteListProps, AutocompletePopup, type AutocompletePopupProps, AutocompletePortal, type AutocompletePortalProps, AutocompletePositioner, type AutocompletePositionerProps, AutocompleteRoot, type AutocompleteRootProps, AvatarFallback, type AvatarFallbackProps, AvatarImage, type AvatarImageProps, AvatarRoot, type AvatarRootProps, AvatarStack, type AvatarStackProps, Badge, BadgeButton, type BadgeButtonProps, BadgeDot, type BadgeDotProps, type BadgeProps, Button, type ButtonProps, CardContent, type CardContentProps, CardDescription, type CardDescriptionProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, CardMedia, type CardMediaProps, CardRoot, type CardRootProps, CardSection, type CardSectionProps, CardTitle, type CardTitleProps, CheckboxGroupRoot, type CheckboxGroupRootProps, CheckboxIndicator, type CheckboxIndicatorProps, CheckboxRoot, type CheckboxRootProps, CollapsiblePanel, type CollapsiblePanelProps, CollapsibleRoot, type CollapsibleRootProps, CollapsibleTrigger, type CollapsibleTriggerProps, ComboboxArrow, type ComboboxArrowProps, ComboboxBackdrop, type ComboboxBackdropProps, ComboboxChip, type ComboboxChipProps, ComboboxChipRemove, type ComboboxChipRemoveProps, ComboboxChips, type ComboboxChipsProps, ComboboxClear, type ComboboxClearProps, ComboboxControl, type ComboboxControlProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxIcon, type ComboboxIconProps, ComboboxInput, type ComboboxInputProps, ComboboxItem, ComboboxItemIndicator, type ComboboxItemIndicatorProps, type ComboboxItemProps, ComboboxItemText, type ComboboxItemTextProps, ComboboxList, type ComboboxListProps, ComboboxPopup, type ComboboxPopupProps, ComboboxPortal, type ComboboxPortalProps, ComboboxPositioner, type ComboboxPositionerProps, ComboboxRoot, type ComboboxRootProps, ComboboxSeparator, type ComboboxSeparatorProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps, ContextMenuArrow, type ContextMenuArrowProps, ContextMenuCheckboxItem, ContextMenuCheckboxItemIndicator, type ContextMenuCheckboxItemIndicatorProps, ContextMenuCheckboxItemLabel, type ContextMenuCheckboxItemLabelProps, type ContextMenuCheckboxItemProps, ContextMenuGroup, ContextMenuGroupLabel, type ContextMenuGroupLabelProps, type ContextMenuGroupProps, ContextMenuItem, type ContextMenuItemProps, ContextMenuPopup, type ContextMenuPopupProps, ContextMenuPortal, type ContextMenuPortalProps, ContextMenuPositioner, type ContextMenuPositionerProps, ContextMenuRadioGroup, type ContextMenuRadioGroupProps, ContextMenuRadioItem, ContextMenuRadioItemIndicator, type ContextMenuRadioItemIndicatorProps, ContextMenuRadioItemLabel, type ContextMenuRadioItemLabelProps, type ContextMenuRadioItemProps, ContextMenuRoot, type ContextMenuRootProps, ContextMenuSeparator, type ContextMenuSeparatorProps, ContextMenuSubmenuRoot, type ContextMenuSubmenuRootProps, ContextMenuSubmenuTrigger, type ContextMenuSubmenuTriggerProps, ContextMenuTrigger, type ContextMenuTriggerProps, type ControlSize, DialogBackdrop, type DialogBackdropProps, DialogClose, type DialogCloseProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, DialogPopup, type DialogPopupProps, DialogPortal, type DialogPortalProps, DialogRoot, type DialogRootProps, DialogTitle, type DialogTitleProps, DialogTrigger, type DialogTriggerProps, DrawerBackdrop, type DrawerBackdropProps, DrawerClose, type DrawerCloseProps, DrawerContent, type DrawerContentProps, DrawerDescription, type DrawerDescriptionProps, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerHeaderProps, DrawerPopup, type DrawerPopupProps, DrawerPortal, type DrawerPortalProps, DrawerRoot, type DrawerRootProps, DrawerTitle, type DrawerTitleProps, DrawerTrigger, type DrawerTriggerProps, FieldControl, type FieldControlProps, FieldDescription, type FieldDescriptionProps, FieldError, type FieldErrorProps, FieldItem, type FieldItemProps, FieldLabel, type FieldLabelProps, FieldRoot, type FieldRootProps, FieldValidity, type FieldValidityProps, FieldsetLegend, type FieldsetLegendProps, FieldsetRoot, type FieldsetRootProps, FormRoot, type FormRootProps, Input, type InputProps, MenuArrow, type MenuArrowProps, MenuCheckboxItem, MenuCheckboxItemIndicator, type MenuCheckboxItemIndicatorProps, MenuCheckboxItemLabel, type MenuCheckboxItemLabelProps, type MenuCheckboxItemProps, MenuGroup, MenuGroupLabel, type MenuGroupLabelProps, type MenuGroupProps, MenuItem, type MenuItemProps, MenuPopup, type MenuPopupProps, MenuPortal, type MenuPortalProps, MenuPositioner, type MenuPositionerProps, MenuRadioGroup, type MenuRadioGroupProps, MenuRadioItem, MenuRadioItemIndicator, type MenuRadioItemIndicatorProps, MenuRadioItemLabel, type MenuRadioItemLabelProps, type MenuRadioItemProps, MenuRoot, type MenuRootProps, MenuSeparator, type MenuSeparatorProps, MenuSubmenuRoot, type MenuSubmenuRootProps, MenuSubmenuTrigger, type MenuSubmenuTriggerProps, MenuTrigger, type MenuTriggerProps, MenubarArrow, type MenubarArrowProps, MenubarCheckboxItem, MenubarCheckboxItemIndicator, type MenubarCheckboxItemIndicatorProps, MenubarCheckboxItemLabel, type MenubarCheckboxItemLabelProps, type MenubarCheckboxItemProps, MenubarGroup, MenubarGroupLabel, type MenubarGroupLabelProps, type MenubarGroupProps, MenubarItem, type MenubarItemProps, MenubarMenu, type MenubarMenuProps, MenubarPopup, type MenubarPopupProps, MenubarPortal, type MenubarPortalProps, MenubarPositioner, type MenubarPositionerProps, MenubarRadioGroup, type MenubarRadioGroupProps, MenubarRadioItem, MenubarRadioItemIndicator, type MenubarRadioItemIndicatorProps, MenubarRadioItemLabel, type MenubarRadioItemLabelProps, type MenubarRadioItemProps, MenubarRoot, type MenubarRootProps, MenubarSeparator, type MenubarSeparatorProps, MenubarSubmenuRoot, type MenubarSubmenuRootProps, MenubarSubmenuTrigger, type MenubarSubmenuTriggerProps, MenubarTrigger, type MenubarTriggerProps, MeterIndicator, type MeterIndicatorProps, MeterLabel, type MeterLabelProps, MeterRoot, type MeterRootProps, MeterTrack, type MeterTrackProps, MeterValue, type MeterValueProps, NavigationMenuArrow, type NavigationMenuArrowProps, NavigationMenuBackdrop, type NavigationMenuBackdropProps, NavigationMenuContent, type NavigationMenuContentProps, NavigationMenuIcon, type NavigationMenuIconProps, NavigationMenuItem, type NavigationMenuItemProps, NavigationMenuLink, type NavigationMenuLinkProps, NavigationMenuList, type NavigationMenuListProps, NavigationMenuPopup, type NavigationMenuPopupProps, NavigationMenuPortal, type NavigationMenuPortalProps, NavigationMenuPositioner, type NavigationMenuPositionerProps, NavigationMenuRoot, type NavigationMenuRootProps, NavigationMenuTrigger, type NavigationMenuTriggerProps, NavigationMenuViewport, type NavigationMenuViewportProps, NumberFieldDecrement, type NumberFieldDecrementProps, NumberFieldGroup, type NumberFieldGroupProps, NumberFieldIncrement, type NumberFieldIncrementProps, NumberFieldInput, type NumberFieldInputProps, NumberFieldRoot, type NumberFieldRootProps, NumberFieldScrubArea, NumberFieldScrubAreaCursor, type NumberFieldScrubAreaCursorProps, type NumberFieldScrubAreaProps, PopoverArrow, type PopoverArrowProps, PopoverBackdrop, type PopoverBackdropProps, PopoverClose, type PopoverCloseProps, PopoverDescription, type PopoverDescriptionProps, PopoverPopup, type PopoverPopupProps, PopoverPortal, type PopoverPortalProps, PopoverPositioner, type PopoverPositionerProps, PopoverRoot, type PopoverRootProps, PopoverTitle, type PopoverTitleProps, PopoverTrigger, type PopoverTriggerProps, PopoverViewport, type PopoverViewportProps, PreviewCardArrow, type PreviewCardArrowProps, PreviewCardBackdrop, type PreviewCardBackdropProps, PreviewCardPopup, type PreviewCardPopupProps, PreviewCardPortal, type PreviewCardPortalProps, PreviewCardPositioner, type PreviewCardPositionerProps, PreviewCardRoot, type PreviewCardRootProps, PreviewCardTrigger, type PreviewCardTriggerProps, ProgressIndicator, type ProgressIndicatorProps, ProgressLabel, type ProgressLabelProps, ProgressRoot, type ProgressRootProps, ProgressTrack, type ProgressTrackProps, ProgressValue, type ProgressValueProps, RadioGroupRoot, type RadioGroupRootProps, RadioIndicator, type RadioIndicatorProps, RadioRoot, type RadioRootProps, ScrollAreaContent, type ScrollAreaContentProps, ScrollAreaCorner, type ScrollAreaCornerProps, ScrollAreaRoot, type ScrollAreaRootProps, ScrollAreaScrollbar, type ScrollAreaScrollbarProps, ScrollAreaThumb, type ScrollAreaThumbProps, ScrollAreaViewport, type ScrollAreaViewportProps, SelectArrow, type SelectArrowProps, SelectBackdrop, type SelectBackdropProps, SelectGroup, SelectGroupLabel, type SelectGroupLabelProps, type SelectGroupProps, SelectIcon, type SelectIconProps, SelectItem, SelectItemIndicator, type SelectItemIndicatorProps, type SelectItemProps, SelectItemText, type SelectItemTextProps, SelectList, type SelectListProps, SelectPopup, type SelectPopupProps, SelectPortal, type SelectPortalProps, SelectPositioner, type SelectPositionerProps, SelectRoot, type SelectRootProps, SelectScrollDownArrow, type SelectScrollDownArrowProps, SelectScrollUpArrow, type SelectScrollUpArrowProps, SelectSeparator, type SelectSeparatorProps, SelectTrigger, type SelectTriggerProps, SelectValue, type SelectValueProps, Separator, type SeparatorProps, Skeleton, type SkeletonProps, SliderControl, type SliderControlProps, SliderIndicator, type SliderIndicatorProps, SliderRoot, type SliderRootProps, SliderThumb, type SliderThumbProps, SliderTrack, type SliderTrackProps, SliderValue, type SliderValueProps, SwitchRoot, type SwitchRootProps, SwitchThumb, type SwitchThumbProps, TabsIndicator, type TabsIndicatorProps, TabsList, type TabsListProps, TabsPanel, type TabsPanelProps, TabsRoot, type TabsRootProps, TabsTab, type TabsTabProps, Textarea, type TextareaProps, Toast, ToastAction, type ToastActionProps, ToastClose, type ToastCloseProps, ToastContent, type ToastContentProps, ToastDescription, type ToastDescriptionProps, ToastPositioner, type ToastPositionerProps, ToastProvider, type ToastProviderProps, ToastRoot, type ToastRootProps, ToastTitle, type ToastTitleProps, ToastViewport, type ToastViewportProps, Toggle, ToggleGroupItem, type ToggleGroupItemProps, ToggleGroupRoot, type ToggleGroupRootProps, type ToggleProps, ToolbarButton, type ToolbarButtonProps, ToolbarGroup, type ToolbarGroupProps, ToolbarInput, type ToolbarInputProps, ToolbarLink, type ToolbarLinkProps, ToolbarRoot, type ToolbarRootProps, ToolbarSeparator, type ToolbarSeparatorProps, TooltipArrow, type TooltipArrowProps, TooltipPopup, type TooltipPopupProps, TooltipPortal, type TooltipPortalProps, TooltipPositioner, type TooltipPositionerProps, TooltipProvider, type TooltipProviderProps, TooltipRoot, type TooltipRootProps, TooltipTrigger, type TooltipTriggerProps };
|