diff --git a/src/types/element.d.ts b/src/types/element.d.ts index e8d1f620bda02f905b080e3d01b96fdef50bc499..ba7598d6d59b001393b664b46c4cf499156ceb38 100644 --- a/src/types/element.d.ts +++ b/src/types/element.d.ts @@ -24,7 +24,6 @@ declare global { declare type ElColorPickerInstance = InstanceType; declare type ElRateInstance = InstanceType; declare type ElSliderInstance = InstanceType; - declare type ElUploadInstance = InstanceType; declare type ElScrollbarInstance = InstanceType; declare type TransferKey = ep.TransferKey;