enum class GridJustifyContent
CSS grid content justification options.
START
END
CENTER
STRETCH
SPACEAROUND
SPACEBETWEEN
SPACEEVENLY
createInstance
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.