21e1f1e50bac23127cd41a87a49a6186a24e3c533978b07bd4e01699df86e133daedc42ab01309d35d78e1bfc97d0a5b2c1ad6c009a651b42c10c79c95a533 666 B

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