com.olvind.mui.muiMaterial.anon.DefaultPropsPickComponentsPropsListMuiTablePaginatio.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 DefaultPropsPickComponentsPropsListMuiTablePaginatio extends StObject {
var defaultProps: PickComponentsPropsListMuiTablePaginatio
}
object DefaultPropsPickComponentsPropsListMuiTablePaginatio {
inline def apply(defaultProps: PickComponentsPropsListMuiTablePaginatio): DefaultPropsPickComponentsPropsListMuiTablePaginatio = {
val __obj = js.Dynamic.literal(defaultProps = defaultProps.asInstanceOf[js.Any])
__obj.asInstanceOf[DefaultPropsPickComponentsPropsListMuiTablePaginatio]
}
@scala.inline
implicit open class MutableBuilder[Self <: DefaultPropsPickComponentsPropsListMuiTablePaginatio] (val x: Self) extends AnyVal {
inline def setDefaultProps(value: PickComponentsPropsListMuiTablePaginatio): Self = StObject.set(x, "defaultProps", value.asInstanceOf[js.Any])
}
}