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 }) => (