Props

fun <X> Props(    value: X,     onChange: (X) -> Unit,     options: UiInputFieldComponent.Options<X>,     toStr: (X) -> String,     fromStr: (String) -> X)