react-inlinesvg
Version:
An SVG loader for React
12 lines (10 loc) • 386 B
TypeScript
import react__default, { ReactNode } from 'react';
import { C as CacheStore } from './cache-NLB60kAd.js';
interface Props {
children: ReactNode;
name?: string;
}
declare function CacheProvider({ children, name }: Props): react__default.JSX.Element;
declare function useCacheStore(): CacheStore | null;
export { CacheProvider as default, useCacheStore };
export = CacheProvider