[Improvement] update type definition (#1294)

This commit is contained in:
neverland
2018-06-16 10:27:21 +08:00
committed by GitHub
parent 90609bf30e
commit b479c1daa6
8 changed files with 23 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
export class VanComponent {
static name: string;
install(): void;
}