1.0.4 • Published 6 months ago

@types/react-embed-gist v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-embed-gist

Summary

This package contains type definitions for react-embed-gist (https://github.com/msaracevic/react-embed-gist#readme).

Details

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

index.d.ts

// Type definitions for react-embed-gist 1.0
// Project: https://github.com/msaracevic/react-embed-gist#readme
// Definitions by: James Simon <https://github.com/jsmon>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// Minimum TypeScript Version: 4.1

import * as React from 'react';

export interface Props {
    gist: `${string}/${string}`;
    wrapperClass?: string;
    loadingClass?: string;
    titleClass?: string;
    contentClass?: string;
    errorClass?: string;
    file?: string;
}

export default class ReactEmbedGist extends React.Component<Props> {
    render(): React.ReactNode;
}

Additional Details

  • Last updated: Thu, 05 Aug 2021 20:31:25 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by James Simon.

1.0.2

8 months ago

1.0.4

6 months ago

1.0.3

7 months ago

1.0.1

2 years ago

1.0.0

3 years ago