export interface ControlledProps { value: ValueType onChange: (value: ValueType) => void }