(
function: Callable[..., Any],
*,
stop_propagation: bool = ...,
prevent_default: bool = ...,
)
| 11 | |
| 12 | @overload |
| 13 | def event( |
| 14 | function: Callable[..., Any], |
| 15 | *, |
| 16 | stop_propagation: bool = ..., |
| 17 | prevent_default: bool = ..., |
| 18 | ) -> EventHandler: ... |
| 19 | |
| 20 | |
| 21 | @overload |
no test coverage detected