I\'m using flowtype with this type definition:
type ReactRefT = { current: ?T };
Then, I have this:
ReactRefT