@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
11 lines (10 loc) • 639 B
TypeScript
import type { TableOfContentsCssVariables, TableOfContentsFactory, TableOfContentsProps, TableOfContentsStylesNames, TableOfContentsVariant } from './TableOfContents';
export { TableOfContents } from './TableOfContents';
export type { TableOfContentsProps, TableOfContentsStylesNames, TableOfContentsCssVariables, TableOfContentsFactory, TableOfContentsVariant, };
export declare namespace TableOfContents {
type Props = TableOfContentsProps;
type StylesNames = TableOfContentsStylesNames;
type CssVariables = TableOfContentsCssVariables;
type Factory = TableOfContentsFactory;
type Variant = TableOfContentsVariant;
}