Compare commits

...

1 Commits

Author SHA1 Message Date
kdaniel2410 f84f1a78a5 fix: restore utility compatibility entry point 2026-06-29 10:39:46 +01:00
+7
View File
@@ -0,0 +1,7 @@
export {
cn,
type WithoutChild,
type WithoutChildren,
type WithoutChildrenOrChild,
type WithElementRef
} from './utils/format.js';