UNPKG

tdesign-vue

Version:
10 lines (9 loc) 273 B
import { TNode } from '../common'; export interface TdDividerProps { align?: 'left' | 'right' | 'center'; content?: string | TNode; dashed?: boolean; default?: string | TNode; layout?: 'horizontal' | 'vertical'; theme?: 'horizontal' | 'vertical'; }