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

com.olvind.mui.std.RegExpMatchArray.scala Maven / Gradle / Ivy

package com.olvind.mui.std

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

@js.native
trait RegExpMatchArray
  extends StObject
     with Array[java.lang.String] {
  
  /* standard es5 */
  var index: js.UndefOr[Double] = js.native
  
  /* standard es5 */
  var input: js.UndefOr[java.lang.String] = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy