import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const buttonPageToc: IPageToc[] = [ { label: 'docsSections.installation', href: '#installation' }, { label: 'docsSections.usage', href: '#usage' }, { label: 'docsSections.size', href: '#size' }, { label: 'docsSections.navigation', href: '#navigation' }, { label: 'docsSections.withIcon', href: '#with-icon' }, { label: 'docsSections.loading', href: '#loading' }, { label: 'docsSections.disabled', href: '#disable' }, { label: 'docsSections.apiReference', href: '#api-reference' }, ];