Skip to content

Commit 548f10d

Browse files
Lukinohtangjinzhou
authored andcommitted
fix: statistic countdown typings (#1375)
1 parent 1fd1735 commit 548f10d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

types/statistic/statistic-countdown.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import { AntdComponent } from '../component';
66
import { VNode } from 'vue';
77

8-
export declare class AStatisticCountdown extends AntdComponent {
8+
export declare class StatisticCountdown extends AntdComponent {
99
format: string;
1010
/**
1111
* prefix node of value

types/statistic/statistic.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44

55
import { AntdComponent } from '../component';
66
import { VNode } from 'vue';
7-
import AStatisticCountdown from './statistic-countdown';
7+
import { StatisticCountdown } from './statistic-countdown';
88

99
export declare class Statistic extends AntdComponent {
10-
static AStatisticCountdown: typeof AStatisticCountdown;
10+
static Countdown: typeof StatisticCountdown;
1111
/**
1212
* decimal separator
1313
* @default '.'

0 commit comments

Comments
 (0)