@styleless-ui/react
Version:
Completely unstyled, headless and accessible React UI components.
6 lines (5 loc) • 309 B
TypeScript
export { default as List, type ListProps } from "./List";
export { default as Panel, type PanelProps } from "./Panel";
export { default as Panels, type PanelsProps } from "./Panels";
export { default as Tab, type TabProps } from "./Tab";
export { default as Root, type Props as RootProps } from "./TabGroup";