DioxusLabs / dioxus

Fullstack GUI library for web, desktop, mobile, and more.
https://dioxuslabs.com
Apache License 2.0
19.37k stars 747 forks source link

Fix #1938, allow explicit props #2105

Closed jkelleyrtp closed 3 months ago

jkelleyrtp commented 3 months ago

Allows users to specify props: SomeProps and skip the generation of the props struct.