UNPKG

react-inlinesvg

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