UNPKG

react-inlinesvg

Version:
17 lines (15 loc) 427 B
import { t as CacheStore } from "./cache-DdM7QpJp.mjs"; import React, { ReactNode } from "react"; //#region src/provider.d.ts interface Props { children: ReactNode; name?: string; } declare function CacheProvider({ children, name }: Props): React.JSX.Element; declare function useCacheStore(): CacheStore | null; //#endregion export { CacheProvider as default, useCacheStore }; //# sourceMappingURL=provider.d.mts.map