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