We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5da7942 commit 72c7749Copy full SHA for 72c7749
modules/core/src/lib/deck.ts
@@ -93,7 +93,7 @@ export type DeckProps<ViewsT extends ViewOrViews = null> = {
93
/** Controls the resolution of drawing buffer used for rendering.
94
* @default `true` (use browser devicePixelRatio)
95
*/
96
- useDevicePixels?: boolean;
+ useDevicePixels?: boolean | number;
97
/** Extra pixels around the pointer to include while picking.
98
* @default `0`
99
0 commit comments