Props
data class Props<X>( val value: X, val onChange: (X) -> Unit, val options: UiInputFieldComponent.Options<X>, val toStr: (X) -> String, val fromStr: (String) -> X) : GenericFormField.Props<X, UiInputFieldComponent.Options<X>>
Content copied to clipboard