Widget Module
The typed-tree lowering bridge: `ofControl`/`toControl` convert to and from the legacy IR, and `render` paints a `Widget<'msg>`.
Functions and values
| Function or value |
Description
|
|
|
|
|
Full Usage:
render theme widget
Parameters: Returns: ControlRenderResult<'msg>
Type parameters: 'msg |
Convenience = `Control.render theme (toControl widget)`. FR-009.
|
|