UNPKG

@velis/dynamicforms

Version:

Data entry boilerplate components and a RESTful API consumer

10 lines 559 B
import { BaseProps } from './base'; interface Props extends BaseProps { } declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:modelValue": (value: any) => any; }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{ "onUpdate:modelValue"?: ((value: any) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=df-input.vue.d.ts.map