Skip to content

Commit 583e837

Browse files
add missing size prop to symbol type in victory-legend (#2523)
Co-authored-by: Charlie Brown <carbonrobot@gmail.com>
1 parent 8ce3ef6 commit 583e837

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/warm-rocks-rest.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"victory-legend": patch
3+
---
4+
5+
Add missing size property to TS definitions

packages/victory-legend/src/index.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export interface VictoryLegendProps
3131
};
3232
symbol?: {
3333
fill?: string;
34+
size?: number;
3435
type?: string;
3536
};
3637
}>;

0 commit comments

Comments
 (0)