UNPKG

dk-plus

Version:
14 lines (13 loc) 341 B
import { DK_PLACEMENT as t } from "../../_tokens/public/index.js"; import { setStringProp as r, setBooleanProps as e } from "../../_utils/props/index.js"; const p = { width: r(), visible: e(!1), modelValue: e(!1), trigger: r("hover"), placement: r(null, (o) => t.includes(o)), showArrow: e(!0) }; export { p as popoverProps };