Browse Source

refactor: 更新lib

es6
iapyang 4 years ago
parent
commit
7ae5d85a49
  1. 6
      dist/lib/core/decorator/decorator.d.ts

6
dist/lib/core/decorator/decorator.d.ts vendored

@ -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> & {
xtype: string;
}) => void;
/**
* model
*/

Loading…
Cancel
Save