mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +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;
|
|
}
|
|
}
|