UNPKG

react-inlinesvg

Version:
9 lines (6 loc) 428 B
import { ReactNode } from 'react'; import { C as CacheStore, P as Props } from './cache-DthUlfb2.mjs'; export { E as ErrorCallback, F as FetchError, L as LoadCallback, a as PreProcessorCallback, S as Simplify, b as State, c as Status, d as StorageItem } from './cache-DthUlfb2.mjs'; declare const cacheStore: CacheStore; declare function InlineSVG(props: Props): ReactNode; export { Props, cacheStore, InlineSVG as default };