UNPKG

element-plus

Version:

A Component Library for Vue 3

19 lines (16 loc) 414 B
import '../../../utils/index2.mjs'; import { buildProps } from '../../../utils/vue/props2.mjs'; const effects = ["light", "dark"]; const triggers = ["click", "contextmenu", "hover", "focus"]; const Effect = { LIGHT: "light", DARK: "dark" }; const usePopperProps = buildProps({ role: { type: String, default: "tooltip" } }); export { Effect, usePopperProps }; //# sourceMappingURL=popper3.mjs.map