Files
conference-room-booking-system/frontend/node_modules/@testing-library/user-event/dist/keyboard/shared/carryValue.d.ts

3 lines
142 B
TypeScript
Raw Normal View History

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