Browse Source

KERNEL-13947 refactor: OB和Widget从index export

es6
Zhenfei.Li 2 years ago
parent
commit
e9a87a8528
  1. 6
      src/core/index.js

6
src/core/index.js

@ -1,3 +1,5 @@
import OB from "./3.ob";
import Widget from "./4.widget";
import Action from "./action/action"; import Action from "./action/action";
import ShowAction from "./action/action.show"; import ShowAction from "./action/action.show";
import Behavior from "./behavior/0.behavior"; import Behavior from "./behavior/0.behavior";
@ -14,6 +16,8 @@ import ResizeController from "./controller/controller.resizer";
import TooltipsController from "./controller/controller.tooltips"; import TooltipsController from "./controller/controller.tooltips";
BI.extend(BI, { BI.extend(BI, {
OB,
Widget,
Action, Action,
ShowAction, ShowAction,
Behavior, Behavior,
@ -31,6 +35,8 @@ BI.extend(BI, {
}); });
export { export {
OB,
Widget,
Action, Action,
ShowAction, ShowAction,
Behavior, Behavior,

Loading…
Cancel
Save