@farris/ui-vue
Version:
Farris Vue, a Farris Design based Vue3 component library.
5 lines (4 loc) • 298 B
TypeScript
import { ExtractPropTypes } from "vue";
export declare const wizardDesignProps: Record<string, any>;
export type WizardDesignProps = ExtractPropTypes<typeof wizardDesignProps>;
export declare const propsResolver: (schemaValue?: Record<string, any>, mergeDefaults?: boolean) => Record<string, any>;