For the interface IActionProps the buttonSize props is missing.
When you try to define an action with the buttonSize (which is working and should be possible regarding the doc) TS shows an error:
Type '{ buttonSize: number }' is not assignable to type 'IActionProps'.
Object literal may only specify known properties, and 'buttonSize' does not exist in type 'IActionProps'.ts
I think buttonSize should be included in IActionProps.
For the interface IActionProps the buttonSize props is missing.
When you try to define an action with the buttonSize (which is working and should be possible regarding the doc) TS shows an error:
I think buttonSize should be included in IActionProps.