Skip to content

Commit

Permalink
fix: enforce labelFontSize as a number
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Aug 4, 2023
1 parent 6d68992 commit 93f35ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export interface IBaseSvgRendererProps extends IMoleculeToSVGOptions {
autoCropMargin?: number;

labelFontFamily?: string;
labelFontSize?: string;
labelFontSize?: number;
label?: string;
}

Expand Down

0 comments on commit 93f35ff

Please sign in to comment.