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"]
}