pace-table-lib 1.0.27 → 1.0.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,3 +18,4 @@ export declare function calculateWidthHeightDynamically(content: string, fontSiz
18
18
  export declare function applyTextRelatedCss(headerArr: any[], flag: boolean): any[];
19
19
  export declare function applyTextCssForCorners(headerArr: any[], flag: boolean): any[];
20
20
  export declare function getIndex(str: string): number;
21
+ export declare function getFontSize(value?: number | string): number;