Package-level declarations

Functions

Link copied to clipboard
fun Root(appState: AppState, setRootLocals: Boolean, dialogs: @Composable () -> Unit = {}, content: @Composable () -> Unit)

the main app composable

Link copied to clipboard
Link copied to clipboard
fun RootLocalProvider(appState: AppState, setRootLocals: Boolean = true, content: @Composable () -> Unit)