Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
@Stable
sealed class Asset<T : Any, I : Any> : ReadOnlyProperty<Any?, AssetDelegate<T>>
Link copied to clipboard
@Stable
class AssetDelegate<T : Any>
Link copied to clipboard
@Stable
abstract class Assets
Link copied to clipboard
@Stable
class ImageAsset : Asset<ImageBitmap, ByteArray>