UNPKG

@yamada-ui/react

Version:

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

12 lines (10 loc) 299 B
const require_utils = require('./utils.cjs'); //#region src/core/css/token.ts function generateToken(token) { return function(value, { system }) { return require_utils.tokenToVar(system)(token, value); }; } //#endregion exports.generateToken = generateToken; //# sourceMappingURL=token.cjs.map