21 lines
454 B
TypeScript
Raw Normal View History

2024-11-05 10:07:15 +08:00
import { buildProps } from '../../../../utils'
export const tabsBaseProps = buildProps({
/**
* @description tn开头时使用图鸟内置的颜色
*/
color: String,
/**
* @description tn开头时使用图鸟内置的颜色
*/
activeColor: String,
/**
* @description
*/
fontSize: String,
/**
* @description
*/
activeFontSize: String,
} as const)