@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
14 lines (12 loc) • 336 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/theme/tokens/line-heights.ts
const lineHeights = require_config.defineTokens.lineHeights({
shorter: 1.25,
short: 1.375,
moderate: 1.5,
tall: 1.625,
taller: 2
});
//#endregion
exports.lineHeights = lineHeights;
//# sourceMappingURL=line-heights.cjs.map