From 71b7a357f08b6096edd8db4cd025501ce539f1d2 Mon Sep 17 00:00:00 2001 From: Kevin Restaino Date: Tue, 30 Jan 2024 17:24:24 -0500 Subject: [PATCH] Document parentWrapperStyle --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 88a43eb..c819d8b 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ The tooltip styles should work out-of-the-box for most use cases, however should | arrowStyle | Styles the triangle that points to the called out element | | backgroundStyle | Styles the overlay view that sits behind the tooltip, but over the current view | | childrenWrapperStyle | Styles the view that wraps cloned children | +| parentWrapperStyle | Styles the view element that wraps the original children | | contentStyle | Styles the content wrapper that surrounds the `content` element | | tooltipStyle | Styles the tooltip that wraps the arrow and content elements |