UNPKG

seehar-design-vue

Version:

Seehar Design Vue - A Vue.js 3 UI library

12 lines (9 loc) 302 B
import { IComponentWithRoot } from '../../types/component/component' import { WithVariantProps } from '../../types/variant' export interface SHCardProps extends IComponentWithRoot { /** * 卡片标题 */ title?: string } export type SHCardVariant = WithVariantProps<SHCardProps>