Skip to content

Commit

Permalink
Add Portal to imports (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
pruthvi2103 authored Nov 23, 2022
1 parent 9c54b11 commit df125b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/src/components/Portal/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export * from "./Portal";
export * from "./portal.types";
3 changes: 2 additions & 1 deletion lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export * from "./components/Loader";
export * from "./components/Modal";
export * from "./components/NativeSelect";
export * from "./components/Popover";
export * from "./components/Portal";
export * from "./components/Progress";
export * from "./components/Radio";
export * from "./components/reset";
Expand All @@ -33,4 +34,4 @@ export * from "./components/Switch";
export * from "./components/Tab";
export * from "./components/Table";
export * from "./components/TextArea";
export * from "./components/Tooltip";
export * from "./components/Tooltip";

0 comments on commit df125b0

Please sign in to comment.