@tanstack/router-devtools
Advanced tools
Comparing version 1.51.2 to 1.51.4
import { default as React } from 'react'; | ||
export declare const ShadowDomTargetContext: React.Context<ShadowRoot | undefined>; | ||
@@ -4,0 +3,0 @@ export declare const DevtoolsOnCloseContext: React.Context<{ |
import { default as React } from 'react'; | ||
import { AnyRouter } from '@tanstack/react-router'; | ||
interface DevtoolsOptions { | ||
@@ -5,0 +4,0 @@ /** |
import { default as React } from 'react'; | ||
export declare const defaultTheme: { | ||
@@ -4,0 +3,0 @@ readonly background: "#222222"; |
import { default as React } from 'react'; | ||
import { AnyRootRoute, AnyRoute, AnyRouteMatch } from '@tanstack/react-router'; | ||
import { Theme } from './theme.js'; | ||
export declare const isServer: boolean; | ||
@@ -6,0 +5,0 @@ type StyledComponent<T> = T extends 'button' ? React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> : T extends 'input' ? React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> : T extends 'select' ? React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement> : T extends keyof HTMLElementTagNameMap ? React.HTMLAttributes<HTMLElementTagNameMap[T]> : never; |
{ | ||
"name": "@tanstack/router-devtools", | ||
"version": "1.51.2", | ||
"version": "1.51.4", | ||
"description": "Modern and scalable routing for React applications", | ||
@@ -63,5 +63,5 @@ "author": "Tanner Linsley", | ||
"react-dom": ">=18", | ||
"@tanstack/react-router": "^1.51.2" | ||
"@tanstack/react-router": "^1.51.4" | ||
}, | ||
"scripts": {} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
624216