js:add lib and .d.ts

This commit is contained in:
pengfei.zhou
2020-01-03 14:44:51 +08:00
committed by osborn
parent 624e90e4a8
commit 7cde16a75d
84 changed files with 3794 additions and 19 deletions

6
doric-js/lib/index.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export * from './src/runtime/global';
export * from './src/ui/index.ui';
export * from "./src/widget/index.widget";
export * from './src/native/index.native';
export * from "./src/util/index.util";
export * from "./src/pattern/index.pattern";