UNPKG

@testing-library/user-event

Version:
5 lines (4 loc) 141 B
import { type Instance } from '../setup'; export declare function tab(this: Instance, { shift, }?: { shift?: boolean; }): Promise<void>;