From a9a51c95d28f042e62873678766a1b2a071212a8 Mon Sep 17 00:00:00 2001 From: Eitan Elbaz Date: Wed, 28 Jun 2023 16:07:47 +0100 Subject: [PATCH] updated example --- playground/src/pages/CustomExample.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/playground/src/pages/CustomExample.tsx b/playground/src/pages/CustomExample.tsx index aaec033..9949d84 100644 --- a/playground/src/pages/CustomExample.tsx +++ b/playground/src/pages/CustomExample.tsx @@ -30,8 +30,10 @@ const Prev: React.FC = ({ goBack }) => ( ); -const Close: React.FC = () => ( - +const Close: React.FC = ({ close, PositionalWrapper }) => ( + + close()} /> + ); const ContentOverride: React.FC = ({ children }) => (