Skip to content

Commit a996ed1

Browse files
committed
small tweaks
1 parent a28a992 commit a996ed1

File tree

6 files changed

+1038
-1016
lines changed

6 files changed

+1038
-1016
lines changed

auto-imports.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// @ts-nocheck
44
// noinspection JSUnusedGlobalSymbols
55
// Generated by unplugin-auto-import
6-
// biome-ignore lint: disable
76
export {}
87
declare global {
98
const EffectScope: typeof import('vue')['EffectScope']
@@ -328,6 +327,6 @@ declare global {
328327
// for type re-export
329328
declare global {
330329
// @ts-ignore
331-
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
330+
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
332331
import('vue')
333332
}

0 commit comments

Comments
 (0)