UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

18 lines (16 loc) 390 B
const require_config = require('../../core/system/config.cjs'); //#region src/theme/tokens/font-weights.ts const fontWeights = require_config.defineTokens.fontWeights({ hairline: 100, thin: 200, light: 300, normal: 400, medium: 500, semibold: 600, bold: 700, extrabold: 800, black: 900 }); //#endregion exports.fontWeights = fontWeights; //# sourceMappingURL=font-weights.cjs.map