We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c890619 commit 5b792f6Copy full SHA for 5b792f6
1 file changed
types/react-responsive-masonry/index.d.ts
@@ -57,7 +57,7 @@ export interface ResponsiveMasonryProps {
57
*
58
* Default Value = { 350: '10px', 750: '10px', 900: '10px' }
59
*/
60
- gutterBreakPoints?: {
+ gutterBreakPoints?: {
61
[key: number]: string;
62
};
63
className?: string;
0 commit comments