UNPKG

arco-markdown-loader

Version:

Webpack loader, Markdown to react demo document, for generate react component document.

9 lines (8 loc) 244 B
export interface ArcoMarkdownLoaderOptions { preprocess?: (string: any) => string; autoHelmet?: boolean | { formatTitle: (string: any) => string; }; demoDir?: string; } export default function (rawContent: string): any;