From 365c2dad98d15ecd32356c05ee962225fa018b06 Mon Sep 17 00:00:00 2001 From: Daniel Barion Date: Wed, 9 Nov 2022 10:17:48 -0300 Subject: [PATCH] fix: add padding into the ts type file fix #817 #808 --- react-tooltip.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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