Skip to content

Commit

Permalink
feat: add all components to root export
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Murray <hellomikemurray@gmail.com>
  • Loading branch information
mikemurray committed Feb 21, 2020
1 parent 3a6b5e7 commit 803e286
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package/src/index.js
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
export { default as ActionMenu } from "./components/ActionMenu";
export { default as Button } from "./components/Button";
export { default as Chip } from "./components/Chip";
export { default as ConfirmDialog, ConfirmDialogBase, useConfirmDialog } from "./components/ConfirmDialog";
export { default as DataTable, useDataTable } from "./components/DataTable";
export { default as DataTableFilter } from "./components/DataTableFilter";
export { default as DialogTitle } from "./components/DialogTitle";
export { default as Select } from "./components/Select";
export { default as SplitButton } from "./components/SplitButton";
export { default as TextField } from "./components/TextField";
export { default as Toast } from "./components/Toast";
export { default as defaultTheme } from "./theme/defaultTheme";

0 comments on commit 803e286

Please sign in to comment.