ef77471e1b8767c03f482f0b54576ff6859274b1b602a90ebd82400a9aeac4d2fb7df4e4dec3f23c93c18fa69f7144e893a94b105daa183c86d6b0cbf57cf7 1.3 KB

123456789101112131415161718
  1. import type { StyleValue } from 'vue';
  2. declare function __VLS_template(): {
  3. default?(_: {}): any;
  4. };
  5. declare const __VLS_component: import("vue").DefineComponent<{
  6. readonly style: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => {}, boolean>;
  7. }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
  8. readonly style: import("element-plus/es/utils").EpPropFinalized<(new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue) | ((new (...args: any[]) => string | import("vue").CSSProperties | StyleValue[]) | (() => StyleValue))[], unknown, unknown, () => {}, boolean>;
  9. }>>, {
  10. readonly style: StyleValue;
  11. }>;
  12. declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
  13. export default _default;
  14. type __VLS_WithTemplateSlots<T, S> = T & {
  15. new (): {
  16. $slots: S;
  17. };
  18. };