react-easy-social-share
Version: 
Social media share for React, Nextjs and React applications.
22 lines (21 loc) • 1.75 kB
TypeScript
export { default as FacebookShare } from './components/buttons/FacebookShareButton';
export { default as LineShare } from './components/buttons/LineShareButton';
export { default as PinterestShare } from './components/buttons/PinterestShareButton';
export { default as RedditShare } from './components/buttons/RedditShareButton';
export { default as TelegramShare } from './components/buttons/TelegramShareButton';
export { default as TumblrShare } from './components/buttons/TumblrShareButton';
export { default as TwitterShare } from './components/buttons/TwitterShareButton';
export { default as ViberShare } from './components/buttons/ViberShareButton';
export { default as WeiboShare } from './components/buttons/WeiboShareButton';
export { default as WhatsappShare } from './components/buttons/WhatsappShareButton';
export { default as LinkedinShare } from './components/buttons/LinkedinShareButton';
export { default as VKShareShare } from './components/buttons/VKShareButton';
export { default as MailruShare } from './components/buttons/MailruShareButton';
export { default as LiveJournalShare } from './components/buttons/LivejournalShareButton';
export { default as WorkplaceShare } from './components/buttons/WorkplaceShareButton';
export { default as PocketShare } from './components/buttons/PocketShareButton';
export { default as InstapaperShare } from './components/buttons/InstapaperShareButton';
export { default as HatenaShare } from './components/buttons/HatenaShareButton';
export { default as FacebookMessengerShare } from './components/buttons/FacebookMessengerShareButton';
export { default as EmailShare } from './components/buttons/EmailShareButton';
export { default as GabShare } from './components/buttons/GabShareButton';