Prajwal3009's picture
Upload 6939 files
b1bbd1e verified
import { keyboardState } from '../types';
export declare function carryValue(element: Element, state: keyboardState, newValue: string): void;