Reference
generateMreactComponents
Generates wrapper and DOM modules for every `.mreact.tsx` component under a root directory.
Signature
function generateMreactComponents(options: GenerateMreactComponentsOptions): Promise<GeneratedMreactComponent[]>Reference
Generates wrapper and DOM modules for every `.mreact.tsx` component under a root directory.
function generateMreactComponents(options: GenerateMreactComponentsOptions): Promise<GeneratedMreactComponent[]>