Skip to content
This repository was archived by the owner on May 15, 2022. It is now read-only.

Commit 5f2b187

Browse files
committed
Fix style prop type in DatGuiProps interface
1 parent 0e11be6 commit 5f2b187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export interface DatGuiProps {
2828
/**
2929
* The style object to set on the DatGui div
3030
*/
31-
style?: StyleSheet;
31+
style?: React.CSSProperties;
3232
}
3333

3434
/**

0 commit comments

Comments
 (0)