UNPKG

@nestledjs/forms

Version:

A flexible React form library supporting both declarative and imperative usage patterns with TypeScript support

5 lines (4 loc) 275 B
import { within } from 'storybook/test'; export declare function expectLabelToBePresent(canvas: ReturnType<typeof within>, labelText: string): Promise<void>; export declare function expectLiveFormStateToBePresent(canvas: ReturnType<typeof within>): Promise<void>; export {};