@varlet/ui
Version:
A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.
13 lines (12 loc) • 424 B
JavaScript
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs";
import IndexAnchor from "./IndexAnchor.mjs";
import { props as indexAnchorProps } from "./props.mjs";
withInstall(IndexAnchor);
withPropsDefaultsSetter(IndexAnchor, indexAnchorProps);
const _IndexAnchorComponent = IndexAnchor;
var stdin_default = IndexAnchor;
export {
_IndexAnchorComponent,
stdin_default as default,
indexAnchorProps
};