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

3.2.4 • Public • Published

Installation

npm install --save @types/gl-react-image

Summary

This package contains type definitions for gl-react-image (https://github.com/gre/gl-react-image).

Details

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

index.d.ts

import * as React from "react";

export interface GLImageProps {
    center?: [number, number];
    resizeMode?: "cover" | "free" | "contain" | "stretch";
    source: any;
    zoom?: number;
}

export default class GLImage extends React.Component<GLImageProps> {}

Additional Details

  • Last updated: Thu, 28 Dec 2023 19:06:43 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Martin Badin.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/gl-react-image

Weekly Downloads

6

Version

3.2.4

License

MIT

Unpacked Size

3.2 kB

Total Files

5

Last publish

Collaborators

  • types