type(time): remove unused import
This commit is contained in:
parent
fd5d3596d6
commit
3f839e19b1
1 changed files with 1 additions and 1 deletions
2
types/time.d.ts
vendored
2
types/time.d.ts
vendored
|
@ -2,7 +2,7 @@
|
||||||
// Project: https://github.com/iview/iview
|
// Project: https://github.com/iview/iview
|
||||||
// Definitions by: yangdan
|
// Definitions by: yangdan
|
||||||
// Definitions: https://github.com/yangdan8/iview.git
|
// Definitions: https://github.com/yangdan8/iview.git
|
||||||
import Vue, { VNode } from 'vue';
|
import Vue from 'vue';
|
||||||
|
|
||||||
export declare interface Time extends Vue {
|
export declare interface Time extends Vue {
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue