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