UNPKG

react-inlinesvg

Version:
10 lines (7 loc) 208 B
import { ReactNode } from 'react'; interface Props { children: ReactNode; name?: string; } declare function CacheProvider({ children, name }: Props): ReactNode; export { CacheProvider as default };