Repository URL to install this package:
import { InputChangeEvent } from '../typings'; export declare function fromChangeEventToValues(event: InputChangeEvent): { value: string; isChecked: boolean; };