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