mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +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;
|
export type StatisticProps = HTMLAriaDataAttributes & StatisticReactProps;
|
||||||
|
|
||||||
const Statistic: React.FC<StatisticProps & HTMLAriaDataAttributes> = (props) => {
|
const Statistic: React.FC<StatisticProps> = (props) => {
|
||||||
const {
|
const {
|
||||||
prefixCls: customizePrefixCls,
|
prefixCls: customizePrefixCls,
|
||||||
className,
|
className,
|
||||||
|
Loading…
Reference in New Issue
Block a user