Type Alias PropsEx<TSchema>

PropsEx<TSchema>: Omit<Card.Props<TSchema>, "items">

When you want to extend the props of the Card component.

Type Parameters

  • TSchema extends z.ZodSchema

    Entity schema used to render the card.