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

com.olvind.mui.std.ScrollLogicalPosition.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 ScrollLogicalPosition {
  
  inline def center: "center" = "center".asInstanceOf["center"]
  
  inline def end: "end" = "end".asInstanceOf["end"]
  
  inline def nearest: "nearest" = "nearest".asInstanceOf["nearest"]
  
  inline def start: "start" = "start".asInstanceOf["start"]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy