Skip to content

Commit

Permalink
Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
atomiks committed Apr 16, 2024
1 parent a9eb724 commit a6fb745
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/mui-base/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ export {
type ThumbProps as SwitchThumbProps,
type OwnerState as SwitchOwnerState,
} from './Switch';
export {
Root as TooltipRoot,
AnchorFragment as TooltipAnchorFragment,
Content as TooltipContent,
Arrow as TooltipArrow,
Group as TooltipGroup,
type RootProps as TooltipRootProps,
type AnchorFragmentProps as TooltipAnchorFragmentProps,
type ContentProps as TooltipContentProps,
type ArrowProps as TooltipArrowProps,
type GroupProps as TooltipGroupProps,
} from './Tooltip';
export * from './useCheckbox';
export * from './useNumberField';
export * from './useSwitch';
Expand Down

0 comments on commit a6fb745

Please sign in to comment.