UNPKG

tdesign-mobile-vue

Version:
13 lines (12 loc) 345 B
import { TNode } from '../common'; export interface TdBadgeProps { color?: string; content?: string | TNode; count?: string | number | TNode; dot?: boolean; maxCount?: number; offset?: Array<string | number>; shape?: 'circle' | 'square' | 'bubble' | 'ribbon'; showZero?: boolean; size?: 'medium' | 'large'; }