Skip to content

Commit

Permalink
[core] Export NumberField components and hooks (#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks authored May 10, 2024
1 parent cab02f0 commit 7159b04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
"ClickAwayListener/",
"FocusTrap/",
"NoSsr/",
"NumberField/",
"Portal/",
"Switch/",
"Tabs/",
Expand All @@ -97,6 +98,7 @@
"useCheckbox/",
"useCompound",
"useList",
"useNumberField/",
"useSwitch/",
"useTransition/",
"utils/",
Expand All @@ -106,6 +108,7 @@
"node/ClickAwayListener/",
"node/FocusTrap/",
"node/NoSsr/",
"node/NumberField/",
"node/Portal/",
"node/Switch/",
"node/Tabs/",
Expand All @@ -114,6 +117,7 @@
"node/useCheckbox/",
"node/useCompound",
"node/useList",
"node/useNumberField",
"node/useSwitch/",
"node/utils/",
"node/useTransition/",
Expand Down

0 comments on commit 7159b04

Please sign in to comment.