UNPKG

@zag-js/dom-query

Version:

The dom helper library for zag.js machines

4 lines (2 loc) 142 B
declare function requestPointerLock(doc: Document, fn?: (locked: boolean) => void): (() => void) | undefined; export { requestPointerLock };