Browse Source

无jira任务 类型

es6
imp 3 years ago
parent
commit
1263a03441
  1. 2
      typescript/core/inject.ts

2
typescript/core/inject.ts

@ -1,5 +1,5 @@
type _module = (xtype: string, cls: any) => void;
type _constant = (xtype: string, cls: any) => Function;
type _constant = <T>(xtype: string, cls: T) => (() => T);
type _model = (xtype: string, cls: any) => Function;
type _store = (xtype: string, cls: any) => Function;
type _service = (xtype: string, cls: any) => Function;

Loading…
Cancel
Save