
main.react.PropsWithChildren.kt Maven / Gradle / Ivy
package react
external interface PropsWithChildren : Props {
var children: ReactNode?
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package react
external interface PropsWithChildren : Props {
var children: ReactNode?
}