Searched refs:PropOptions (Results 1 – 6 of 6) sorted by relevance
11 export type PropValidator<T> = PropOptions<T>;14 export type PropOptions<T> = { alias
10 export type PropValidator<T> = PropOptions<T>;13 export type PropOptions<T> = {
13 export type PropValidator<T> = PropOptions<T>;16 export type PropOptions<T> = {
27 export type PropValidator<T> = PropOptions<T>;30 >PropOptions : Symbol(PropOptions, Decl(reverseMappedPartiallyInferableTypes.ts, 8, 46))34 export type PropOptions<T> = {35 >PropOptions : Symbol(PropOptions, Decl(reverseMappedPartiallyInferableTypes.ts, 8, 46))
18 export type PropValidator<T> = PropOptions<T>;22 export type PropOptions<T> = {23 >PropOptions : PropOptions<T>
37 export type PropOptions = string[] | {[key: string]: {default?: string}}; alias