UNPKG

@rc-component/menu

Version:
6 lines (5 loc) 203 B
/** * Cache callback function that always return same ref instead. * This is used for context optimization. */ export default function useMemoCallback<T extends (...args: any[]) => void>(func: T): T;