diff --git a/src/types/element.d.ts b/src/types/element.d.ts index e8d1f62..ba7598d 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;