UNPKG

@hadss/hmrouter-plugin

Version:

HMRouter Compiler Plugin

9 lines (8 loc) 190 B
export interface TemplateModel { pageUrl: string; importPath: string; componentName: string; dialog: boolean; generatorViewName: string; isDefaultExport?: boolean; }