17 lines
372 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:14:41 +08:00
import { buildProps } from '../../../../utils'
export const stepsBaseProps = buildProps({
/**
* @description tn开头使用图鸟内置颜色
*/
color: String,
/**
* @description tn开头使用图鸟内置颜色
*/
activeColor: String,
/**
* @description
*/
disabled: Boolean,
} as const)