{"version":3,"file":"taiga-ui-addon-doc-types.mjs","sources":["../../../projects/addon-doc/types/page.ts","../../../projects/addon-doc/types/taiga-ui-addon-doc-types.ts"],"sourcesContent":["import type {PolymorpheusContent} from '@taiga-ui/polymorpheus';\n\nexport type TuiDocRoutePages = ReadonlyArray<TuiDocRoutePage | TuiDocRoutePageGroup>;\n\nexport interface TuiDocRoutePageBase {\n    readonly section?: string;\n    readonly title: string;\n}\n\nexport interface TuiDocRoutePage extends TuiDocRoutePageBase {\n    readonly fragment?: string;\n    readonly keywords?: string;\n    readonly route: string;\n    readonly icon?: PolymorpheusContent;\n    readonly rel?: HTMLAnchorElement['rel'];\n    readonly target?: HTMLAnchorElement['target'];\n}\n\nexport interface TuiDocRoutePageGroup extends TuiDocRoutePageBase {\n    readonly subPages: readonly TuiDocRoutePage[];\n}\n\nexport type TuiRawLoaderContent = Promise<{default: string}> | string;\n\nexport const TUI_EXAMPLE_PRIMARY_FILE_NAME = {\n    TS: 'TypeScript',\n    LESS: 'LESS',\n    HTML: 'HTML',\n} as const;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAwBa,MAAA,6BAA6B,GAAG;AACzC,IAAA,EAAE,EAAE,YAAY;AAChB,IAAA,IAAI,EAAE,MAAM;AACZ,IAAA,IAAI,EAAE,MAAM;;;AC3BhB;;AAEG;;;;"}