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