/** * social-share-buttons * Modern, lightweight social sharing library * * @author Burak Ă–zdemir * @license MIT */ import './social-share-buttons.css'; export { SocialShareButtons, default } from './SocialShareButtons'; export * from './types'; export * from './platforms';