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