UNPKG

@farris/ui-vue

Version:

Farris Vue, a Farris Design based Vue3 component library.

29 lines (28 loc) 1.1 kB
import { ExtractPropTypes } from 'vue'; export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>; export declare const eventHandlerResolver: import('../../../dynamic-resolver').EventHandlerResolver; export declare const sectionDesignProps: Record<string, any> & { componentId: { type: StringConstructor; default: string; }; headerTitleHtml: { type: StringConstructor; default: string; }; headerHtml: { type: StringConstructor; default: string; }; headerContentHtml: { type: StringConstructor; default: string; }; toolbarHtml: { type: StringConstructor; default: string; }; }; export type SectionDesignProps = ExtractPropTypes<typeof sectionDesignProps>; export declare const sectionToolbarPropsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>; export declare const propsDesignResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;