Skip to content

wevu / index / InferPropType

类型别名: InferPropType<O>

InferPropType<O> = O extends null ? any : O extends object ? InferPropConstructor<T> : O extends PropType<infer V> ? V : InferPropConstructor<O>

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

类型参数

O

O

Released under the MIT License.