You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@types/svgr__rollup

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/svgr__rollup

TypeScript definitions for @svgr/rollup

4.3.2
npm
Version published
Weekly downloads
324
-10.74%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • Last updated: Mon, 25 Sep 2023 13:39:06 GMT
  • Dependencies: @types/node, @types/rollup
  • Global values: none

Credits

These definitions were written by Nick, and Max Boguslavskiy.

FAQs

Package last updated on 25 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts