DefinitelyTyped/types/react-share/react-share-tests.ts
Dennis 233c50cd8c [@types/react-share] Update types LineIcon & LineShareButton (#38054)
* Update. LineShareButton and LineIcon

* Update. test case of LineIcon

* Update. The version of corresponding lib in header

* Fix. tslint errors 'dt-header'
2019-09-03 15:34:09 -07:00

27 lines
1.7 KiB
TypeScript

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