Browse Source

chore: 导出方式更新

es6
iapyang 5 years ago
parent
commit
c3ab1d7a9f
  1. 4
      types/global.d.ts
  2. 2
      typescript/index.ts

4
types/global.d.ts vendored

@ -2,9 +2,9 @@ interface Obj {
[key: string]: any;
}
// declare let BI: Obj & import("../typescript/index")._BI;
declare let BI: Obj & import("../typescript/index")._BI;
declare let BI: Obj;
// declare let BI: Obj;
declare const Fix: Obj;

2
typescript/index.ts

@ -42,4 +42,4 @@ export interface _BI extends _func, _i18n, _base {
BI = BI.extend(BI, {
Decorators: decorator,
});
}) as any;

Loading…
Cancel
Save