Skip to content

Instantly share code, notes, and snippets.

@dfee

dfee/block5.ts Secret

Created January 23, 2019 21:46
Show Gist options
  • Save dfee/da1eef2a89e040c29629e33fae7b0fd8 to your computer and use it in GitHub Desktop.
Save dfee/da1eef2a89e040c29629e33fae7b0fd8 to your computer and use it in GitHub Desktop.
function forwardRef<T, P = {}>(
Component: RefForwardingComponent<T, P>
): ForwardRefExoticComponent<
PropsWithoutRef<P>
& RefAttributes<T>
>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment