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