UNPKG

@docfy/ember-vite

Version:

Vite plugin for Docfy Ember integration with @embroider/vite

8 lines 354 B
import type { PageContent } from '@docfy/core/lib/types'; import type { FileToGenerate } from './types.js'; /** * Generate a complete page template with path and content * This is the main entry point for template generation */ export declare function generatePage(page: PageContent): FileToGenerate[]; //# sourceMappingURL=template-generator.d.ts.map