UNPKG

react-aria

Version:
5 lines (4 loc) 165 B
/** * Calls all functions in the order they were chained with the same arguments. */ export declare function chain(...callbacks: any[]): (...args: any[]) => void;