From ab78a86e55a49b85f403ab11f614e1cf84bd76ad Mon Sep 17 00:00:00 2001 From: Wojciech Basiura <35614528+youPickItUp@users.noreply.github.com> Date: Wed, 9 Feb 2022 19:22:33 +0100 Subject: [PATCH] Update index.d.ts --- packages/victory-core/src/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/victory-core/src/index.d.ts b/packages/victory-core/src/index.d.ts index 1087723cf..0aece663e 100644 --- a/packages/victory-core/src/index.d.ts +++ b/packages/victory-core/src/index.d.ts @@ -248,6 +248,7 @@ export interface VictoryLabelProps { style?: VictoryLabelStyleObject | VictoryLabelStyleObject[]; tabIndex?: NumberOrCallback; text?: string[] | StringOrNumberOrCallback; + textComponent?: React.ReactElement; textAnchor?: TextAnchorType | { (): TextAnchorType }; title?: string; transform?: string | {} | { (): string | {} };