2025/2/8第一次更新

This commit is contained in:
爱吃咸鱼小猫咪
2025-02-08 18:50:38 +08:00
commit d7af560866
26519 changed files with 5046029 additions and 0 deletions
@@ -0,0 +1,20 @@
import { buildProps } from '../../../../utils'
export const tabsBaseProps = buildProps({
/**
* @description 默认颜色,以tn开头时使用图鸟内置的颜色
*/
color: String,
/**
* @description 选中颜色,以tn开头时使用图鸟内置的颜色
*/
activeColor: String,
/**
* @description 字体大小
*/
fontSize: String,
/**
* @description 选中字体大小
*/
activeFontSize: String,
} as const)