react-shareable-buttons
Version:
Social media share buttons and share counts for React and Nextjs.
4 lines (3 loc) • 357 B
TypeScript
import { WhatsAppLinkParams } from '../../types';
declare const WhatsappShareButton: import("react").ForwardRefExoticComponent<Omit<import("../SocialShareButton").Props<WhatsAppLinkParams>, "forwardedRef" | "networkName" | "networkLink" | "opts"> & WhatsAppLinkParams & import("react").RefAttributes<HTMLButtonElement>>;
export default WhatsappShareButton;