UNPKG

@buun_group/brutalist-ui

Version:
16 lines (15 loc) 440 B
export { TableOfContents, TableOfContentsList, TableOfContentsItem, TableOfContentsLink } from './TableOfContents' export type { TableOfContentsProps, TableOfContentsListProps, TableOfContentsItemProps, TableOfContentsLinkProps, TableOfContentsComponent } from './TableOfContents' // Re-export the TableOfContents with proper typing for subcomponents export { TableOfContents as default } from './TableOfContents'