Skip to content

Commit 1ef0e58

Browse files
authored
Merge pull request #2 from youPickItUp/youPickItUp-patch-victorylabelprops
Update index.d.ts
2 parents 8f7949a + ab78a86 commit 1ef0e58

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ export interface VictoryLabelProps {
248248
style?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
249249
tabIndex?: NumberOrCallback;
250250
text?: string[] | StringOrNumberOrCallback;
251+
textComponent?: React.ReactElement;
251252
textAnchor?: TextAnchorType | { (): TextAnchorType };
252253
title?: string;
253254
transform?: string | {} | { (): string | {} };

0 commit comments

Comments
 (0)