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.

9 lines (8 loc) 423 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.START_AUTO_CHANGE_DELAY = exports.SCROLLING_POINTER_MOVE_DISTANCE = exports.CHANGE_VALUE_TICK_DELAY = void 0; const CHANGE_VALUE_TICK_DELAY = exports.CHANGE_VALUE_TICK_DELAY = 60; const START_AUTO_CHANGE_DELAY = exports.START_AUTO_CHANGE_DELAY = 400; const SCROLLING_POINTER_MOVE_DISTANCE = exports.SCROLLING_POINTER_MOVE_DISTANCE = 8;