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