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