import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const themePageToc: IPageToc[] = [ { label: 'themePage.installationTitle', href: '#installation' }, { label: 'themePage.configurationTitle', href: '#configuration' }, { label: 'themePage.tailwindVariantTitle', href: '#tailwind-variant' }, { label: 'themePage.usageTitle', href: '#usage' }, ];