UNPKG

react-shareable-buttons

Version:

Social media share buttons and share counts for React and Nextjs.

7 lines (6 loc) 282 B
import React from 'react'; import { SocialMediaShareCountProps } from '../types'; export default function createShareCount(getCount: SocialMediaShareCountProps['getCount']): { (props: Omit<SocialMediaShareCountProps, "getCount">): React.JSX.Element; displayName: string; };