|
|
@ -5,6 +5,12 @@ export declare type Constructor<T> = new (...args: any[]) => T; |
|
|
|
export declare function shortcut(): <U>(Target: Constructor<U> & { |
|
|
|
export declare function shortcut(): <U>(Target: Constructor<U> & { |
|
|
|
xtype: string; |
|
|
|
xtype: string; |
|
|
|
}) => void; |
|
|
|
}) => void; |
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 注册provider |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
export declare function provider(): <U>(Target: Constructor<U> & { |
|
|
|
|
|
|
|
xtype: string; |
|
|
|
|
|
|
|
}) => void; |
|
|
|
/** |
|
|
|
/** |
|
|
|
* 注册model |
|
|
|
* 注册model |
|
|
|
*/ |
|
|
|
*/ |
|
|
|