diff --git a/react-router/react-router.d.ts b/react-router/react-router.d.ts index f43f56484a..cc071506f0 100644 --- a/react-router/react-router.d.ts +++ b/react-router/react-router.d.ts @@ -114,13 +114,12 @@ declare module ReactRouter { // Components // ---------------------------------------------------------------------- // Link - interface LinkProp { + interface LinkProp extends React.HTMLAttributes { activeClassName?: string; activeStyle?: {}; to: string; params?: {}; query?: {}; - onClick?: Function; } interface Link extends React.ReactElement, Navigation, State { handleClick(event: any): void;