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.

8 lines (7 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.START_AUTO_CHANGE_DELAY = 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;