JetBrains / kotlin-wrappers

Kotlin wrappers for popular JavaScript libraries
Apache License 2.0
1.33k stars 165 forks source link

Mui Component Inhereted Parameters #2169

Closed lsafer-meemer closed 4 months ago

lsafer-meemer commented 8 months ago

Is your feature request related to a problem? Please describe. In mui-mterial wrapper: external interface CardOwnProps does not inherit from external interface PaperOwnProps even though it does in npm package @mui/material and I think this is not the only component.

Describe the solution you'd like wrapper external interfaces gets updated to include inherited interfaces.

Describe alternatives you've considered

Additional context https://github.com/JetBrains/kotlin-wrappers/blob/7d67d4dfcef76b60fe661ef831a770568de54680/kotlin-mui-material/src/jsMain/generated/mui/material/Card.kt#L19C1-L35C2

aerialist7 commented 8 months ago

Hi @lsafer-meemer, thank you for the report! Will fix