Updated on 2026-08-14
This commit is contained in:
parent
dbc5555503
commit
44f7f23a95
16 changed files with 719 additions and 551 deletions
|
|
@ -0,0 +1,13 @@
|
|||
package com.tangem.core.ui.decompose
|
||||
|
||||
import androidx.compose.runtime.Composable
|
||||
import androidx.compose.runtime.Stable
|
||||
|
||||
@Stable
|
||||
interface ComposableBottomSheetComponent {
|
||||
|
||||
fun dismiss()
|
||||
|
||||
@Composable
|
||||
fun BottomSheet()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue