UNPKG

@solid-primitives/mouse

Version:

A collection of Solid Primitives, that capture current mouse cursor position, and help to deal with common related usecases.

4 lines (3 loc) 209 B
export * from "./types.js"; export { makeMousePositionListener, makeMouseInsideListener, getPositionToElement, getPositionToScreen, getPositionInElement, } from "./common.js"; export * from "./primitives.js";