Merge pull request #5508 from CherishIt/type

remove unused import in types/time.d.ts
This commit is contained in:
Aresn 2019-04-08 11:03:56 +08:00 committed by GitHub
commit 5d1b49d327
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
types/time.d.ts vendored
View file

@ -2,7 +2,7 @@
// Project: https://github.com/iview/iview
// Definitions by: yangdan
// Definitions: https://github.com/yangdan8/iview.git
import Vue, { VNode } from 'vue';
import Vue from 'vue';
export declare interface Time extends Vue {
/**