UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

15 lines (14 loc) 761 B
declare const FDynamicView: import("vue").DefineComponent<{ modelValue: Record<string, any>; schema: Record<string, any>; callback: (type: string, ...args: unknown[]) => any; }, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, "update:modelValue" | "event" | "componentReady", import("vue").PublicProps, Readonly<{ modelValue: Record<string, any>; schema: Record<string, any>; callback: (type: string, ...args: unknown[]) => any; }> & Readonly<{}>, { modelValue: Record<string, any>; schema: Record<string, any>; callback: (type: string, ...args: unknown[]) => any; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default FDynamicView;