UNPKG

react-shareable-buttons

Version:

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

4 lines (3 loc) 357 B
import { TelegramLinkParams } from '../../types'; declare const TelegramShareButton: import("react").ForwardRefExoticComponent<Omit<import("../SocialShareButton").Props<TelegramLinkParams>, "forwardedRef" | "networkName" | "networkLink" | "opts"> & TelegramLinkParams & import("react").RefAttributes<HTMLButtonElement>>; export default TelegramShareButton;