From 4cc7547acf6385c3470cd4ba0ee0ba99f9281476 Mon Sep 17 00:00:00 2001 From: kkmch Date: Wed, 1 Nov 2023 17:58:30 +0100 Subject: [PATCH] fix: typings --- src/components/SharePopover/SharePopover.tsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/SharePopover/SharePopover.tsx b/src/components/SharePopover/SharePopover.tsx index b8956f47..d6937f6f 100644 --- a/src/components/SharePopover/SharePopover.tsx +++ b/src/components/SharePopover/SharePopover.tsx @@ -63,10 +63,7 @@ export interface SharePopoverProps extends ShareListProps, Partial React.ReactElement; } -type SharePopoverInnerProps = Omit & - Required>; - -export const SharePopover = (props: SharePopoverInnerProps) => { +export const SharePopover = (props: SharePopoverProps) => { const { url, title,