Skip to content

Type Alias: PropType<T>

ts
type PropType<T> = PropConstructor<T> | (PropConstructor<T> | null)[];

Type Parameters

Type Parameter
T