UNPKG

@croct/plug-react

Version:

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

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