(
web_module: WebModule,
export_names: str,
fallback: Any | None = ...,
allow_children: bool = ...,
)
| 310 | |
| 311 | @overload |
| 312 | def export( |
| 313 | web_module: WebModule, |
| 314 | export_names: str, |
| 315 | fallback: Any | None = ..., |
| 316 | allow_children: bool = ..., |
| 317 | ) -> VdomDictConstructor: ... |
| 318 | |
| 319 | |
| 320 | @overload |
nothing calls this directly
no test coverage detected