UNPKG

@uiw-admin/plugins

Version:
10 lines (9 loc) 260 B
/**获取model文件信息*/ export declare const getModelInfo: (newPath: string) => { /**是否是model*/ modelName: undefined; /**model 名称*/ isMode: boolean; /** model 是否使用 createModel 导出 */ isCreateModel: boolean; };