UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

11 lines (10 loc) 263 B
export type CardProps<T extends object = Record<string, unknown>> = { element?: string title?: string titleTag?: string compact?: boolean className?: string bodyClassName?: string secondary?: boolean flat?: boolean } & T