diff --git a/react-tooltip.d.ts b/react-tooltip.d.ts index f496646a3..7e6c1a89c 100644 --- a/react-tooltip.d.ts +++ b/react-tooltip.d.ts @@ -108,6 +108,8 @@ export interface TooltipProps { clickable?: boolean; // Aria role for the tooltip role?: string; + // Padding attribute + padding?: string; } // ReactTooltip component is the default export