Skip to content

Commit 4a5b99a

Browse files
committed
fixing imports for types
1 parent 808db0f commit 4a5b99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export { useSlot } from "./use-slot";
22
export { slottable, slottable as createSlottableComponent } from "./slottable";
3-
export { clsx } from "./clsx";
3+
export * from "./clsx";
44
export { mergeProps } from "./merge-props";
55
export * from "./types";

0 commit comments

Comments
 (0)