File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ function App() {
7070
7171- ` initialIsOpen: boolean `
7272 - Set this ` true ` if you want the dev tools to default to being open
73- - ` buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" `
73+ - ` buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "relative" `
7474 - Defaults to ` bottom-right `
7575 - The position of the Solid Query logo to open and close the devtools panel
7676- ` position?: "top" | "bottom" | "left" | "right" `
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ import { VueQueryDevtools } from '@tanstack/vue-query-devtools'
6565
6666- ` initialIsOpen: boolean `
6767 - Set this ` true ` if you want the dev tools to default to being open.
68- - ` buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" `
68+ - ` buttonPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right" | "relative" `
6969 - Defaults to ` bottom-right ` .
7070 - The position of the React Query logo to open and close the devtools panel.
7171- ` position?: "top" | "bottom" | "left" | "right" `
@@ -105,7 +105,7 @@ function toggleDevtools() {
105105
106106### Options
107107
108- - ` style?: React.CSSProperties `
108+ - ` style?: Partial<CSSStyleDeclaration> `
109109 - Custom styles for the devtools panel
110110 - Default: ` { height: '500px' } `
111111 - Example: ` { height: '100%' } `
You can’t perform that action at this time.
0 commit comments