forked from fanruan/fineui
Browse Source
Merge in VISUAL/fineui from ~ZHENFEI.LI/fineui:es6 to es6 * commit '8c8fd18c6cefe604fc6d780eaa46cec1e91f0dc0': KERNEL-13947 refactor: base的es6化demoes6
Zhenfei.Li-李振飞
2 years ago
3 changed files with 22 additions and 11 deletions
@ -0,0 +1,9 @@
|
||||
import Pane from "./1.pane"; |
||||
|
||||
BI.extend(BI, { |
||||
Pane, |
||||
}); |
||||
|
||||
export { |
||||
Pane, |
||||
} |
Loading…
Reference in new issue