UNPKG

@testing-library/user-event

Version:
3 lines (2 loc) 156 B
import { Config } from '../setup'; export declare function dispatchEvent(config: Config, target: Element, event: Event, preventDefault?: boolean): boolean;