Type Alias: ActionProps
ActionProps =
Readonly
<{children
:string
;onPerform
: () =>void
; }> &Omit
<CoreAction
,"label"
|"action"
>
Defined in: mdx/src/components/Actions/Action.tsx:3
ActionProps =
Readonly
<{children
:string
;onPerform
: () =>void
; }> &Omit
<CoreAction
,"label"
|"action"
>
Defined in: mdx/src/components/Actions/Action.tsx:3