UNPKG

@analogjs/content

Version:

Content Rendering for Analog

5 lines (4 loc) 163 B
export declare function parseRawContentFile<Attributes extends Record<string, any>>(rawContentFile: string): { content: string; attributes: Attributes; };