type(time): remove unused import

This commit is contained in:
CherishIt 2019-03-26 20:50:41 +08:00
parent fd5d3596d6
commit 3f839e19b1

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 {
/**