@styleless-ui/react
Version:
Completely unstyled, headless and accessible React UI components.
6 lines (5 loc) • 342 B
TypeScript
export { default as Action, type ActionProps } from "./Action";
export { default as Content, type ContentProps } from "./Content";
export { default as Description, type DescriptionProps } from "./Description";
export { default as Root, type Props as RootProps } from "./Snackbar";
export { default as Title, type TitleProps } from "./Title";