@types/react-router-bootstrap
Advanced tools
@@ -8,3 +8,3 @@ import type { ComponentClass, CSSProperties, MouseEventHandler, ReactNode } from 'react'; | ||
| replace?: boolean; | ||
| to: string | { pathname: string }; | ||
| to: To; | ||
| state?: object; | ||
@@ -18,2 +18,10 @@ className?: string; | ||
| type To = string | Partial<Path>; | ||
| interface Path { | ||
| pathname: string; | ||
| search: string; | ||
| hash: string; | ||
| } | ||
| type LinkContainer = ComponentClass<LinkContainerProps>; | ||
@@ -20,0 +28,0 @@ declare const LinkContainer: LinkContainer; |
| { | ||
| "name": "@types/react-router-bootstrap", | ||
| "version": "0.26.1", | ||
| "version": "0.26.2", | ||
| "description": "TypeScript definitions for react-router-bootstrap", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-router-bootstrap", | ||
| }, | ||
| "typesPublisherContentHash": "6e7174ceb9d3dfed3888752771e9f6c5983b4fa9d98000d2704b811876951446", | ||
| "typesPublisherContentHash": "6b81e8edb239dd3dad26027d58a2dd2a8db5e915d01e2530f05fb38e225ed776", | ||
| "typeScriptVersion": "4.3" | ||
| } |
@@ -11,3 +11,3 @@ # Installation | ||
| ### Additional Details | ||
| * Last updated: Sun, 09 Jul 2023 15:02:38 GMT | ||
| * Last updated: Tue, 25 Jul 2023 02:02:53 GMT | ||
| * Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
4565
1.83%32
23.08%