e22e2fc946577017a7c4051b5c4f3d0349eaa02358955d653970240d804b6d91ce70a97b53642b437f8f1c38531e4fd029e4d4662e266168c05a034c595de9 1.6 KB

123456789101112131415161718192021222324252627282930
  1. declare function __VLS_template(): {
  2. default?(_: {}): any;
  3. default?(_: {}): any;
  4. };
  5. declare const __VLS_component: import("vue").DefineComponent<{
  6. readonly to: {
  7. readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
  8. readonly required: true;
  9. readonly validator: ((val: unknown) => boolean) | undefined;
  10. __epPropKey: true;
  11. };
  12. readonly disabled: BooleanConstructor;
  13. }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
  14. readonly to: {
  15. readonly type: import("vue").PropType<import("element-plus/es/utils").EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | ((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement))[], unknown, unknown>>;
  16. readonly required: true;
  17. readonly validator: ((val: unknown) => boolean) | undefined;
  18. __epPropKey: true;
  19. };
  20. readonly disabled: BooleanConstructor;
  21. }>>, {
  22. readonly disabled: boolean;
  23. }>;
  24. declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
  25. export default _default;
  26. type __VLS_WithTemplateSlots<T, S> = T & {
  27. new (): {
  28. $slots: S;
  29. };
  30. };