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