@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) • 305 B
JavaScript
import { defineTokens } from "../../core/system/config.js";
//#region src/theme/tokens/line-heights.ts
const lineHeights = defineTokens.lineHeights({
shorter: 1.25,
short: 1.375,
moderate: 1.5,
tall: 1.625,
taller: 2
});
//#endregion
export { lineHeights };
//# sourceMappingURL=line-heights.js.map