UNPKG

vant

Version:

Mobile UI Components built on Vue

11 lines (10 loc) 312 B
export type DividerThemeVars = { dividerMargin?: string; dividerTextColor?: string; dividerFontSize?: string; dividerLineHeight?: number | string; dividerBorderColor?: string; dividerContentPadding?: string; dividerContentLeftWidth?: string; dividerContentRightWidth?: string; };