UNPKG

@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) 329 B
const require_config = require('../../core/system/config.cjs'); //#region src/theme/tokens/borders.ts const borders = require_config.defineTokens.borders({ xs: "0.5px solid", sm: "1px solid", md: "2px solid", lg: "4px solid", xl: "8px solid" }); //#endregion exports.borders = borders; //# sourceMappingURL=borders.cjs.map