@types/react-router-bootstrap
Advanced tools
@@ -1,2 +0,2 @@ | ||
| import { ComponentClass, ReactNode } from 'react'; | ||
| import type { ComponentClass, CSSProperties, MouseEventHandler, ReactNode } from 'react'; | ||
@@ -6,11 +6,11 @@ // See https://github.com/react-bootstrap/react-router-bootstrap/blob/master/src/LinkContainer.js | ||
| children: ReactNode; | ||
| onClick?: () => void; | ||
| onClick?: MouseEventHandler<HTMLElement>; | ||
| replace?: boolean; | ||
| to: string | object; | ||
| to: string | { pathname: string }; | ||
| state?: object; | ||
| className?: string; | ||
| activeClassName?: string; | ||
| style?: string | number; | ||
| activeStyle?: string | number; | ||
| isActive?: () => void | boolean; | ||
| style?: CSSProperties; | ||
| activeStyle?: CSSProperties; | ||
| isActive?: ((match: any, location: any) => boolean) | boolean; | ||
| } | ||
@@ -17,0 +17,0 @@ |
| { | ||
| "name": "@types/react-router-bootstrap", | ||
| "version": "0.26.0", | ||
| "version": "0.26.1", | ||
| "description": "TypeScript definitions for react-router-bootstrap", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-bootstrap", | ||
| }, | ||
| "typesPublisherContentHash": "4cdef1e5b67744374e711c21f622b7e47de42b15bd5a5ff41d1f1e54a9b3cb19", | ||
| "typeScriptVersion": "4.2" | ||
| "typesPublisherContentHash": "6e7174ceb9d3dfed3888752771e9f6c5983b4fa9d98000d2704b811876951446", | ||
| "typeScriptVersion": "4.3" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Thu, 16 Feb 2023 04:32:46 GMT | ||
| * Last updated: Sun, 09 Jul 2023 15:02:38 GMT | ||
| * Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
4483
2.26%