UNPKG

element-plus

Version:

A Component Library for Vue 3

21 lines (18 loc) 390 B
import '../../../utils/index.mjs'; import { buildProps, definePropType } from '../../../utils/vue/props.mjs'; const tooltipV2ArrowProps = buildProps({ width: { type: Number, default: 4 }, height: { type: Number, default: 4 }, style: { type: definePropType(Object), default: null } }); export { tooltipV2ArrowProps }; //# sourceMappingURL=arrow.mjs.map