UNPKG

@zag-js/dom-query

Version:

The dom helper library for zag.js machines

8 lines (6 loc) 217 B
interface ViewportSize { width: number; height: number; } declare function trackVisualViewport(doc: Document, fn: (data: ViewportSize) => void): () => void; export { type ViewportSize, trackVisualViewport };