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