6 lines
241 B
TypeScript
Raw Normal View History

2025-09-05 14:59:21 +08:00
import type { ParsedContentMeta } from '@nuxt/content';
/**
* Create NavItem array to be consumed from runtime plugin.
*/
export declare function createNav(contents: ParsedContentMeta[], configs: Record<string, ParsedContentMeta>): any[];