API reference
Generated from the source of each engine, one reference per library, and republished whenever main moves. Every one of them documents the same contract; what differs is the language.
| Library | Reference | Generated by |
|---|---|---|
SwiftUI · MilanoSDK | swiftui | DocC |
Compose · dev.get-milano:engine-compose | compose | Dokka |
TypeScript · @get-milano/core | ts | TypeDoc |
React · @get-milano/react | react | TypeDoc |
These track the latest release. For the API of an older version, read it from that version’s tag in the repository.
The guides on this site are the place to start: Getting started installs an engine and renders a document, and Creating a bridge connects Milano to your design system. The references above are for looking up a specific type once you are building.
Generating them locally
./scripts/generate-docs.sh
Writes all four into docs/libs/, which is generated output and never committed. Xcode is required for the DocC lane; without it that one is skipped and the other three still run.