From a46c511f1f7f99554536220dff7c00d7b13ab318 Mon Sep 17 00:00:00 2001 From: LiuHao <liuhaoai545@gmail.com> Date: 星期日, 18 六月 2023 22:31:35 +0800 Subject: [PATCH] add 新增ElScrollbarInstance --- src/types/element.d.ts | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/types/element.d.ts b/src/types/element.d.ts index 8d72e6c..e8d1f62 100644 --- a/src/types/element.d.ts +++ b/src/types/element.d.ts @@ -25,6 +25,7 @@ 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; declare type CheckboxValueType = ep.CheckboxValueType; -- Gitblit v1.9.3