UNPKG

@yamada-ui/react

Version:

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

11 lines (9 loc) 228 B
//#region src/core/css/function.ts function generateFunction(func) { return function(value) { return `${func}(${value})`; }; } //#endregion exports.generateFunction = generateFunction; //# sourceMappingURL=function.cjs.map