首页🐱🐱
This commit is contained in:
parent
e4b562ed86
commit
79f1daf525
10
node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts
generated
vendored
10
node_modules/.vue-global-types/vue_3.5_0_0_0.d.ts
generated
vendored
@ -40,14 +40,6 @@ export {};
|
|||||||
expose?: (exposed: T) => void,
|
expose?: (exposed: T) => void,
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
type __VLS_NormalizeSlotReturns<S, R = NonNullable<S> extends (...args: any) => infer K ? K : any> = R extends any[] ? {
|
|
||||||
[K in keyof R]: R[K] extends infer V
|
|
||||||
? V extends Element ? V
|
|
||||||
: V extends new (...args: any) => infer R ? ReturnType<__VLS_FunctionalComponent<R>>
|
|
||||||
: V extends (...args: any) => infer R ? R
|
|
||||||
: any
|
|
||||||
: never
|
|
||||||
} : R;
|
|
||||||
type __VLS_IsFunction<T, K> = K extends keyof T
|
type __VLS_IsFunction<T, K> = K extends keyof T
|
||||||
? __VLS_IsAny<T[K]> extends false
|
? __VLS_IsAny<T[K]> extends false
|
||||||
? unknown extends T[K]
|
? unknown extends T[K]
|
||||||
@ -113,7 +105,7 @@ export {};
|
|||||||
index: number,
|
index: number,
|
||||||
][];
|
][];
|
||||||
function __VLS_getSlotParameters<S, D extends S>(slot: S, decl?: D):
|
function __VLS_getSlotParameters<S, D extends S>(slot: S, decl?: D):
|
||||||
__VLS_PickNotAny<NonNullable<D>, (...args: any) => any> extends (...args: infer P) => any ? P : any[];
|
D extends (...args: infer P) => any ? P : any[];
|
||||||
function __VLS_asFunctionalDirective<T>(dir: T): T extends import('vue').ObjectDirective
|
function __VLS_asFunctionalDirective<T>(dir: T): T extends import('vue').ObjectDirective
|
||||||
? NonNullable<T['created' | 'beforeMount' | 'mounted' | 'beforeUpdate' | 'updated' | 'beforeUnmount' | 'unmounted']>
|
? NonNullable<T['created' | 'beforeMount' | 'mounted' | 'beforeUpdate' | 'updated' | 'beforeUnmount' | 'unmounted']>
|
||||||
: T extends (...args: any) => any
|
: T extends (...args: any) => any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user