UNPKG

@base-ui/react

Version:

Base UI is a library of headless ('unstyled') React components and low-level hooks. You gain complete control over your app's CSS and accessibility features.

6 lines 246 B
type Touches = Array<Pick<Touch, 'identifier' | 'clientX' | 'clientY'>>; export declare function createTouches(touches: Touches): { changedTouches: Touch[]; }; export declare function getHorizontalSliderRect(width?: number): DOMRect; export {};