浏览代码

!61 fix: 删除重复环境变量ElUploadInstance
Merge pull request !61 from 棉花/N/A

疯狂的狮子Li 1 年之前
父节点
当前提交
183e0e9212
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      src/types/element.d.ts

+ 0 - 1
src/types/element.d.ts

@@ -24,7 +24,6 @@ declare global {
   declare type ElColorPickerInstance = InstanceType<typeof ep.ElColorPicker>;
   declare type ElRateInstance = InstanceType<typeof ep.ElRate>;
   declare type ElSliderInstance = InstanceType<typeof ep.ElSlider>;
-  declare type ElUploadInstance = InstanceType<typeof ep.ElUpload>;
   declare type ElScrollbarInstance = InstanceType<typeof ep.ElScrollbar>;
 
   declare type TransferKey = ep.TransferKey;