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; -};