UNPKG

212 BTypeScriptView Raw
1export declare function wrap(tag: string, content: string): string;
2export declare function renderComponent(jsonPart: JSONText): string;
3export default function render(input: string, delimiter?: string): string;