The generated type from EUI 13.8.1 is `(e: React.MouseEvent) => void | undefined` which is not assignable. For example: ``` <EuiPanel onClick={() => { /* Do something */ }} /> ``` does not validate
The generated type from EUI 13.8.1 is
(e: React.MouseEvent) => void | undefinedwhich is not assignable. For example:does not validate