@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
4 lines (3 loc) • 365 B
TypeScript
import type { TableOfContentsCssVariables, TableOfContentsFactory, TableOfContentsProps, TableOfContentsStylesNames, TableOfContentsVariant } from './TableOfContents';
export { TableOfContents } from './TableOfContents';
export type { TableOfContentsProps, TableOfContentsStylesNames, TableOfContentsCssVariables, TableOfContentsFactory, TableOfContentsVariant, };