UNPKG

element-plus

Version:

A Component Library for Vue 3

13 lines (10 loc) 318 B
import { buildProps, definePropType } from '../../../utils/vue/props/runtime.mjs'; import { mutable } from '../../../utils/typescript.mjs'; const tabBarProps = buildProps({ tabs: { type: definePropType(Array), default: () => mutable([]) } }); export { tabBarProps }; //# sourceMappingURL=tab-bar.mjs.map