MilanoRenderer

interface MilanoRenderer

A consumer-provided renderer for one component type: receives the node, emits Compose UI. Invoked in composition on the main thread.

Functions

Link copied to clipboard
abstract fun Render(node: MilanoNode)