UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 347 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import Link from "./Link.mjs"; import { props as linkProps } from "./props.mjs"; withInstall(Link); withPropsDefaultsSetter(Link, linkProps); const _LinkComponent = Link; var stdin_default = Link; export { _LinkComponent, stdin_default as default, linkProps };