(props: CommandDialogPrimitive.Trigger.Props)
| 27 | const CommandDialogPortal = CommandDialogPrimitive.Portal; |
| 28 | |
| 29 | function CommandDialogTrigger(props: CommandDialogPrimitive.Trigger.Props) { |
| 30 | return ( |
| 31 | <CommandDialogPrimitive.Trigger |
| 32 | data-slot="command-dialog-trigger" |
| 33 | {...props} |
| 34 | /> |
| 35 | ); |
| 36 | } |
| 37 | |
| 38 | function CommandDialogBackdrop({ |
| 39 | className, |
nothing calls this directly
no outgoing calls
no test coverage detected