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