mirror of
https://gitee.com/WeBank/fes.js.git
synced 2024-12-05 05:08:09 +08:00
10 lines
172 B
TypeScript
10 lines
172 B
TypeScript
import '@fesjs/fes';
|
|
|
|
export function useModel(moduleId: string): any;
|
|
declare module '@fesjs/fes' {
|
|
|
|
interface PluginBuildConfig {
|
|
model?: {} | false;
|
|
}
|
|
}
|