UNPKG

kompendium

Version:

Documentation generator for Stencil components

7 lines (6 loc) 179 B
import type { Node } from 'unist'; interface VFile { data: Record<string, unknown>; } export declare function saveFrontmatter(): (tree: Node, file: VFile) => void; export {};