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