UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 358 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import Image from "./Image.mjs"; import { props as imageProps } from "./props.mjs"; withInstall(Image); withPropsDefaultsSetter(Image, imageProps); const _ImageComponent = Image; var stdin_default = Image; export { _ImageComponent, stdin_default as default, imageProps };