@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
13 lines (12 loc) • 709 B
TypeScript
import { ExtractPropTypes } from "vue";
export declare const fieldsetProps: Record<string, any>;
export type FieldsetProps = ExtractPropTypes<typeof fieldsetProps>;
export declare const fieldsetDesignerProps: Record<string, any> & {
componentId: {
type: StringConstructor;
default: string;
};
};
export type FieldsetDesignerProps = ExtractPropTypes<typeof fieldsetDesignerProps>;
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;
export declare const propsResolverGenerator: (registerContext: import("../..").RegisterContext) => (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;