UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 402 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import { props as watermarkProps } from "./props.mjs"; import Watermark from "./Watermark.mjs"; withInstall(Watermark); withPropsDefaultsSetter(Watermark, watermarkProps); const _WatermarkComponent = Watermark; var stdin_default = Watermark; export { _WatermarkComponent, stdin_default as default, watermarkProps };