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