types(CountDown): add methods types
This commit is contained in:
Vendored
+7
@@ -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