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