Skip to content

wevu / index / ComputedSetter

类型别名: ComputedSetter()<T>

ComputedSetter<T> = (value) => void

定义于: packages/wevu/src/reactivity/computed.ts:7

类型参数

T

T

参数

value

T

返回

void

Released under the MIT License.