@docfy/ember-vite
Version:
Vite plugin for Docfy Ember integration with @embroider/vite
12 lines • 493 B
TypeScript
import type { EnhancedPageContent, InlineComponent, ImportStatement } from '../types.js';
interface PreviewTemplateProcessingResult {
inlineComponents: InlineComponent[];
imports: ImportStatement[];
updatedContent: string;
}
/**
* Process preview-template blocks and convert them to inline components
*/
export declare function processPreviewTemplates(page: EnhancedPageContent): PreviewTemplateProcessingResult;
export {};
//# sourceMappingURL=process-preview-templates.d.ts.map