Skip to content

Commit

Permalink
Add PropsWithChildren interface to Tooltip component definition for R…
Browse files Browse the repository at this point in the history
…eact 18 (#1623)
  • Loading branch information
brandongregoryscott authored Mar 22, 2023
1 parent 02f0929 commit 8de7a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2714,7 +2714,7 @@ export interface TooltipProps {
statelessProps?: PolymorphicBoxProps<'div', TooltipStatelessProps>
}

export declare const Tooltip: React.FC<TooltipProps>
export declare const Tooltip: React.FC<React.PropsWithChildren<TooltipProps>>

export interface OrderedListOwnProps {
/**
Expand Down

0 comments on commit 8de7a11

Please sign in to comment.