We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 043c70a commit 7f60a87Copy full SHA for 7f60a87
components/SocialShare/SocialShare.tsx
@@ -20,14 +20,14 @@ import {
20
IconTwitter,
21
IconWhatsApp,
22
} from '@/icons';
23
-import { type SharingOptions, SocialNetwork } from 'theme-settings';
+import { SocialNetwork, ThemeSettings } from 'theme-settings';
24
25
import styles from './SocialShare.module.scss';
26
27
interface Props {
28
url: string;
29
className?: string;
30
- socialNetworks: SharingOptions['sharing_actions'];
+ socialNetworks: ThemeSettings['sharing_actions'];
31
thumbnailUrl?: string;
32
withLabels?: boolean;
33
}
0 commit comments