UNPKG

@velis/dynamicforms

Version:

Data entry boilerplate components and a RESTful API consumer

28 lines 1.03 kB
import type { ActionsNS } from '../actions/namespace'; type IHandlers = ActionsNS.IHandlers; interface Props { show: boolean; options: any; actionHandlers?: IHandlers; } declare function __VLS_template(): { title?(_: {}): any; body?(_: {}): any; actions?(_: {}): any; }; declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:show": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{ "onUpdate:show"?: ((...args: any[]) => any) | undefined; }>, { show: boolean; actionHandlers: IHandlers; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>; export default _default; type __VLS_WithTemplateSlots<T, S> = T & { new (): { $slots: S; }; }; //# sourceMappingURL=modal-api-vuetify.vue.d.ts.map