UNPKG

fine-true

Version:

A small and beautiful Vue3 version of the UI Library

27 lines (26 loc) 884 B
import { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ model: PropType<Record<string, any>>; rules: { type: ObjectConstructor; default: () => {}; }; labelWidth: { type: StringConstructor; default: string; }; }, () => JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ model: PropType<Record<string, any>>; rules: { type: ObjectConstructor; default: () => {}; }; labelWidth: { type: StringConstructor; default: string; }; }>>, { rules: Record<string, any>; labelWidth: string; }>; export default _default;