UNPKG

@varlet/ui

Version:

A Vue3 component library based on Material Design 2 and 3, supporting mobile and desktop.

13 lines (12 loc) 347 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import { props as tabsProps } from "./props.mjs"; import Tabs from "./Tabs.mjs"; withInstall(Tabs); withPropsDefaultsSetter(Tabs, tabsProps); const _TabsComponent = Tabs; var stdin_default = Tabs; export { _TabsComponent, stdin_default as default, tabsProps };