The current typings are outdated. The main module currently also exports withTracker, which is not annotated:
export { default as createContainer } from './createContainer.jsx';
export { default as withTracker } from './ReactMeteorData.jsx';
export { ReactMeteorData } from './ReactMeteorData.jsx';
The current typings are outdated. The main module currently also exports
withTracker, which is not annotated: