com.olvind.mui.muiMaterial.anon.DefaultPropsPickComponentsPropsListMuiBreadcrumbsexp.scala Maven / Gradle / Ivy
The newest version!
package com.olvind.mui.muiMaterial.anon
import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}
trait DefaultPropsPickComponentsPropsListMuiBreadcrumbsexp extends StObject {
var defaultProps: PickComponentsPropsListMuiBreadcrumbsexp
}
object DefaultPropsPickComponentsPropsListMuiBreadcrumbsexp {
inline def apply(defaultProps: PickComponentsPropsListMuiBreadcrumbsexp): DefaultPropsPickComponentsPropsListMuiBreadcrumbsexp = {
val __obj = js.Dynamic.literal(defaultProps = defaultProps.asInstanceOf[js.Any])
__obj.asInstanceOf[DefaultPropsPickComponentsPropsListMuiBreadcrumbsexp]
}
@scala.inline
implicit open class MutableBuilder[Self <: DefaultPropsPickComponentsPropsListMuiBreadcrumbsexp] (val x: Self) extends AnyVal {
inline def setDefaultProps(value: PickComponentsPropsListMuiBreadcrumbsexp): Self = StObject.set(x, "defaultProps", value.asInstanceOf[js.Any])
}
}