Skip to content

Commit

Permalink
Merge pull request #2 from youPickItUp/youPickItUp-patch-victorylabel…
Browse files Browse the repository at this point in the history
…props

Update index.d.ts
  • Loading branch information
youPickItUp authored Feb 9, 2022
2 parents 8f7949a + ab78a86 commit 1ef0e58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/victory-core/src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 | {} };
Expand Down

0 comments on commit 1ef0e58

Please sign in to comment.