react-inlinesvg
Advanced tools
Comparing version 4.1.6 to 4.1.7
@@ -73,5 +73,5 @@ import React, { SVGProps, ReactNode, RefObject } from 'react'; | ||
declare let cacheStore: CacheStore; | ||
declare function InlineSVG(props: Props): string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<string | number | bigint | boolean | React.ReactPortal | React.ReactElement<unknown, string | React.JSXElementConstructor<any>> | Iterable<React.ReactNode> | null | undefined> | React.JSX.Element | null | undefined; | ||
declare function InlineSVG(props: Props): string | number | boolean | Iterable<React.ReactNode> | React.JSX.Element | null | undefined; | ||
export { type ErrorCallback, type FetchError, type LoadCallback, type PlainObject, type PreProcessorCallback, type Props, type Simplify, type State, type Status, type StorageItem, cacheStore, InlineSVG as default }; | ||
export = InlineSVG |
{ | ||
"name": "react-inlinesvg", | ||
"version": "4.1.6", | ||
"version": "4.1.7", | ||
"description": "An SVG loader for React", | ||
@@ -65,4 +65,4 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"@types/node": "^22.10.6", | ||
"@types/react": "^19.0.7", | ||
"@types/react-dom": "^19.0.3", | ||
"@types/react": "^18.3.18", | ||
"@types/react-dom": "^18.3.5", | ||
"@vitejs/plugin-react": "^4.3.4", | ||
@@ -77,4 +77,4 @@ "@vitest/coverage-v8": "^2.1.8", | ||
"jsdom": "^26.0.0", | ||
"react": "^19.0.0", | ||
"react-dom": "^19.0.0", | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"repo-tools": "^0.3.1", | ||
@@ -81,0 +81,0 @@ "size-limit": "^11.1.6", |
Sorry, the diff of this file is not supported yet
131529
1817