UNPKG

@nex-ui/utils

Version:

Utility functions for React components.

4 lines (2 loc) 91 B
declare const chain: (...callbacks: any[]) => (...args: any[]) => void; export { chain };