Skip to content

Documentation / @andrew_l/app / ObjectPropsOptions

Type Alias: ObjectPropsOptions<P> ​

ObjectPropsOptions<P> = { [K in keyof P]: PropOptions<P[K]> }

Map of prop declarations keyed by name — passed as props in defineApp.

Type Parameters ​

P ​

P = Data