We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8442564 commit 43b0aafCopy full SHA for 43b0aaf
packages/victory-core/src/index.d.ts
@@ -212,7 +212,7 @@ export interface VictoryLabelProps {
212
direction?: string;
213
events?: React.DOMAttributes<any>;
214
groupComponent?: React.ReactElement;
215
- id?: string | number | Function;
+ id?: StringOrNumberOrCallback;
216
inline?: boolean;
217
labelPlacement?: LabelOrientationType;
218
lineHeight?: StringOrNumberOrCallback | (string | number)[];
0 commit comments