UNPKG

@styleless-ui/react

Version:

Completely unstyled, headless and accessible React UI components.

30 lines (29 loc) 2.71 kB
export { default as As, type AsProps } from "./As"; export * as Breadcrumb from "./Breadcrumb"; export type { ItemProps as BreadcrumbItemProps, RootProps as BreadcrumbRootProps, SeparatorItemProps as BreadcrumbSeparatorItemProps, } from "./Breadcrumb"; export { default as Button, type ButtonProps } from "./Button"; export { default as CheckGroup, type CheckGroupProps } from "./CheckGroup"; export { default as Checkbox, type CheckboxProps } from "./Checkbox"; export * as Dialog from "./Dialog"; export type { ContentProps as DialogContentProps, DescriptionProps as DialogDescriptionProps, RootProps as DialogRootProps, TitleProps as DialogTitleProps, } from "./Dialog"; export * as Expandable from "./Expandable"; export type { ContentProps as ExpandableContentProps, RootProps as ExpandableRootProps, TriggerProps as ExpandableTriggerProps, } from "./Expandable"; export { default as FocusTrap, type FocusTrapProps } from "./FocusTrap"; export { default as InputSlider, type InputSliderProps } from "./InputSlider"; export * as Menu from "./Menu"; export type { CheckItemProps as MenuCheckItemProps, GroupProps as MenuGroupProps, ItemProps as MenuItemProps, ItemsProps as MenuItemsProps, RadioGroupProps as MenuRadioGroupProps, RadioItemProps as MenuRadioItemProps, RootProps as MenuRootProps, SeparatorItemProps as MenuSeparatorItemProps, SubProps as MenuSubProps, } from "./Menu"; export { default as Popper, type PopperProps } from "./Popper"; export { default as Portal, type PortalProps } from "./Portal"; export { default as PortalConfigProvider, type PortalConfigProviderProps, } from "./PortalConfigProvider"; export { default as PreserveAspectRatio, type PreserveAspectRatioProps, } from "./PreserveAspectRatio"; export { default as Radio, type RadioProps } from "./Radio"; export { default as RadioGroup, type RadioGroupProps } from "./RadioGroup"; export * as Snackbar from "./Snackbar"; export type { ActionProps as SnackbarActionProps, ContentProps as SnackbarContentProps, DescriptionProps as SnackbarDescriptionProps, RootProps as SnackbarRootProps, TitleProps as SnackbarTitleProps, } from "./Snackbar"; export { default as Switch, type SwitchProps } from "./Switch"; export * as TabGroup from "./TabGroup"; export type { ListProps as TabGroupListProps, PanelProps as TabGroupPanelProps, PanelsProps as TabGroupPanelsProps, RootProps as TabGroupRootProps, TabProps as TabGroupTabProps, } from "./TabGroup"; export { default as Toggle, type ToggleProps } from "./Toggle"; export { default as ToggleGroup, type ToggleGroupProps } from "./ToggleGroup"; export { default as Tooltip, type TooltipProps } from "./Tooltip"; export type { MergeElementProps, PolymorphicProps } from "./typings.d";