6.0.0 • Published 4 months ago

@types/svgr__rollup v6.0.0

Weekly downloads
954
License
MIT
Repository
-
Last release
4 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.

6.0.0

4 months ago

4.3.5

1 year ago

4.3.2

2 years ago

4.3.4

2 years ago

4.3.3

2 years ago

4.3.1

4 years ago

4.3.0

6 years ago