vant
Version:
Mobile UI Components built on Vue
14 lines (13 loc) • 377 B
TypeScript
export type StepThemeVars = {
stepTextColor?: string;
stepActiveColor?: string;
stepProcessTextColor?: string;
stepFontSize?: string;
stepLineColor?: string;
stepFinishLineColor?: string;
stepFinishTextColor?: string;
stepIconSize?: string;
stepCircleSize?: string;
stepCircleColor?: string;
stepHorizontalTitleFontSize?: string;
};