import type { CSSProperties } from 'react'; export type CommonProps = { /** 容器类名 */ className?: string; /** 容器内敛样式 */ style?: CSSProperties; };