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