We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168548c commit b80aec5Copy full SHA for b80aec5
index.d.ts
@@ -24,6 +24,11 @@ export function ReactQueryDevtools(props: {
24
React.ButtonHTMLAttributes<HTMLButtonElement>,
25
HTMLButtonElement
26
>
27
+ /**
28
+ * The position of the React Query logo to open and close the devtools panel.
29
+ * Defaults to 'bottom-left'.
30
+ */
31
+ position?: 'top-left' | 'top-right' | 'bottom-left' | 'bottom-right'
32
}): React.ReactElement
33
34
export function ReactQueryDevtoolsPanel(props: {
0 commit comments