@types/react-github-button
TypeScript icon, indicating that this package has built-in type declarations

0.1.5 • Public • Published

Installation

npm install --save @types/react-github-button

Summary

This package contains type definitions for react-github-button (https://github.com/benjycui/react-github-button#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-github-button.

import { Component } from "react";

declare namespace ReactGitHubButton {
    interface ReactReactGitHubButtonProps {
        /**
         * The type of information to display
         */
        type: "stargazers" | "watchers" | "forks";
        /**
         * Your GitHub id or organization name.
         */
        namespace: string;
        /**
         * The name of your repository.
         */
        repo: string;
        /**
         * The size of the button. Leave undefined for default.
         */
        size?: "large" | undefined;
        /**
         * Optional classname for styling the button.
         */
        className?: string | undefined;
    }
}

declare class ReactGitHubButton extends Component<ReactGitHubButton.ReactReactGitHubButtonProps> {}

export = ReactGitHubButton;

Additional Details

  • Last updated: Fri, 04 Oct 2024 16:42:27 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Ifiok Jr..

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-github-button

Weekly Downloads

398

Version

0.1.5

License

MIT

Unpacked Size

4.31 kB

Total Files

5

Last publish

Collaborators

  • types