Appearance
wevu / index / InferPropType
InferPropType<O> = O extends null ? any : O extends object ? InferPropConstructor<T> : O extends PropType<infer V> ? V : InferPropConstructor<O>
O
null
any
object
InferPropConstructor
T
PropType
V
定义于: packages/wevu/src/runtime/types.ts:342