UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 402 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import { props as tabsItemsProps } from "./props.mjs"; import TabsItems from "./TabsItems.mjs"; withInstall(TabsItems); withPropsDefaultsSetter(TabsItems, tabsItemsProps); const _TabsItemsComponent = TabsItems; var stdin_default = TabsItems; export { _TabsItemsComponent, stdin_default as default, tabsItemsProps };