import { f as Computed } from "../children-s3nFjpLA.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 };