Skip to content

frontend


Type Alias: BaseCardProps

BaseCardProps = Omit\<CardProps, "children" | "shadow" | "padding" | "radius" | "withBorder"> & Omit\<React.HTMLAttributes\<HTMLDivElement>, keyof CardProps> & object

Defined in: src/components/base-card/BaseCard.tsx:17

Type Declaration

children

children: ReactNode