@types/svgr__rollup
Advanced tools
Comparing version
@@ -14,3 +14,3 @@ // Type definitions for @svgr/rollup 4.3 | ||
interface Options { | ||
include?: string; | ||
include?: string | undefined; | ||
exclude: string; | ||
@@ -17,0 +17,0 @@ babel: boolean; |
{ | ||
"name": "@types/svgr__rollup", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "TypeScript definitions for @svgr/rollup", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup", | ||
"license": "MIT", | ||
@@ -19,3 +20,3 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -31,4 +32,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "167e9132f834fd790be5a476f35f7df041502e71d5559975e07961b9534a0e55", | ||
"typeScriptVersion": "3.0" | ||
"typesPublisherContentHash": "6b787f5b0fce2d158abbab10108b8aa083875ba7786db0ddb93ebda1e2928de0", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -8,10 +8,36 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/svgr__rollup/index.d.ts) | ||
````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 | ||
Additional Details | ||
* Last updated: Thu, 10 Oct 2019 21:56:47 GMT | ||
* Dependencies: @types/rollup, @types/node | ||
/// <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: Fri, 02 Jul 2021 22:33:14 GMT | ||
* Dependencies: [@types/rollup](https://npmjs.com/package/@types/rollup), [@types/node](https://npmjs.com/package/@types/node) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Nick <https://github.com/fobdy>, and Max Boguslavskiy <https://github.com/maxbogus>. | ||
These definitions were written by [Nick](https://github.com/fobdy), and [Max Boguslavskiy](https://github.com/maxbogus). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4224
28.19%43
152.94%