ComponentObjectPropsOptions<P>: {
    [K in keyof P]: Prop<P[K]> | null
}

Type Parameters

  • P = Data

Generated using TypeDoc