Skip to content

Commit

Permalink
Add missed undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
alexslavr committed Nov 4, 2024
1 parent 06f3fed commit ddc846a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme/js/viz/chart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ export type ArgumentAxisLabel = CommonAxisSettingsLabel & {
* @default undefined
* @public
*/
format?: Format;
format?: Format | undefined;
};
/**
* @public
Expand Down

0 comments on commit ddc846a

Please sign in to comment.