ProgressOptions
data class ProgressOptions(val height: Int? = null, val className: String? = null, val color: Color? = null, val container: JsAny? = null, val maxWidth: String? = null, val position: ProgressPosition? = null, val duration: Duration? = null, val hideDuration: Duration? = null, val zIndex: Int? = null, val timing: String? = null)
Options for the progress indicator.