react-shareable-buttons
Version:
Social media share buttons and share counts for React and Nextjs.
8 lines (7 loc) • 398 B
TypeScript
import { TumblrLinkParams } from '../../types';
declare const TumblrShareButton: import("react").ForwardRefExoticComponent<Omit<import("../SocialShareButton").Props<TumblrLinkParams & {
tags: string;
}>, "forwardedRef" | "networkName" | "networkLink" | "opts"> & TumblrLinkParams & {
tags?: string[];
} & import("react").RefAttributes<HTMLButtonElement>>;
export default TumblrShareButton;