value

@JvmName(name = "valuePropertyInt")
fun CSNumberPicker.value(property: CSProperty<Int>): CSRegistration
fun <T> CSNumberPicker.value(property: CSProperty<T>, function: (T) -> Int): CSRegistration