UNPKG

@wetspace/pro-components

Version:
45 lines (43 loc) 2.12 kB
import { PropType } from 'vue'; import { WetProFormPropsType } from '../types'; declare const _default: __VLS_WithTemplateSlots<import('vue').DefineComponent<import('vue').ExtractPropTypes<{ formPorps: { type: PropType<WetProFormPropsType>; }; name: StringConstructor; title: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; icon: { readonly type: PropType<unknown>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; description: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; status: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "success" | "error" | "wait" | "finish" | "process", unknown, "", boolean>; }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{ formPorps: { type: PropType<WetProFormPropsType>; }; name: StringConstructor; title: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; icon: { readonly type: PropType<unknown>; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; description: import('element-plus/es/utils').EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; status: import('element-plus/es/utils').EpPropFinalized<StringConstructor, "" | "success" | "error" | "wait" | "finish" | "process", unknown, "", boolean>; }>> & Readonly<{}>, { title: string; description: string; status: import('element-plus/es/utils').EpPropMergeType<StringConstructor, "" | "success" | "error" | "wait" | "finish" | "process", unknown>; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; };