UNPKG

@testing-library/user-event

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