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

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

The newest version!
package com.olvind.mui.std

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

object InsertPosition {
  
  inline def afterbegin: "afterbegin" = "afterbegin".asInstanceOf["afterbegin"]
  
  inline def afterend: "afterend" = "afterend".asInstanceOf["afterend"]
  
  inline def beforebegin: "beforebegin" = "beforebegin".asInstanceOf["beforebegin"]
  
  inline def beforeend: "beforeend" = "beforeend".asInstanceOf["beforeend"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy