DefinitelyTyped/types/react-share/react-share-tests.ts
2018-05-01 08:56:33 -07:00

26 lines
1.6 KiB
TypeScript

import {
FacebookShareCount, // $ExpectType StatelessComponent<ShareCountComponentProps>
GooglePlusShareCount, // $ExpectType StatelessComponent<ShareCountComponentProps>
LinkedinShareCount, // $ExpectType StatelessComponent<ShareCountComponentProps>
PinterestShareCount, // $ExpectType StatelessComponent<ShareCountComponentProps>
VKShareCount, // $ExpectType StatelessComponent<ShareCountComponentProps>
OKShareCount, // $ExpectType StatelessComponent<ShareCountComponentProps>
RedditShareCount, // $ExpectType StatelessComponent<ShareCountComponentProps>
TumblrShareCount, // $ExpectType StatelessComponent<ShareCountComponentProps>
FacebookIcon, // $ExpectType StatelessComponent<IconComponentProps>
TwitterIcon, // $ExpectType StatelessComponent<IconComponentProps>
TelegramIcon, // $ExpectType StatelessComponent<IconComponentProps>
WhatsappIcon, // $ExpectType StatelessComponent<IconComponentProps>
GooglePlusIcon, // $ExpectType StatelessComponent<IconComponentProps>
LinkedinIcon, // $ExpectType StatelessComponent<IconComponentProps>
PinterestIcon, // $ExpectType StatelessComponent<IconComponentProps>
VKIcon, // $ExpectType StatelessComponent<IconComponentProps>
OKIcon, // $ExpectType StatelessComponent<IconComponentProps>
RedditIcon, // $ExpectType StatelessComponent<IconComponentProps>
TumblrIcon, // $ExpectType StatelessComponent<IconComponentProps>
LivejournalIcon, // $ExpectType StatelessComponent<IconComponentProps>
MailruIcon, // $ExpectType StatelessComponent<IconComponentProps>
EmailIcon, // $ExpectType StatelessComponent<IconComponentProps>
} from 'react-share';