import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const tooltipPageToc: IPageToc[] = [ { label: 'docsSections.installation', href: '#installation' }, { label: 'docsSections.usage', href: '#usage' }, { label: 'docsSections.withIcon', href: '#with-icon' }, { label: 'componentDocs.tooltip.htmlTitle', href: '#html' }, { label: 'docsSections.apiReference', href: '#api-reference' }, ];