UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

16 lines (14 loc) 374 B
const require_config = require('../../core/system/config.cjs'); //#region src/theme/tokens/durations.ts const durations = require_config.defineTokens.durations({ fastest: "50ms", faster: "100ms", fast: "150ms", moderate: "200ms", slow: "300ms", slower: "400ms", slowest: "500ms" }); //#endregion exports.durations = durations; //# sourceMappingURL=durations.cjs.map