File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55import { AntdComponent } from '../component' ;
66import { 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
Original file line number Diff line number Diff line change 44
55import { AntdComponent } from '../component' ;
66import { VNode } from 'vue' ;
7- import AStatisticCountdown from './statistic-countdown' ;
7+ import { StatisticCountdown } from './statistic-countdown' ;
88
99export declare class Statistic extends AntdComponent {
10- static AStatisticCountdown : typeof AStatisticCountdown ;
10+ static Countdown : typeof StatisticCountdown ;
1111 /**
1212 * decimal separator
1313 * @default '.'
You can’t perform that action at this time.
0 commit comments