@velis/dynamicforms
Version:
Data entry boilerplate components and a RESTful API consumer
31 lines • 1.11 kB
TypeScript
import type { ActionsNS } from '../actions/namespace';
type IHandlers = ActionsNS.IHandlers;
interface Props {
show: boolean;
options: any;
actionHandlers?: IHandlers;
}
declare var __VLS_13: {}, __VLS_19: {}, __VLS_25: {};
type __VLS_Slots = {} & {
title?: (props: typeof __VLS_13) => any;
} & {
body?: (props: typeof __VLS_19) => any;
} & {
actions?: (props: typeof __VLS_25) => 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_WithSlots<typeof __VLS_component, __VLS_Slots>;
export default _default;
type __VLS_WithSlots<T, S> = T & {
new (): {
$slots: S;
};
};
//# sourceMappingURL=modal-api-vuetify.vue.d.ts.map