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