import type { IPageToc } from '~/interfaces/page-toc/page-toc.interface'; export const calendarPageToc: IPageToc[] = [ { label: 'docsSections.installation', href: '#installation' }, { label: 'docsSections.day', href: '#day' }, { label: 'docsSections.range', href: '#range' }, ];