import { t as Computed } from "../index-B1FHAd5T.mjs"; //#region src/utilities/hover.d.ts /** * Returns a `Computed` that is `true` while the pointer is over * `target`. Uses `pointerenter` / `pointerleave` so it works for both mouse * and touch/stylus input. */ declare function createHover(target: Element): Computed; //#endregion export { createHover };