1.5.0 • Published 5 months ago

@types/react-svg-pan-zoom-loader v1.5.0

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

Installation

npm install --save @types/react-svg-pan-zoom-loader

Summary

This package contains type definitions for react-svg-pan-zoom-loader (https://github.com/chrvadala/react-svg-pan-zoom-loader#readme).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-svg-pan-zoom-loader.

index.d.ts

// Type definitions for react-svg-pan-zoom-loader 1.4
// Project: https://github.com/chrvadala/react-svg-pan-zoom-loader#readme
// Definitions by: Rafal Witczak <https://github.com/rafw87>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped

import * as React from 'react';

export interface ReactSvgPanZoomLoaderProps {
    src: string;
    render: (content: React.ReactNode) => React.ReactNode;
    proxy?: React.ReactNode | undefined;
}

export const ReactSvgPanZoomLoader: React.ComponentType<ReactSvgPanZoomLoaderProps>;

export interface SvgLoaderSelectElementProps {
    selector: string;
    children?: string | undefined;
    [prop: string]: any;
}

export const SvgLoaderSelectElement: React.ComponentType<SvgLoaderSelectElementProps>;

Additional Details

  • Last updated: Thu, 08 Jul 2021 22:41:37 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Rafal Witczak.

1.4.4

6 months ago

1.4.3

7 months ago

1.4.2

8 months ago

1.5.0

5 months ago

1.4.1

3 years ago

1.4.0

4 years ago