UNPKG

find-react-legacy-context-usages

Version:
17 lines (16 loc) 339 B
export default class ClassComponent { static contextTypes: { currentUser: any; currentTeam: any; location: any; router: any; }; static childContextTypes: { currentUser: any; currentTeam: any; location: any; router: any; }; props: {}; render(): any; }