Skip to content

Commit 43b0aaf

Browse files
authored
Update index.d.ts
1 parent 8442564 commit 43b0aaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/victory-core/src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export interface VictoryLabelProps {
212212
direction?: string;
213213
events?: React.DOMAttributes<any>;
214214
groupComponent?: React.ReactElement;
215-
id?: string | number | Function;
215+
id?: StringOrNumberOrCallback;
216216
inline?: boolean;
217217
labelPlacement?: LabelOrientationType;
218218
lineHeight?: StringOrNumberOrCallback | (string | number)[];

0 commit comments

Comments
 (0)