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