Files
conference-room-booking-system/frontend/node_modules/@testing-library/user-event/dist/keyboard/shared/carryValue.d.ts
2025-08-20 21:01:11 -04:00

3 lines
142 B
TypeScript

import { keyboardState } from '../types';
export declare function carryValue(element: Element, state: keyboardState, newValue: string): void;