uiPropertyNumberRow

inline fun Container.uiPropertyNumberRow(    title: String,     vararg propsList: UIEditableNumberProps,     size: Size = Size(128, 20),     block: UIPropertyNumberRow.() -> Unit = {}): UIPropertyNumberRow