enum class FontWeight
Definitions of CSS font weight options.
NORMAL
BOLD
BOLDER
LIGHTER
INITIAL
INHERIT
createInstance
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.