mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-07 13:15:59 +08:00
7 lines
158 B
TypeScript
7 lines
158 B
TypeScript
import { ComponentClass } from "react";
|
|
|
|
type RouterContext = ComponentClass<any>;
|
|
declare const RouterContext: RouterContext;
|
|
|
|
export default RouterContext;
|