4.3.5 • Published 2 months ago

@types/svgr__rollup v4.3.5

Weekly downloads
954
License
MIT
Repository
github
Last release
2 months ago

Installation

npm install --save @types/svgr__rollup

Summary

This package contains type definitions for @svgr/rollup (https://github.com/smooth-code/svgr/tree/master/packages/rollup).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup.

index.d.ts

// Type definitions for @svgr/rollup 4.3
// Project: https://github.com/smooth-code/svgr/tree/master/packages/rollup
// Definitions by: Nick <https://github.com/fobdy>
//                 Max Boguslavskiy <https://github.com/maxbogus>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 3.0

/// <reference types='node' />

import { Plugin } from 'rollup';

declare namespace svgrRollup {
    interface Options {
        include?: string | undefined;
        exclude: string;
        babel: boolean;
    }
}

declare function svgrRollup(options?: svgrRollup.Options): Plugin;

export = svgrRollup;

Additional Details

Credits

These definitions were written by Nick, and Max Boguslavskiy.

4.3.5

2 months ago

4.3.2

8 months ago

4.3.4

6 months ago

4.3.3

7 months ago

4.3.1

3 years ago

4.3.0

5 years ago