From 89151afce3c3fede968c0e2a6ac34a9d4bec61d2 Mon Sep 17 00:00:00 2001 From: ganpeng <190875565@qq.com> Date: Mon, 30 May 2022 22:08:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dts=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=89=BE=E4=B8=8D=E5=88=B0=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/index.d.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/types/index.d.ts b/types/index.d.ts index 7f77ac6..85d2492 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -26,7 +26,3 @@ declare interface ComponentElRef { declare type ComponentRef = ComponentElRef | null; declare type ElRef = Nullable; - -export type DynamicProps = { - [P in keyof T]: Ref | T[P] | ComputedRef; -};