type(Statistic): remove duplicate union types (#49218)

This commit is contained in:
thinkasany 2024-06-04 18:43:38 +08:00 committed by GitHub
parent 325cc3fed4
commit cc29902bb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ interface StatisticReactProps extends FormatConfig {
export type StatisticProps = HTMLAriaDataAttributes & StatisticReactProps;
const Statistic: React.FC<StatisticProps & HTMLAriaDataAttributes> = (props) => {
const Statistic: React.FC<StatisticProps> = (props) => {
const {
prefixCls: customizePrefixCls,
className,