LithoConfiguration

data class LithoConfiguration(    val componentsConfig: ComponentsConfiguration,     val areTransitionsEnabled: Boolean,     val renderUnitIdGenerator: RenderUnitIdGenerator?)

Constructors

Link copied to clipboard
constructor(componentsConfig: ComponentsConfiguration, areTransitionsEnabled: Boolean, renderUnitIdGenerator: RenderUnitIdGenerator?)