suspendProperty

fun <T> suspendProperty(value: T, onChange: suspend (value: T) -> Unit = {}): CSSuspendPropertyImpl<T>