import {TableOfContents} from '@mantine/core';

TableOfContents.displayName = 'TableOfContents';

export {TableOfContents, type TableOfContentsFactory, type TableOfContentsProps} from '@mantine/core';
