We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f7949a + ab78a86 commit 1ef0e58Copy full SHA for 1ef0e58
packages/victory-core/src/index.d.ts
@@ -248,6 +248,7 @@ export interface VictoryLabelProps {
248
style?: VictoryLabelStyleObject | VictoryLabelStyleObject[];
249
tabIndex?: NumberOrCallback;
250
text?: string[] | StringOrNumberOrCallback;
251
+ textComponent?: React.ReactElement;
252
textAnchor?: TextAnchorType | { (): TextAnchorType };
253
title?: string;
254
transform?: string | {} | { (): string | {} };
0 commit comments