feat(FontList): use getSkeletonWidth utility for skeleton row widths

This commit is contained in:
Ilia Mashkov
2026-04-20 22:25:02 +03:00
parent ecdb1e016d
commit a801903fd3
3 changed files with 36 additions and 1 deletions
+1
View File
@@ -17,6 +17,7 @@ export {
export { clampNumber } from './clampNumber/clampNumber';
export { debounce } from './debounce/debounce';
export { getDecimalPlaces } from './getDecimalPlaces/getDecimalPlaces';
export { getSkeletonWidth } from './getSkeletonWidth/getSkeletonWidth';
export { roundToStepPrecision } from './roundToStepPrecision/roundToStepPrecision';
export { smoothScroll } from './smoothScroll/smoothScroll';
export { splitArray } from './splitArray/splitArray';