@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) • 345 B
JavaScript
import { defineTokens } from "../../core/system/config.js";
//#region src/theme/tokens/durations.ts
const durations = defineTokens.durations({
fastest: "50ms",
faster: "100ms",
fast: "150ms",
moderate: "200ms",
slow: "300ms",
slower: "400ms",
slowest: "500ms"
});
//#endregion
export { durations };
//# sourceMappingURL=durations.js.map