Interface TextInputKeyPressEventData

See

TextInputProps.onKeyPress

interface TextInputKeyPressEventData {
    key: string;
}

Properties

Properties

key: string