Skip to content

wevu / index / PropConstructor

类型别名: PropConstructor<T>

PropConstructor<T> = (...args) => T & object | () => T | PropMethod<T>

定义于: packages/wevu/src/runtime/types.ts:291

类型参数

T

T = any

Released under the MIT License.