UNPKG

@zag-js/splitter

Version:

Core logic for the splitter widget implemented as a state machine

7 lines (4 loc) 190 B
import { Rect } from '@zag-js/types'; declare function intersects(r1: Rect, r2: Rect, strict?: boolean): boolean; declare function toRect(r: DOMRect): Rect; export { intersects, toRect };