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