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