feat(Progress): add resize method #5161

This commit is contained in:
chenjiahan
2020-10-29 22:46:03 +08:00
parent 9be853f7ac
commit 2924004dd3
5 changed files with 55 additions and 5 deletions

5
types/progress.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import { VanComponent } from './component';
export class Progress extends VanComponent {
resize(): void;
}