| | |
| | | > |
| | | >; |
| | | type __VLS_PrettifyGlobal<T> = { [K in keyof T]: T[K]; } & {}; |
| | | type __VLS_PickFunctionalComponentCtx<T, K> = NonNullable<__VLS_PickNotAny< |
| | | '__ctx' extends keyof __VLS_PickNotAny<K, {}> ? K extends { __ctx?: infer Ctx } ? Ctx : never : any |
| | | , T extends (props: any, ctx: infer Ctx) => any ? Ctx : any |
| | | >>; |
| | | type __VLS_UseTemplateRef<T> = Readonly<import('vue').ShallowRef<T | null>>; |
| | | |
| | | function __VLS_getVForSourceType(source: number): [number, number, number][]; |
| | | function __VLS_getVForSourceType(source: string): [string, number, number][]; |
| | |
| | | function __VLS_getSlotParams<T>(slot: T): Parameters<__VLS_PickNotAny<NonNullable<T>, (...args: any[]) => any>>; |
| | | // @ts-ignore |
| | | function __VLS_getSlotParam<T>(slot: T): Parameters<__VLS_PickNotAny<NonNullable<T>, (...args: any[]) => any>>[0]; |
| | | function __VLS_directiveAsFunction<T extends import('vue').Directive>(dir: T): T extends (...args: any) => any |
| | | ? T | __VLS_unknownDirective |
| | | : NonNullable<(T & Record<string, __VLS_unknownDirective>)['created' | 'beforeMount' | 'mounted' | 'beforeUpdate' | 'updated' | 'beforeUnmount' | 'unmounted']>; |
| | | function __VLS_asFunctionalDirective<T>(dir: T): T extends import('vue').ObjectDirective |
| | | ? NonNullable<T['created' | 'beforeMount' | 'mounted' | 'beforeUpdate' | 'updated' | 'beforeUnmount' | 'unmounted']> |
| | | : T extends (...args: any) => any |
| | | ? T |
| | | : __VLS_unknownDirective; |
| | | function __VLS_withScope<T, K>(ctx: T, scope: K): ctx is T & K; |
| | | function __VLS_makeOptional<T>(t: T): { [K in keyof T]?: T[K] }; |
| | | function __VLS_nonNullable<T>(t: T): T extends null | undefined ? never : T; |
| | |
| | | : (_: {} & Record<string, unknown>, ctx?: any) => { __ctx?: { attrs?: any, expose?: any, slots?: any, emit?: any, props?: {} & Record<string, unknown> } }; |
| | | function __VLS_elementAsFunction<T>(tag: T, endTag?: T): (_: T & Record<string, unknown>) => void; |
| | | function __VLS_functionalComponentArgsRest<T extends (...args: any) => any>(t: T): 2 extends Parameters<T>['length'] ? [any] : []; |
| | | function __VLS_pickFunctionalComponentCtx<T, K>(comp: T, compInstance: K): NonNullable<__VLS_PickNotAny< |
| | | '__ctx' extends keyof __VLS_PickNotAny<K, {}> ? K extends { __ctx?: infer Ctx } ? Ctx : never : any |
| | | , T extends (props: any, ctx: infer Ctx) => any ? Ctx : any |
| | | >>; |
| | | function __VLS_normalizeSlot<S>(s: S): S extends () => infer R ? (props: {}) => R : S; |
| | | function __VLS_tryAsConstant<const T>(t: T): T; |
| | | } |