react-inlinesvg
Version:
An SVG loader for React
10 lines (8 loc) • 564 B
text/typescript
import { a as PreProcessorCallback, c as State, i as LoadCallback, l as Status, n as ErrorCallback, o as Props, r as FetchError, s as Simplify, t as CacheStore, u as StorageItem } from "./cache-DdM7QpJp.mjs";
import { ReactNode } from "react";
//#region src/index.d.ts
declare const cacheStore: CacheStore;
declare function InlineSVG(props: Props): ReactNode;
//#endregion
export { ErrorCallback, FetchError, LoadCallback, PreProcessorCallback, Props, Simplify, State, Status, StorageItem, cacheStore, InlineSVG as default };
//# sourceMappingURL=index.d.mts.map