UNPKG

@stlhorizon/vue-ui

Version:

A Vue.js component library with Tailwind CSS styling

29 lines 1.17 kB
declare const _default: import("vue").DefineComponent<{}, { $emit: typeof emit; $props: Partial<typeof props>; loading: boolean; modelValue: boolean; modalType: string; entityName: string; fields: unknown[]; modalSize: string; modalHeight: string; modalResizable: boolean; initialData?: Record<string, any>; customValidation?: Function; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; declare const emit: (event: "update:modelValue" | "submit" | "close", ...args: any[]) => void; declare const props: { readonly loading: boolean; readonly modelValue: boolean; readonly modalType: string; readonly entityName: string; readonly fields: unknown[]; readonly modalSize: string; readonly modalHeight: string; readonly modalResizable: boolean; readonly initialData?: Record<string, any>; readonly customValidation?: Function; }; //# sourceMappingURL=ReusableFormModal.vue.d.ts.map