UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

9 lines (7 loc) 147 B
"use strict"; function callAll(...fns) { return function mergedFn(...args) { fns.forEach((fn) => fn?.(...args)); }; } export { callAll };