21 lines
379 B
TypeScript
Raw Permalink Normal View History

2024-11-05 10:07:15 +08:00
import { buildProps } from '../../../../utils'
export const tabbarBaseProps = buildProps({
/**
* @description
*/
inactiveColor: String,
/**
* @description
*/
activeColor: String,
/**
* @description
*/
iconSize: String,
/**
* @description
*/
fontSize: String,
} as const)