Repository URL to install this package:
|
Version:
3.1.1 ▾
|
@skava/forms
/
build
/
dist
/
src
/
deprecated
/
inputs
/
TextBox
/
deps
/
fromChangeEventToValues.d.ts
|
|---|
import { InputChangeEvent } from '../typings';
export declare function fromChangeEventToValues(event: InputChangeEvent): {
value: string;
isChecked: boolean;
};