UNPKG

@testing-library/user-event

Version:
5 lines (4 loc) 169 B
import { type Instance } from '../setup'; export declare function walkRadio(instance: Instance, el: HTMLInputElement & { type: 'radio'; }, direction: -1 | 1): void;