Skip to content

Commit 0e6a3bf

Browse files
committed
fix: fix issue with solid devtools
1 parent b43af57 commit 0e6a3bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/solid-query-devtools/src/devtoolsPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DevtoolsPanelOptions {
2828
* @example { height: '100%' }
2929
* @example { height: '100%', width: '100%' }
3030
*/
31-
style?: CSSStyleValue
31+
style?: CSSStyleRule
3232

3333
/**
3434
* Callback function that is called when the devtools panel is closed

0 commit comments

Comments
 (0)