UNPKG

@testing-library/user-event

Version:
6 lines (5 loc) 215 B
import { type Instance } from '../setup'; export interface uploadInit { changeInit?: EventInit; } export declare function upload(this: Instance, element: HTMLElement, fileOrFiles: File | File[]): Promise<void>;