fabulous-dev / Fabulous

Declarative UI framework for cross-platform mobile & desktop apps, using MVU and F# functional programming
https://fabulous.dev
Apache License 2.0
1.14k stars 121 forks source link

Allow instantiate abstract types with createCode #846

Closed Dolfik1 closed 3 years ago

Dolfik1 commented 3 years ago

I found case in Fabulous.iOS when I need to create my own implementation of abstract type to pass parameters. This PR intended to cover this case.