arco-markdown-loader
Version:
Webpack loader, Markdown to react demo document, for generate react component document.
5 lines (4 loc) • 298 B
TypeScript
export declare function dangerouslySetInnerHTMLToJsx(html: string): string;
export declare function htmlToJsx(html: string): string;
export declare function htmlToJsxWithHelmet(html: string, title: string, description: string): string;
export declare function htmlToUsageJsx(html: string): string;