type ActionGroupOptionalProps = { actions?: ContainedButtonProps[]; }; type ActionGroupProps = ActionGroupOptionalProps;