UNPKG

@gruzf/styles

Version:

This library is designed to style React components for the Gruzovichkof company.

10 lines (6 loc) 226 B
import * as react from 'react'; declare const CacheProvider: react.FC<CacheProviderProperties>; declare type CacheProviderProperties = { children: React.ReactNode; }; export { CacheProvider, CacheProvider as default };