@yamada-ui/react
Version:
React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion
17 lines (15 loc) • 433 B
JavaScript
const require_config = require('../../core/system/config.cjs');
//#region src/theme/tokens/aspect-ratios.ts
const aspectRatios = require_config.defineTokens.aspectRatios({
wide: "16 / 9",
bronze: "3.302 / 1",
golden: "1.618 / 1",
landscape: "4 / 3",
portrait: "3 / 4",
silver: "1.414 / 1",
square: "1 / 1",
ultrawide: "18 / 5"
});
//#endregion
exports.aspectRatios = aspectRatios;
//# sourceMappingURL=aspect-ratios.cjs.map