UNPKG

chromogen

Version:

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

4 lines (3 loc) 200 B
import type { Ledger } from '../types'; export declare const output: ({ initialRender, transactions }: Ledger) => string; export declare const unitOutput: (initialRender: any, action: any) => string;