mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
type(Statistic): remove duplicate union types (#49218)
This commit is contained in:
parent
325cc3fed4
commit
cc29902bb5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user