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