UNPKG

@testing-library/user-event

Version:
3 lines (2 loc) 138 B
import { type Instance } from '../../setup'; export declare function wait(config: Instance['config']): Promise<[void, void]> | undefined;