@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
50 lines (49 loc) • 2.48 kB
TypeScript
import FDynamicView from './src/dynamic-view.component';
export * from './src/dynamic-view.props';
export * from './src/components/maps';
export * from './src/composition/index';
export { FDynamicView };
declare const _default: {
new (...args: any[]): import("vue").CreateComponentPublicInstanceWithMixins<Readonly<{
callback: (type: string, ...args: unknown[]) => any;
schema: Record<string, any>;
modelValue: Record<string, any>;
customComponentRenders: Record<string, any>;
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, import("vue").PublicProps, {
callback: (type: string, ...args: unknown[]) => any;
schema: Record<string, any>;
modelValue: Record<string, any>;
customComponentRenders: Record<string, any>;
}, true, {}, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, {}, any, import("vue").ComponentProvideOptions, {
P: {};
B: {};
D: {};
C: {};
M: {};
Defaults: {};
}, Readonly<{
callback: (type: string, ...args: unknown[]) => any;
schema: Record<string, any>;
modelValue: Record<string, any>;
customComponentRenders: Record<string, any>;
}> & Readonly<{}>, () => any, {}, {}, {}, {
callback: (type: string, ...args: unknown[]) => any;
schema: Record<string, any>;
modelValue: Record<string, any>;
customComponentRenders: Record<string, any>;
}>;
__isFragment?: undefined;
__isTeleport?: undefined;
__isSuspense?: undefined;
} & import("vue").ComponentOptionsBase<Readonly<{
callback: (type: string, ...args: unknown[]) => any;
schema: Record<string, any>;
modelValue: Record<string, any>;
customComponentRenders: Record<string, any>;
}> & Readonly<{}>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, "update:modelValue" | "event", {
callback: (type: string, ...args: unknown[]) => any;
schema: Record<string, any>;
modelValue: Record<string, any>;
customComponentRenders: Record<string, any>;
}, {}, string, {}, import("vue").GlobalComponents, import("vue").GlobalDirectives, string, import("vue").ComponentProvideOptions> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin;
export default _default;