Skip to content

Instantly share code, notes, and snippets.

@treyhuffine
Created March 5, 2019 01:20
Show Gist options
  • Save treyhuffine/8239efdf7afed2cf8bdcc1dbdafe41a3 to your computer and use it in GitHub Desktop.
Save treyhuffine/8239efdf7afed2cf8bdcc1dbdafe41a3 to your computer and use it in GitHub Desktop.
function useImperativeHandle<T, R extends T>(ref: Ref<T>|undefined, init: () => R, deps?: DependencyList): void;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment