@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
13 lines (12 loc) • 457 B
JavaScript
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
import FieldDecorator from "./FieldDecorator.mjs";
import { props as fieldDecoratorProps } from "./props.mjs";
withInstall(FieldDecorator);
withPropsDefaultsSetter(FieldDecorator, fieldDecoratorProps);
const _FieldDecoratorComponent = FieldDecorator;
var stdin_default = FieldDecorator;
export {
_FieldDecoratorComponent,
stdin_default as default,
fieldDecoratorProps
};