/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ export { TableOfContents } from './TableOfContents'; export type { TableOfContentsProps } from './TableOfContents'; export type { TableOfContentsLinkProps } from './TableOfContentsLink'; export type { TableOfContentsListProps } from './TableOfContentsList';