fix: restore utility compatibility entry point

This commit is contained in:
2026-06-29 10:39:46 +01:00
parent 6fd01c917b
commit f84f1a78a5
+7
View File
@@ -0,0 +1,7 @@
export {
cn,
type WithoutChild,
type WithoutChildren,
type WithoutChildrenOrChild,
type WithElementRef
} from './utils/format.js';