We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbcd0fe commit 1ee31ebCopy full SHA for 1ee31eb
cmdk/package.json
@@ -24,5 +24,6 @@
24
},
25
"devDependencies": {
26
"@types/react": "18.0.15"
27
- }
+ },
28
+ "sideEffects": false
29
}
cmdk/src/index.tsx
@@ -831,9 +831,20 @@ const pkg = Object.assign(Command, {
831
Empty,
832
Loading,
833
})
834
+
835
export { useCmdk as useCommandState }
836
export { pkg as Command }
837
838
+export { Command as CommandRoot }
839
+export { List as CommandList }
840
+export { Item as CommandItem }
841
+export { Input as CommandInput }
842
+export { Group as CommandGroup }
843
+export { Separator as CommandSeparator }
844
+export { Dialog as CommandDialog }
845
+export { Empty as CommandEmpty }
846
+export { Loading as CommandLoading }
847
848
/**
849
*
850
0 commit comments