Skip to content

Commit e7bea2d

Browse files
authored
chore(ts): export the TooltipProps interface (#592)
1 parent d696fe5 commit e7bea2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-tooltip.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type VoidFunc = (...args: any[]) => void;
1515
type GetContentFunc = (toolTipStr: string) => React.ReactNode;
1616
type GetContent = GetContentFunc | [GetContentFunc, number];
1717

18-
interface TooltipProps {
18+
export interface TooltipProps {
1919
children?: React.ReactNode;
2020
uuid?: string;
2121
// Placement of tooltip

0 commit comments

Comments
 (0)