Files
feedstr.live/node_modules/@testing-library/user-event/dist/keyboard/plugins/character.d.ts
T
2023-11-25 18:12:47 -05:00

6 lines
185 B
TypeScript

/**
* This file should cover the behavior for keys that produce character input
*/
import { behaviorPlugin } from '../types';
export declare const keypressBehavior: behaviorPlugin[];