UNPKG

@mornya/react-social-libs

Version:

The project of React.js Social Share and Widget modules.

18 lines (17 loc) 900 B
export { default as Band } from './share/Band'; export { default as Clipboard } from './share/Clipboard'; export { default as Email } from './share/Email'; export { default as Facebook } from './share/Facebook'; export { default as Flipboard } from './share/Flipboard'; export { default as Gmail } from './share/Gmail'; export { default as KakaoTalk } from './share/KakaoTalk'; export { default as Line } from './share/Line'; export { default as LinkedIn } from './share/LinkedIn'; export { default as Naver } from './share/Naver'; export { default as NaverBlog } from './share/NaverBlog'; export { default as Reddit } from './share/Reddit'; export { default as Skype } from './share/Skype'; export { default as SMS } from './share/SMS'; export { default as Telegram } from './share/Telegram'; export { default as Tumblr } from './share/Tumblr'; export { default as Twitter } from './share/Twitter';