Skip to content

Commit e01c3f1

Browse files
committed
chore: Update auto-imports
1 parent 259063b commit e01c3f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types/auto-imports.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,6 @@ declare global {
320320
// for type re-export
321321
declare global {
322322
// @ts-ignore
323-
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
323+
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
324324
import('vue')
325325
}

0 commit comments

Comments
 (0)