mirror of
https://github.com/youzan/vant.git
synced 2025-10-17 00:14:18 +00:00
types(CountDown): add methods types
This commit is contained in:
7
types/count-down.d.ts
vendored
Normal file
7
types/count-down.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { VanComponent } from './component';
|
||||
|
||||
export class CountDown extends VanComponent {
|
||||
start(): void;
|
||||
pause(): void;
|
||||
reset(): void;
|
||||
}
|
Reference in New Issue
Block a user