Files
DefinitelyTyped/types/react-github-button/react-github-button-tests.tsx
2019-04-19 16:37:56 -07:00

11 lines
216 B
TypeScript

import GitHubButton from 'react-github-button';
const MyComponent = () => (
<GitHubButton
type="stargazers"
size="large"
namespace="benjycui"
repo="react-github-button"
/>
);