UNPKG

chromogen

Version:

simple, interaction-driven Jest test generator for Recoil and React Hooks apps

4 lines (3 loc) 316 B
import type { SerializableParam } from 'recoil'; export declare const wrapFamilyGetter: (key: string, configGet: Function) => (params: SerializableParam) => (utils: any) => any; export declare const wrapFamilySetter: (key: string, set: Function) => (params: SerializableParam) => (utils: any, newValue: any) => any;