UNPKG

@velis/dynamicforms

Version:

Data entry boilerplate components and a RESTful API consumer

12 lines 683 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; "update:modelValueDisplay": (value: any) => any; }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{ "onUpdate:modelValue"?: ((value: any) => any) | undefined; "onUpdate:modelValueDisplay"?: ((value: any) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=df-select.vue.d.ts.map