UNPKG

@varlet/ui

Version:

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

13 lines (12 loc) 380 B
import { withInstall, withPropsDefaultsSetter } from "../utils/components.mjs"; import { props as tabItemProps } from "./props.mjs"; import TabItem from "./TabItem.mjs"; withInstall(TabItem); withPropsDefaultsSetter(TabItem, tabItemProps); const _TabItemComponent = TabItem; var stdin_default = TabItem; export { _TabItemComponent, stdin_default as default, tabItemProps };