Type alias: AddContentButtonParams
Ƭ AddContentButtonParams: Object
Type declaration
| Name | Type | Description |
|---|---|---|
extraCSS? |
string |
Additional CSS to apply to the button. |
handleClick |
(event: MouseEvent) => void |
Click event handler to attach to the button. |