UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

6 lines 246 B
import type { Callback } from './types'; /** * Merge all callbacks into a single callback function. */ export declare function mergeCallbacks<T extends unknown[]>(...fns: Callback<T>[]): Callback<T>; //# sourceMappingURL=mergeCallbacks.d.ts.map