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) 266 B
import { tokenToVar } from "./utils.js"; //#region src/core/css/token.ts function generateToken(token) { return function(value, { system }) { return tokenToVar(system)(token, value); }; } //#endregion export { generateToken }; //# sourceMappingURL=token.js.map