Skip to content

Commit

Permalink
fix(material): export Portal component
Browse files Browse the repository at this point in the history
  • Loading branch information
juanrgm committed Mar 19, 2024
1 parent 7b3a10d commit 6c77575
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/metal-seas-buy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@suid/material": patch
---

Export `Portal` component
1 change: 1 addition & 0 deletions packages/material/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export { default as OutlinedInput } from "./OutlinedInput";
export { default as Paper } from "./Paper";
export { default as Popover } from "./Popover";
export { default as Popper } from "./Popper";
export { default as Portal } from "./Portal";
export { default as Radio } from "./Radio";
export { default as RadioGroup } from "./RadioGroup";
export { default as Select } from "./Select";
Expand Down

0 comments on commit 6c77575

Please sign in to comment.