UNPKG

tdesign-vue

Version:
24 lines (23 loc) 674 B
import { LoadingProps } from '../loading'; import { TNode } from '../common'; export interface TdCardProps { actions?: string | TNode; avatar?: string | TNode; bordered?: boolean; content?: string | TNode; cover?: string | TNode; default?: string | TNode; description?: string | TNode; footer?: string | TNode; header?: string | TNode; headerBordered?: boolean; hoverShadow?: boolean; loading?: boolean | TNode; loadingProps?: LoadingProps; shadow?: boolean; size?: 'medium' | 'small'; status?: string; subtitle?: string | TNode; theme?: 'normal' | 'poster1' | 'poster2'; title?: string | TNode; }