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

0.1.4 • 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.

index.d.ts

import { Component } from "react";

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

export default class GitHubButton extends Component<ReactGitHubButtonProps> {}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Ifiok Jr..

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @types/react-github-button

    Weekly Downloads

    369

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    3.76 kB

    Total Files

    5

    Last publish

    Collaborators

    • types