Package-level declarations
Types
Aggregator of Compose CSS StyleSheet. Allowing to add StyleSheet in it and draw it in one place without requiring to add Style(stylesheet)
on every compose function call
Functions
In fact, it is just classcast of asMutableComposeListState to List
Will map this as State. This conversation will pass its StateFlow.value as the first value
Will create MutableState using asMutableComposeState and use asState to convert it as immutable state
Each value of this will trigger applyDiff to the result SnapshotStateList
Will map this as MutableState. Returned MutableState WILL NOT change source StateFlow. This conversation will pass its StateFlow.value as the first value
Will map this as MutableState. Returned MutableState WILL NOT change source Flow
Drawing StyleSheetsAggregator in place. You may pass Set of CSSRulesHolder/StyleSheets as preset of styles
Will include CSSRulesHolder/StyleSheet in the StyleSheetsAggregator using its StyleSheetsAggregator.addStyleSheet