diff --git a/src/lib/utils.ts b/src/lib/utils.ts new file mode 100644 index 0000000..7bf2c47 --- /dev/null +++ b/src/lib/utils.ts @@ -0,0 +1,7 @@ +export { + cn, + type WithoutChild, + type WithoutChildren, + type WithoutChildrenOrChild, + type WithElementRef +} from './utils/format.js';