Skip to content

Commit

Permalink
[Tooltip] Export type tooltip provider props (#2980)
Browse files Browse the repository at this point in the history
* export type TooltipProviderProps

* Track versions

* Export TooltipProviderProps from index.ts too
  • Loading branch information
rczobor committed Jun 25, 2024
1 parent b8d300d commit e859600
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .yarn/versions/6945cc14.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
releases:
"@radix-ui/react-tooltip": patch

declined:
- primitives
1 change: 1 addition & 0 deletions packages/react/tooltip/src/Tooltip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -754,6 +754,7 @@ export {
Arrow,
};
export type {
TooltipProviderProps,
TooltipProps,
TooltipTriggerProps,
TooltipPortalProps,
Expand Down
1 change: 1 addition & 0 deletions packages/react/tooltip/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export {
Arrow,
} from './Tooltip';
export type {
TooltipProviderProps,
TooltipProps,
TooltipTriggerProps,
TooltipPortalProps,
Expand Down

0 comments on commit e859600

Please sign in to comment.