Updated on 2026-08-14

This commit is contained in:
Tangem 2024-07-17 17:53:37 +04:00
parent da1d75b51d
commit bccd93464f
8 changed files with 67 additions and 57 deletions

View file

@ -6,7 +6,7 @@ import androidx.compose.runtime.Stable
@Stable
interface ComposableDialogComponent {
val doOnDismiss: () -> Unit
fun dismiss()
@Composable
fun Dialog()