UNPKG

@yqg/low-code-component-lib

Version:

fintopia web lowcode component library

15 lines 467 B
export interface IProps { status: string; /** @lowCodeSetter tips 启用颜色 */ activeColor?: string; /** @lowCodeSetter tips 禁用颜色 */ inactiveColor?: string; /** @lowCodeSetter tips 启用文案 */ activeText?: string; /** @lowCodeSetter tips 禁用文案 */ inactiveText?: string; /** @lowCodeSetter tips 字体大小 */ fontSize?: number; /** @lowCodeSetter tips 字体粗细 */ fontWeight?: number; }