UNPKG

@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) 401 B
import { defineTokens } from "../../core/system/config.js"; //#region src/theme/tokens/aspect-ratios.ts const aspectRatios = 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 export { aspectRatios }; //# sourceMappingURL=aspect-ratios.js.map