@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
11 lines (10 loc) • 519 B
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
* Update:: import { getNumberArrayFromString } to '@mikezimm/fps-core-v7/lib/logic/Strings/arraysFromString;'
*/
/**
* This can be removed once the num version is validated
*/
export declare function getMaxRichHeight(autoRichHeight: string, richHeight: string, items: any[]): string;
export declare function getMaxRichHeightNum(autoRichHeight: string, richHeight: number, items: any[]): number;
//# sourceMappingURL=richHeight.d.ts.map