From 27caa6d737f0014fbd5456c8458028d5bb181142 Mon Sep 17 00:00:00 2001 From: Fabio Guarrasi Date: Mon, 11 Dec 2023 21:49:40 +0100 Subject: [PATCH] exposing type Props --- src/Tooltip.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tooltip.js b/src/Tooltip.js index 0380b12..0fcace8 100644 --- a/src/Tooltip.js +++ b/src/Tooltip.js @@ -19,7 +19,7 @@ type State = { elementHeight: number, }; -type Props = { +export type Props = { withPointer: boolean, popover: React.Element, height: number | string,