| 24 | Command.displayName = CommandPrimitive.displayName |
| 25 | |
| 26 | interface CommandDialogProps extends DialogProps {} |
| 27 | |
| 28 | const CommandDialog = ({ children, ...props }: CommandDialogProps) => { |
| 29 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected