import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const listPageToc: IPageToc[] = [ { label: 'docsSections.installation', href: '#installation' }, { label: 'list.clickTitle', href: '#click' }, { label: 'list.actionsTitle', href: '#actions' }, { label: 'list.borderTitle', href: '#border' }, { label: 'docsSections.apiReference', href: '#api-reference' }, ];