diff --git a/react-tooltip.d.ts b/react-tooltip.d.ts index 02d82356..c77c58df 100644 --- a/react-tooltip.d.ts +++ b/react-tooltip.d.ts @@ -15,7 +15,7 @@ type VoidFunc = (...args: any[]) => void; type GetContentFunc = (toolTipStr: string) => React.ReactNode; type GetContent = GetContentFunc | [GetContentFunc, number]; -interface TooltipProps { +export interface TooltipProps { children?: React.ReactNode; uuid?: string; // Placement of tooltip