UNPKG

react-inlinesvg

Version:
12 lines (10 loc) 368 B
import React, { ReactNode } from 'react'; import { C as CacheStore } from './cache-DthUlfb2.js'; interface Props { children: ReactNode; name?: string; } declare function CacheProvider({ children, name }: Props): React.JSX.Element; declare function useCacheStore(): CacheStore | null; export { CacheProvider as default, useCacheStore }; export = CacheProvider