add 新增ElScrollbarInstance

This commit is contained in:
LiuHao
2023-06-18 22:31:35 +08:00
parent d43ae50abc
commit a46c511f1f
4 changed files with 9 additions and 8 deletions
+1
View File
@@ -25,6 +25,7 @@ declare global {
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;