UNPKG

@piplup/utils

Version:

A collection of utility hooks and functions crafted to power up the packages within Piplup.

2 lines (1 loc) 132 B
export declare function useEventCallback<Args extends unknown[], Return>(fn: (...args: Args) => Return): (...args: Args) => Return;