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