瀏覽代碼

[lib] add index file for components

mightyplow 6 年之前
父節點
當前提交
30893d8192
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/index.js

+ 5 - 0
src/index.js

@@ -0,0 +1,5 @@
+export { Dialog } from './dialog/Dialog.jsx';
+export { dialogActions } from './dialog/dialogActions';
+export { dialogState } from './dialog/dialogState';
+
+export { Overlay } from './overlay/Overlay.jsx';