UNPKG

@croct/plug-react

Version:

React components and hooks to plug your React applications into Croct.

8 lines (5 loc) 139 B
import { EntryOptions } from './Cache.cjs'; type CacheOptions<R> = EntryOptions<R> & { initial?: R; }; export type { CacheOptions };