DefinitelyTyped/types/react-github-button/react-github-button-tests.tsx

11 lines
216 B
TypeScript

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