@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 { props as swipeProps } from "./props.mjs";
import Swipe from "./Swipe.mjs";
withInstall(Swipe);
withPropsDefaultsSetter(Swipe, swipeProps);
const _SwipeComponent = Swipe;
var stdin_default = Swipe;
export {
_SwipeComponent,
stdin_default as default,
swipeProps
};