UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

13 lines (12 loc) 380 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import Overlay from "./Overlay.mjs"; import { props as overlayProps } from "./props.mjs"; withInstall(Overlay); withPropsDefaultsSetter(Overlay, overlayProps); const _OverlayComponent = Overlay; var stdin_default = Overlay; export { _OverlayComponent, stdin_default as default, overlayProps };