@base-ui-components/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 • 296 B
TypeScript
export declare const CHANGE_VALUE_TICK_DELAY = 60;
export declare const START_AUTO_CHANGE_DELAY = 400;
export declare const TOUCH_TIMEOUT = 50;
export declare const MAX_POINTER_MOVES_AFTER_TOUCH = 3;
export declare const SCROLLING_POINTER_MOVE_DISTANCE = 8;
export declare const DEFAULT_STEP = 1;