UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 369 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import Avatar from "./Avatar.mjs"; import { props as avatarProps } from "./props.mjs"; withInstall(Avatar); withPropsDefaultsSetter(Avatar, avatarProps); const _AvatarComponent = Avatar; var stdin_default = Avatar; export { _AvatarComponent, avatarProps, stdin_default as default };