feat(shared): add cn utility for tailwind-aware class merging

This commit is contained in:
Ilia Mashkov
2026-04-23 09:38:30 +03:00
parent fe0d4e7daa
commit 2c579a3336
4 changed files with 45 additions and 0 deletions
+1
View File
@@ -15,6 +15,7 @@ export {
type QueryParamValue,
} from './buildQueryString/buildQueryString';
export { clampNumber } from './clampNumber/clampNumber';
export { cn } from './cn';
export { debounce } from './debounce/debounce';
export { getDecimalPlaces } from './getDecimalPlaces/getDecimalPlaces';
export { getSkeletonWidth } from './getSkeletonWidth/getSkeletonWidth';