How to use the react-class-hooks.useClassImperativeHandle function in react-class-hooks

To help you get started, we’ve selected a few react-class-hooks examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github salvoravida / react-universal-hooks / src / index.js View on Github external
function useImperativeHandle(...args) {
  return isFunctional() ? _useImperativeHandle(...args) : useClassImperativeHandle(...args);
}
function useDebugValue(...args) {