UNPKG

@yamada-ui/react

Version:

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

10 lines (9 loc) 210 B
//#region src/core/css/function.ts function generateFunction(func) { return function(value) { return `${func}(${value})`; }; } //#endregion export { generateFunction }; //# sourceMappingURL=function.js.map