MenuAction
type MenuAction = object;
Properties
| Property | Type |
|---|---|
enhancerStart? | React.ReactNode |
isDisabled? | boolean |
isLoading? | boolean |
label | string |
onClick? | () => void |
target? | LinkTarget |
testId? | string |
url? | string |
variant? | ButtonVariant |