380 lines
17 KiB
TypeScript
380 lines
17 KiB
TypeScript
import { AccordionContent, AccordionHeader, AccordionItem, AccordionRoot, AccordionTrigger, AlertDialogRoot, AlertDialogTrigger, AlertDialogPortal, AlertDialogContent, AlertDialogOverlay, AlertDialogCancel, AlertDialogTitle, AlertDialogDescription, AlertDialogAction, AvatarRoot, AvatarFallback, AvatarImage, CalendarRoot, CalendarHeader, CalendarHeading, CalendarGrid, CalendarCell, CalendarHeadCell, CalendarNext, CalendarPrev, CalendarGridHead, CalendarGridBody, CalendarGridRow, CalendarCellTrigger, CheckboxGroupRoot, CheckboxRoot, CheckboxIndicator, CollapsibleRoot, CollapsibleTrigger, CollapsibleContent, ComboboxRoot, ComboboxInput, ComboboxAnchor, ComboboxEmpty, ComboboxTrigger, ComboboxCancel, ComboboxGroup, ComboboxLabel, ComboboxContent, ComboboxViewport, ComboboxVirtualizer, ComboboxItem, ComboboxItemIndicator, ComboboxSeparator, ComboboxArrow, ComboboxPortal, ContextMenuRoot, ContextMenuTrigger, ContextMenuPortal, ContextMenuContent, ContextMenuArrow, ContextMenuItem, ContextMenuGroup, ContextMenuSeparator, ContextMenuCheckboxItem, ContextMenuItemIndicator, ContextMenuLabel, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, DateFieldRoot, DateFieldInput, DatePickerRoot, DatePickerHeader, DatePickerHeading, DatePickerGrid, DatePickerCell, DatePickerHeadCell, DatePickerNext, DatePickerPrev, DatePickerGridHead, DatePickerGridBody, DatePickerGridRow, DatePickerCellTrigger, DatePickerInput, DatePickerCalendar, DatePickerField, DatePickerAnchor, DatePickerArrow, DatePickerClose, DatePickerTrigger, DatePickerContent, DateRangePickerRoot, DateRangePickerHeader, DateRangePickerHeading, DateRangePickerGrid, DateRangePickerCell, DateRangePickerHeadCell, DateRangePickerNext, DateRangePickerPrev, DateRangePickerGridHead, DateRangePickerGridBody, DateRangePickerGridRow, DateRangePickerCellTrigger, DateRangePickerInput, DateRangePickerCalendar, DateRangePickerField, DateRangePickerAnchor, DateRangePickerArrow, DateRangePickerClose, DateRangePickerTrigger, DateRangePickerContent, DateRangeFieldRoot, DateRangeFieldInput, DialogRoot, DialogTrigger, DialogPortal, DialogContent, DialogOverlay, DialogClose, DialogTitle, DialogDescription, DropdownMenuRoot, DropdownMenuTrigger, DropdownMenuPortal, DropdownMenuContent, DropdownMenuArrow, DropdownMenuItem, DropdownMenuGroup, DropdownMenuSeparator, DropdownMenuCheckboxItem, DropdownMenuItemIndicator, DropdownMenuLabel, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, EditableRoot, EditableArea, EditableInput, EditablePreview, EditableSubmitTrigger, EditableCancelTrigger, EditableEditTrigger, HoverCardRoot, HoverCardTrigger, HoverCardPortal, HoverCardContent, HoverCardArrow, ListboxRoot, ListboxContent, ListboxFilter, ListboxItem, ListboxItemIndicator, ListboxVirtualizer, ListboxGroup, ListboxGroupLabel, MenubarRoot, MenubarTrigger, MenubarPortal, MenubarContent, MenubarArrow, MenubarItem, MenubarGroup, MenubarSeparator, MenubarCheckboxItem, MenubarItemIndicator, MenubarLabel, MenubarRadioGroup, MenubarRadioItem, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarMenu, NavigationMenuRoot, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuSub, NavigationMenuTrigger, NavigationMenuViewport, NumberFieldRoot, NumberFieldInput, NumberFieldIncrement, NumberFieldDecrement, PaginationRoot, PaginationEllipsis, PaginationFirst, PaginationLast, PaginationList, PaginationListItem, PaginationNext, PaginationPrev, PinInputRoot, PinInputInput, PopoverRoot, PopoverTrigger, PopoverPortal, PopoverContent, PopoverArrow, PopoverClose, PopoverAnchor, ProgressRoot, ProgressIndicator, RadioGroupRoot, RadioGroupItem, RadioGroupIndicator, RangeCalendarRoot, RangeCalendarHeader, RangeCalendarHeading, RangeCalendarGrid, RangeCalendarCell, RangeCalendarHeadCell, RangeCalendarNext, RangeCalendarPrev, RangeCalendarGridHead, RangeCalendarGridBody, RangeCalendarGridRow, RangeCalendarCellTrigger, ScrollAreaRoot, ScrollAreaViewport, ScrollAreaScrollbar, ScrollAreaThumb, ScrollAreaCorner, SelectRoot, SelectTrigger, SelectPortal, SelectContent, SelectArrow, SelectSeparator, SelectItemIndicator, SelectLabel, SelectGroup, SelectItem, SelectItemText, SelectViewport, SelectScrollUpButton, SelectScrollDownButton, SelectValue, SelectIcon, SliderRoot, SliderThumb, SliderTrack, SliderRange, SplitterGroup, SplitterPanel, SplitterResizeHandle, StepperRoot, StepperItem, StepperTrigger, StepperDescription, StepperTitle, StepperIndicator, StepperSeparator, SwitchRoot, SwitchThumb, TabsRoot, TabsList, TabsContent, TabsTrigger, TabsIndicator, TagsInputRoot, TagsInputInput, TagsInputItem, TagsInputItemText, TagsInputItemDelete, TagsInputClear, ToastProvider, ToastRoot, ToastAction, ToastClose, ToastViewport, ToastTitle, ToastDescription, ToggleGroupRoot, ToggleGroupItem, ToolbarRoot, ToolbarButton, ToolbarLink, ToolbarToggleGroup, ToolbarToggleItem, ToolbarSeparator, TooltipRoot, TooltipTrigger, TooltipContent, TooltipArrow, TooltipPortal, TooltipProvider, TreeRoot, TreeItem, TreeVirtualizer } from 'reka-ui';
|
|
export { AspectRatio, Label, Presence, Separator, Toggle, Viewport } from 'reka-ui';
|
|
|
|
declare const Accordion: {
|
|
Content: typeof AccordionContent;
|
|
Header: typeof AccordionHeader;
|
|
Item: typeof AccordionItem;
|
|
Root: typeof AccordionRoot;
|
|
Trigger: typeof AccordionTrigger;
|
|
};
|
|
declare const AlertDialog: {
|
|
Root: typeof AlertDialogRoot;
|
|
Trigger: typeof AlertDialogTrigger;
|
|
Portal: typeof AlertDialogPortal;
|
|
Content: typeof AlertDialogContent;
|
|
Overlay: typeof AlertDialogOverlay;
|
|
Cancel: typeof AlertDialogCancel;
|
|
Title: typeof AlertDialogTitle;
|
|
Description: typeof AlertDialogDescription;
|
|
Action: typeof AlertDialogAction;
|
|
};
|
|
|
|
declare const Avatar: {
|
|
Root: typeof AvatarRoot;
|
|
Fallback: typeof AvatarFallback;
|
|
Image: typeof AvatarImage;
|
|
};
|
|
declare const Calendar: {
|
|
Root: typeof CalendarRoot;
|
|
Header: typeof CalendarHeader;
|
|
Heading: typeof CalendarHeading;
|
|
Grid: typeof CalendarGrid;
|
|
Cell: typeof CalendarCell;
|
|
HeadCell: typeof CalendarHeadCell;
|
|
Next: typeof CalendarNext;
|
|
Prev: typeof CalendarPrev;
|
|
GridHead: typeof CalendarGridHead;
|
|
GridBody: typeof CalendarGridBody;
|
|
GridRow: typeof CalendarGridRow;
|
|
CellTrigger: typeof CalendarCellTrigger;
|
|
};
|
|
declare const Checkbox: {
|
|
GroupRoot: typeof CheckboxGroupRoot;
|
|
Root: typeof CheckboxRoot;
|
|
Indicator: typeof CheckboxIndicator;
|
|
};
|
|
declare const Collapsible: {
|
|
Root: typeof CollapsibleRoot;
|
|
Trigger: typeof CollapsibleTrigger;
|
|
Content: typeof CollapsibleContent;
|
|
};
|
|
declare const Combobox: {
|
|
Root: typeof ComboboxRoot;
|
|
Input: typeof ComboboxInput;
|
|
Anchor: typeof ComboboxAnchor;
|
|
Empty: typeof ComboboxEmpty;
|
|
Trigger: typeof ComboboxTrigger;
|
|
Cancel: typeof ComboboxCancel;
|
|
Group: typeof ComboboxGroup;
|
|
Label: typeof ComboboxLabel;
|
|
Content: typeof ComboboxContent;
|
|
Viewport: typeof ComboboxViewport;
|
|
Virtualizer: typeof ComboboxVirtualizer;
|
|
Item: typeof ComboboxItem;
|
|
ItemIndicator: typeof ComboboxItemIndicator;
|
|
Separator: typeof ComboboxSeparator;
|
|
Arrow: typeof ComboboxArrow;
|
|
Portal: typeof ComboboxPortal;
|
|
};
|
|
declare const ContextMenu: {
|
|
Root: typeof ContextMenuRoot;
|
|
Trigger: typeof ContextMenuTrigger;
|
|
Portal: typeof ContextMenuPortal;
|
|
Content: typeof ContextMenuContent;
|
|
Arrow: typeof ContextMenuArrow;
|
|
Item: typeof ContextMenuItem;
|
|
Group: typeof ContextMenuGroup;
|
|
Separator: typeof ContextMenuSeparator;
|
|
CheckboxItem: typeof ContextMenuCheckboxItem;
|
|
ItemIndicator: typeof ContextMenuItemIndicator;
|
|
Label: typeof ContextMenuLabel;
|
|
RadioGroup: typeof ContextMenuRadioGroup;
|
|
RadioItem: typeof ContextMenuRadioItem;
|
|
Sub: typeof ContextMenuSub;
|
|
SubContent: typeof ContextMenuSubContent;
|
|
SubTrigger: typeof ContextMenuSubTrigger;
|
|
};
|
|
declare const DateField: {
|
|
Root: typeof DateFieldRoot;
|
|
Input: typeof DateFieldInput;
|
|
};
|
|
declare const DatePicker: {
|
|
Root: typeof DatePickerRoot;
|
|
Header: typeof DatePickerHeader;
|
|
Heading: typeof DatePickerHeading;
|
|
Grid: typeof DatePickerGrid;
|
|
Cell: typeof DatePickerCell;
|
|
HeadCell: typeof DatePickerHeadCell;
|
|
Next: typeof DatePickerNext;
|
|
Prev: typeof DatePickerPrev;
|
|
GridHead: typeof DatePickerGridHead;
|
|
GridBody: typeof DatePickerGridBody;
|
|
GridRow: typeof DatePickerGridRow;
|
|
CellTrigger: typeof DatePickerCellTrigger;
|
|
Input: typeof DatePickerInput;
|
|
Calendar: typeof DatePickerCalendar;
|
|
Field: typeof DatePickerField;
|
|
Anchor: typeof DatePickerAnchor;
|
|
Arrow: typeof DatePickerArrow;
|
|
Close: typeof DatePickerClose;
|
|
Trigger: typeof DatePickerTrigger;
|
|
Content: typeof DatePickerContent;
|
|
};
|
|
declare const DateRangePicker: {
|
|
Root: typeof DateRangePickerRoot;
|
|
Header: typeof DateRangePickerHeader;
|
|
Heading: typeof DateRangePickerHeading;
|
|
Grid: typeof DateRangePickerGrid;
|
|
Cell: typeof DateRangePickerCell;
|
|
HeadCell: typeof DateRangePickerHeadCell;
|
|
Next: typeof DateRangePickerNext;
|
|
Prev: typeof DateRangePickerPrev;
|
|
GridHead: typeof DateRangePickerGridHead;
|
|
GridBody: typeof DateRangePickerGridBody;
|
|
GridRow: typeof DateRangePickerGridRow;
|
|
CellTrigger: typeof DateRangePickerCellTrigger;
|
|
Input: typeof DateRangePickerInput;
|
|
Calendar: typeof DateRangePickerCalendar;
|
|
Field: typeof DateRangePickerField;
|
|
Anchor: typeof DateRangePickerAnchor;
|
|
Arrow: typeof DateRangePickerArrow;
|
|
Close: typeof DateRangePickerClose;
|
|
Trigger: typeof DateRangePickerTrigger;
|
|
Content: typeof DateRangePickerContent;
|
|
};
|
|
declare const DateRangeField: {
|
|
Root: typeof DateRangeFieldRoot;
|
|
Input: typeof DateRangeFieldInput;
|
|
};
|
|
declare const Dialog: {
|
|
Root: typeof DialogRoot;
|
|
Trigger: typeof DialogTrigger;
|
|
Portal: typeof DialogPortal;
|
|
Content: typeof DialogContent;
|
|
Overlay: typeof DialogOverlay;
|
|
Close: typeof DialogClose;
|
|
Title: typeof DialogTitle;
|
|
Description: typeof DialogDescription;
|
|
};
|
|
declare const DropdownMenu: {
|
|
Root: typeof DropdownMenuRoot;
|
|
Trigger: typeof DropdownMenuTrigger;
|
|
Portal: typeof DropdownMenuPortal;
|
|
Content: typeof DropdownMenuContent;
|
|
Arrow: typeof DropdownMenuArrow;
|
|
Item: typeof DropdownMenuItem;
|
|
Group: typeof DropdownMenuGroup;
|
|
Separator: typeof DropdownMenuSeparator;
|
|
CheckboxItem: typeof DropdownMenuCheckboxItem;
|
|
ItemIndicator: typeof DropdownMenuItemIndicator;
|
|
Label: typeof DropdownMenuLabel;
|
|
RadioGroup: typeof DropdownMenuRadioGroup;
|
|
RadioItem: typeof DropdownMenuRadioItem;
|
|
Sub: typeof DropdownMenuSub;
|
|
SubContent: typeof DropdownMenuSubContent;
|
|
SubTrigger: typeof DropdownMenuSubTrigger;
|
|
};
|
|
declare const Editable: {
|
|
Root: typeof EditableRoot;
|
|
Area: typeof EditableArea;
|
|
Input: typeof EditableInput;
|
|
Preview: typeof EditablePreview;
|
|
SubmitTrigger: typeof EditableSubmitTrigger;
|
|
CancelTrigger: typeof EditableCancelTrigger;
|
|
EditTrigger: typeof EditableEditTrigger;
|
|
};
|
|
declare const HoverCard: {
|
|
Root: typeof HoverCardRoot;
|
|
Trigger: typeof HoverCardTrigger;
|
|
Portal: typeof HoverCardPortal;
|
|
Content: typeof HoverCardContent;
|
|
Arrow: typeof HoverCardArrow;
|
|
};
|
|
|
|
declare const Listbox: {
|
|
Root: typeof ListboxRoot;
|
|
Content: typeof ListboxContent;
|
|
Filter: typeof ListboxFilter;
|
|
Item: typeof ListboxItem;
|
|
ItemIndicator: typeof ListboxItemIndicator;
|
|
Virtualizer: typeof ListboxVirtualizer;
|
|
Group: typeof ListboxGroup;
|
|
GroupLabel: typeof ListboxGroupLabel;
|
|
};
|
|
declare const Menubar: {
|
|
Root: typeof MenubarRoot;
|
|
Trigger: typeof MenubarTrigger;
|
|
Portal: typeof MenubarPortal;
|
|
Content: typeof MenubarContent;
|
|
Arrow: typeof MenubarArrow;
|
|
Item: typeof MenubarItem;
|
|
Group: typeof MenubarGroup;
|
|
Separator: typeof MenubarSeparator;
|
|
CheckboxItem: typeof MenubarCheckboxItem;
|
|
ItemIndicator: typeof MenubarItemIndicator;
|
|
Label: typeof MenubarLabel;
|
|
RadioGroup: typeof MenubarRadioGroup;
|
|
RadioItem: typeof MenubarRadioItem;
|
|
Sub: typeof MenubarSub;
|
|
SubContent: typeof MenubarSubContent;
|
|
SubTrigger: typeof MenubarSubTrigger;
|
|
Menu: typeof MenubarMenu;
|
|
};
|
|
declare const NavigationMenu: {
|
|
Root: typeof NavigationMenuRoot;
|
|
Content: typeof NavigationMenuContent;
|
|
Indicator: typeof NavigationMenuIndicator;
|
|
Item: typeof NavigationMenuItem;
|
|
Link: typeof NavigationMenuLink;
|
|
List: typeof NavigationMenuList;
|
|
Sub: typeof NavigationMenuSub;
|
|
Trigger: typeof NavigationMenuTrigger;
|
|
Viewport: typeof NavigationMenuViewport;
|
|
};
|
|
declare const NumberField: {
|
|
Root: typeof NumberFieldRoot;
|
|
Input: typeof NumberFieldInput;
|
|
Increment: typeof NumberFieldIncrement;
|
|
Decrement: typeof NumberFieldDecrement;
|
|
};
|
|
declare const Pagination: {
|
|
Root: typeof PaginationRoot;
|
|
Ellipsis: typeof PaginationEllipsis;
|
|
First: typeof PaginationFirst;
|
|
Last: typeof PaginationLast;
|
|
List: typeof PaginationList;
|
|
ListItem: typeof PaginationListItem;
|
|
Next: typeof PaginationNext;
|
|
Prev: typeof PaginationPrev;
|
|
};
|
|
declare const PinInput: {
|
|
Root: typeof PinInputRoot;
|
|
Input: typeof PinInputInput;
|
|
};
|
|
declare const Popover: {
|
|
Root: typeof PopoverRoot;
|
|
Trigger: typeof PopoverTrigger;
|
|
Portal: typeof PopoverPortal;
|
|
Content: typeof PopoverContent;
|
|
Arrow: typeof PopoverArrow;
|
|
Close: typeof PopoverClose;
|
|
Anchor: typeof PopoverAnchor;
|
|
};
|
|
|
|
declare const Progress: {
|
|
Root: typeof ProgressRoot;
|
|
Indicator: typeof ProgressIndicator;
|
|
};
|
|
declare const RadioGroup: {
|
|
Root: typeof RadioGroupRoot;
|
|
Item: typeof RadioGroupItem;
|
|
Indicator: typeof RadioGroupIndicator;
|
|
};
|
|
declare const RangeCalendar: {
|
|
Root: typeof RangeCalendarRoot;
|
|
Header: typeof RangeCalendarHeader;
|
|
Heading: typeof RangeCalendarHeading;
|
|
Grid: typeof RangeCalendarGrid;
|
|
Cell: typeof RangeCalendarCell;
|
|
HeadCell: typeof RangeCalendarHeadCell;
|
|
Next: typeof RangeCalendarNext;
|
|
Prev: typeof RangeCalendarPrev;
|
|
GridHead: typeof RangeCalendarGridHead;
|
|
GridBody: typeof RangeCalendarGridBody;
|
|
GridRow: typeof RangeCalendarGridRow;
|
|
CellTrigger: typeof RangeCalendarCellTrigger;
|
|
};
|
|
declare const ScrollArea: {
|
|
Root: typeof ScrollAreaRoot;
|
|
Viewport: typeof ScrollAreaViewport;
|
|
Scrollbar: typeof ScrollAreaScrollbar;
|
|
Thumb: typeof ScrollAreaThumb;
|
|
Corner: typeof ScrollAreaCorner;
|
|
};
|
|
declare const Select: {
|
|
Root: typeof SelectRoot;
|
|
Trigger: typeof SelectTrigger;
|
|
Portal: typeof SelectPortal;
|
|
Content: typeof SelectContent;
|
|
Arrow: typeof SelectArrow;
|
|
Separator: typeof SelectSeparator;
|
|
ItemIndicator: typeof SelectItemIndicator;
|
|
Label: typeof SelectLabel;
|
|
Group: typeof SelectGroup;
|
|
Item: typeof SelectItem;
|
|
ItemText: typeof SelectItemText;
|
|
Viewport: typeof SelectViewport;
|
|
ScrollUpButton: typeof SelectScrollUpButton;
|
|
ScrollDownButton: typeof SelectScrollDownButton;
|
|
Value: typeof SelectValue;
|
|
Icon: typeof SelectIcon;
|
|
};
|
|
|
|
declare const Slider: {
|
|
Root: typeof SliderRoot;
|
|
Thumb: typeof SliderThumb;
|
|
Track: typeof SliderTrack;
|
|
Range: typeof SliderRange;
|
|
};
|
|
declare const Splitter: {
|
|
Group: typeof SplitterGroup;
|
|
Panel: typeof SplitterPanel;
|
|
ResizeHandle: typeof SplitterResizeHandle;
|
|
};
|
|
declare const Stepper: {
|
|
Root: typeof StepperRoot;
|
|
Item: typeof StepperItem;
|
|
Trigger: typeof StepperTrigger;
|
|
Description: typeof StepperDescription;
|
|
Title: typeof StepperTitle;
|
|
Indicator: typeof StepperIndicator;
|
|
Separator: typeof StepperSeparator;
|
|
};
|
|
declare const Switch: {
|
|
Root: typeof SwitchRoot;
|
|
Thumb: typeof SwitchThumb;
|
|
};
|
|
declare const Tabs: {
|
|
Root: typeof TabsRoot;
|
|
List: typeof TabsList;
|
|
Content: typeof TabsContent;
|
|
Trigger: typeof TabsTrigger;
|
|
Indicator: typeof TabsIndicator;
|
|
};
|
|
declare const TagsInput: {
|
|
Root: typeof TagsInputRoot;
|
|
Input: typeof TagsInputInput;
|
|
Item: typeof TagsInputItem;
|
|
ItemText: typeof TagsInputItemText;
|
|
ItemDelete: typeof TagsInputItemDelete;
|
|
Clear: typeof TagsInputClear;
|
|
};
|
|
declare const Toast: {
|
|
Provider: typeof ToastProvider;
|
|
Root: typeof ToastRoot;
|
|
Action: typeof ToastAction;
|
|
Close: typeof ToastClose;
|
|
Viewport: typeof ToastViewport;
|
|
Title: typeof ToastTitle;
|
|
Description: typeof ToastDescription;
|
|
};
|
|
|
|
declare const ToggleGroup: {
|
|
Root: typeof ToggleGroupRoot;
|
|
Item: typeof ToggleGroupItem;
|
|
};
|
|
declare const Toolbar: {
|
|
Root: typeof ToolbarRoot;
|
|
Button: typeof ToolbarButton;
|
|
Link: typeof ToolbarLink;
|
|
ToggleGroup: typeof ToolbarToggleGroup;
|
|
ToggleItem: typeof ToolbarToggleItem;
|
|
Separator: typeof ToolbarSeparator;
|
|
};
|
|
declare const Tooltip: {
|
|
Root: typeof TooltipRoot;
|
|
Trigger: typeof TooltipTrigger;
|
|
Content: typeof TooltipContent;
|
|
Arrow: typeof TooltipArrow;
|
|
Portal: typeof TooltipPortal;
|
|
Provider: typeof TooltipProvider;
|
|
};
|
|
declare const Tree: {
|
|
Root: typeof TreeRoot;
|
|
Item: typeof TreeItem;
|
|
Virtualizer: typeof TreeVirtualizer;
|
|
};
|
|
|
|
export { Accordion, AlertDialog, Avatar, Calendar, Checkbox, Collapsible, Combobox, ContextMenu, DateField, DatePicker, DateRangeField, DateRangePicker, Dialog, DropdownMenu, Editable, HoverCard, Listbox, Menubar, NavigationMenu, NumberField, Pagination, PinInput, Popover, Progress, RadioGroup, RangeCalendar, ScrollArea, Select, Slider, Splitter, Stepper, Switch, Tabs, TagsInput, Toast, ToggleGroup, Toolbar, Tooltip, Tree };
|