UNPKG

kompendium

Version:

Documentation generator for Stencil components

4 lines (3 loc) 170 B
import type { Node } from 'unist'; export declare function normalizeLegacyAdmonitions(text: string): string; export declare function admonitions(): (tree: Node) => void;