UNPKG

@nex-ui/utils

Version:

Utility functions for React components.

4 lines (2 loc) 171 B
declare const chain: <TArgs extends unknown[]>(...callbacks: Array<((...args: TArgs) => void) | null | undefined | false>) => (...args: TArgs) => void; export { chain };