All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.olvind.mui.react.mod.WeakValidationMap.scala Maven / Gradle / Ivy

package com.olvind.mui.react.mod

import org.scalablytyped.runtime.StObject
import scala.scalajs.js
import scala.scalajs.js.annotation.{JSGlobalScope, JSGlobal, JSImport, JSName, JSBracketAccess}

/** NOTE: Mapped type definitions are impossible to translate to Scala.
  * See https://www.typescriptlang.org/docs/handbook/2/mapped-types.html for an intro.
  * You'll have to cast your way around this structure, unfortunately. 
  * TS definition: {{{
  {[ K in keyof T ]:? null extends T[K]? react.react.Validator : undefined extends T[K]? react.react.Validator : react.react.Validator}
  }}}
  */
@js.native
trait WeakValidationMap[T] extends StObject




© 2015 - 2024 Weber Informatics LLC | Privacy Policy