Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
youPickItUp authored Feb 9, 2022
1 parent 09a53e3 commit ab78a86
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 ab78a86

Please sign in to comment.