f6c0aafbf8aef28ca173a9d0344d681d0282b89e4b1e500b8e582a2b00797d7205009b19ccb3d40d90a8e0bbce3f43d5b4d2f2e42b97d965c6002e27f94a77 838 B

1234567891011121314151617181920212223
  1. declare function __VLS_template(): {
  2. default?(_: {}): any;
  3. };
  4. declare const __VLS_component: import('vue').DefineComponent<globalThis.ExtractPropTypes<{
  5. color: {
  6. type: ArrayConstructor;
  7. default: () => never[];
  8. };
  9. }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<globalThis.ExtractPropTypes<{
  10. color: {
  11. type: ArrayConstructor;
  12. default: () => never[];
  13. };
  14. }>> & Readonly<{}>, {
  15. color: unknown[];
  16. }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
  17. declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
  18. export default _default;
  19. type __VLS_WithTemplateSlots<T, S> = T & {
  20. new (): {
  21. $slots: S;
  22. };
  23. };