0d31bc254a26eb39438cd57bd4fdbd6b16211ccc239fb0b481912e745b9cd697c89d3aa56329f041e812db01bbddef2680064af744beeab8827699d1152f10 587 B

1234567891011
  1. declare function __VLS_template(): {
  2. default?(_: {}): any;
  3. };
  4. declare const __VLS_component: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
  5. declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
  6. export default _default;
  7. type __VLS_WithTemplateSlots<T, S> = T & {
  8. new (): {
  9. $slots: S;
  10. };
  11. };