2.1.4 • Published 5 months ago

@types/react-responsive-embed v2.1.4

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

Installation

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

Summary

This package contains type definitions for react-responsive-embed (https://github.com/tableflip/react-responsive-embed).

Details

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

index.d.ts

// Type definitions for react-responsive-embed 2.1
// Project: https://github.com/tableflip/react-responsive-embed
// Definitions by: Nathan Bierema <https://github.com/Methuselah96>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import { ComponentType } from 'react';

type Props = { ratio?: string; } & JSX.IntrinsicElements['iframe'];
declare const ResponsiveEmbed: ComponentType<Props>;

export = ResponsiveEmbed;

Additional Details

  • Last updated: Wed, 09 Mar 2022 22:31:55 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Nathan Bierema.

2.1.4

5 months ago

2.1.2

7 months ago

2.1.1

8 months ago

2.1.3

6 months ago

2.1.0

2 years ago