@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 { props as stepsProps } from "./props.mjs";
import Steps from "./Steps.mjs";
withInstall(Steps);
withPropsDefaultsSetter(Steps, stepsProps);
const _StepsComponent = Steps;
var stdin_default = Steps;
export {
_StepsComponent,
stdin_default as default,
stepsProps
};