Package-level declarations

Functions

Link copied to clipboard
@Composable
fun withCupManagedWindowState(windowState: WindowState, content: @Composable () -> Unit)
Link copied to clipboard
@Composable
fun withCupSavedPresentationState(content: @Composable (PresentationState?) -> Unit)
Link copied to clipboard
@Composable
fun withCupSavedWindowState(content: @Composable (Boolean, WindowState) -> Unit)