@@ -645,26 +645,20 @@ declare var __VLS_3: {
645
645
str : string ;
646
646
} ;
647
647
declare var __VLS_inheritedAttrs: { } ;
648
- declare const __VLS_refs: { } ;
649
648
declare const __VLS_templateResult: {
650
649
slots : {
651
650
" no-bind" ? (_ : typeof __VLS_0 ): any ;
652
651
default? (_ : typeof __VLS_1 ): any ;
653
652
" named-slot" ? (_ : typeof __VLS_2 ): any ;
654
653
vbind? (_ : typeof __VLS_3 ): any ;
655
654
};
656
- refs : __VLS_PickRefsExpose < typeof __VLS_refs > ;
655
+ refs : {} ;
657
656
attrs : Partial < typeof __VLS_inheritedAttrs > ;
658
657
} ;
659
658
type __VLS_Slots = typeof __VLS_templateResult['slots'];
660
659
declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ } >>, { } , { } >;
661
660
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots >;
662
661
export default _default;
663
- type __VLS_PickRefsExpose<T > = T extends object ? {
664
- [K in keyof T ]: (T [K ] extends any [] ? Parameters < T [K ][0 ][' expose' ]> [0 ][] : T [K ] extends {
665
- expose?: (exposed : infer E ) => void;
666
- } ? E : T [K ]) | null ;
667
- } : never;
668
662
type __VLS_WithTemplateSlots<T, S> = T & {
669
663
new (): {
670
664
$slots: S ;
@@ -676,7 +670,6 @@ type __VLS_WithTemplateSlots<T, S> = T & {
676
670
exports[`vue-tsc-dts > Input: template-slots/component-define-slots.vue, Output: template-slots/component-define-slots.vue.d.ts 1`] = `
677
671
"import { VNode } from 'vue';
678
672
declare var __VLS_inheritedAttrs: { } ;
679
- declare const __VLS_refs: { } ;
680
673
declare const __VLS_templateResult: {
681
674
slots : Readonly < {
682
675
default: (props : {
@@ -703,18 +696,13 @@ declare const __VLS_templateResult: {
703
696
}) => VNode [];
704
697
' no-bind' : () => VNode [];
705
698
};
706
- refs : __VLS_PickRefsExpose < typeof __VLS_refs > ;
699
+ refs : {} ;
707
700
attrs : Partial < typeof __VLS_inheritedAttrs > ;
708
701
} ;
709
702
type __VLS_Slots = typeof __VLS_templateResult['slots'];
710
703
declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ } >>, { } , { } >;
711
704
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots >;
712
705
export default _default;
713
- type __VLS_PickRefsExpose<T > = T extends object ? {
714
- [K in keyof T ]: (T [K ] extends any [] ? Parameters < T [K ][0 ][' expose' ]> [0 ][] : T [K ] extends {
715
- expose?: (exposed : infer E ) => void;
716
- } ? E : T [K ]) | null ;
717
- } : never;
718
706
type __VLS_WithTemplateSlots<T, S> = T & {
719
707
new (): {
720
708
$slots: S ;
@@ -725,7 +713,6 @@ type __VLS_WithTemplateSlots<T, S> = T & {
725
713
726
714
exports[`vue-tsc-dts > Input: template-slots/component-destructuring.vue, Output: template-slots/component-destructuring.vue.d.ts 1`] = `
727
715
"declare var __VLS_inheritedAttrs: { } ;
728
- declare const __VLS_refs: { } ;
729
716
declare const __VLS_templateResult: {
730
717
slots : Readonly < {
731
718
bottom: (props : {
@@ -736,18 +723,13 @@ declare const __VLS_templateResult: {
736
723
num: number ;
737
724
}) => any [];
738
725
};
739
- refs : __VLS_PickRefsExpose < typeof __VLS_refs > ;
726
+ refs : {} ;
740
727
attrs : Partial < typeof __VLS_inheritedAttrs > ;
741
728
} ;
742
729
type __VLS_Slots = typeof __VLS_templateResult['slots'];
743
730
declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ } >>, { } , { } >;
744
731
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots >;
745
732
export default _default;
746
- type __VLS_PickRefsExpose<T > = T extends object ? {
747
- [K in keyof T ]: (T [K ] extends any [] ? Parameters < T [K ][0 ][' expose' ]> [0 ][] : T [K ] extends {
748
- expose?: (exposed : infer E ) => void;
749
- } ? E : T [K ]) | null ;
750
- } : never;
751
733
type __VLS_WithTemplateSlots<T, S> = T & {
752
734
new (): {
753
735
$slots: S ;
@@ -769,26 +751,20 @@ declare var __VLS_3: {
769
751
str : string ;
770
752
} ;
771
753
declare var __VLS_inheritedAttrs: { } ;
772
- declare const __VLS_refs: { } ;
773
754
declare const __VLS_templateResult: {
774
755
slots : {
775
756
" no-bind" ? (_ : typeof __VLS_0 ): any ;
776
757
default? (_ : typeof __VLS_1 ): any ;
777
758
" named-slot" ? (_ : typeof __VLS_2 ): any ;
778
759
vbind? (_ : typeof __VLS_3 ): any ;
779
760
};
780
- refs : __VLS_PickRefsExpose < typeof __VLS_refs > ;
761
+ refs : {} ;
781
762
attrs : Partial < typeof __VLS_inheritedAttrs > ;
782
763
} ;
783
764
type __VLS_Slots = typeof __VLS_templateResult['slots'];
784
765
declare const __VLS_component: import("vue").DefineComponent<{ } , { } , { } , { } , { } , import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { } , string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ } >>, { } , { } >;
785
766
declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_Slots >;
786
767
export default _default;
787
- type __VLS_PickRefsExpose<T > = T extends object ? {
788
- [K in keyof T ]: (T [K ] extends any [] ? Parameters < T [K ][0 ][' expose' ]> [0 ][] : T [K ] extends {
789
- expose?: (exposed : infer E ) => void;
790
- } ? E : T [K ]) | null ;
791
- } : never;
792
768
type __VLS_WithTemplateSlots<T, S> = T & {
793
769
new (): {
794
770
$slots: S ;
0 commit comments