@buun_group/brutalist-ui
Version:
A brutalist-styled component library
4 lines (3 loc) • 347 B
TypeScript
export { TableOfContents, TableOfContentsList, TableOfContentsItem, TableOfContentsLink } from './TableOfContents';
export type { TableOfContentsProps, TableOfContentsListProps, TableOfContentsItemProps, TableOfContentsLinkProps, TableOfContentsComponent } from './TableOfContents';
export { TableOfContents as default } from './TableOfContents';