Browse Source

[lib] add index

mightyplow 6 years ago
parent
commit
b8045b3509
1 changed files with 5 additions and 0 deletions
  1. 5 0
      index.js

+ 5 - 0
index.js

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