feat(shared): add getPretextFontString formatter

This commit is contained in:
Ilia Mashkov
2026-06-24 13:49:02 +03:00
parent f29e0b0c7c
commit dbd48b287d
3 changed files with 32 additions and 0 deletions
+1
View File
@@ -18,6 +18,7 @@ export { clampNumber } from './clampNumber/clampNumber';
export { cn } from './cn';
export { debounce } from './debounce/debounce';
export { getDecimalPlaces } from './getDecimalPlaces/getDecimalPlaces';
export { getPretextFontString } from './getPretextFontString/getPretextFontString';
export { getSkeletonWidth } from './getSkeletonWidth/getSkeletonWidth';
export { roundToStepPrecision } from './roundToStepPrecision/roundToStepPrecision';
export { smoothScroll } from './smoothScroll/smoothScroll';