UNPKG

@chakra-ui/react

Version:

Responsive and accessible React UI components built with React and Emotion

11 lines (8 loc) 169 B
"use strict"; 'use strict'; function callAll(...fns) { return function mergedFn(...args) { fns.forEach((fn) => fn?.(...args)); }; } exports.callAll = callAll;