Package-level declarations

Types

Link copied to clipboard
private data class LocalModelAction(val icon: ImageVector, val label: String)

Properties

Functions

Link copied to clipboard
Link copied to clipboard
internal fun ConfigurationStep(state: ServerSetupState, strings: ServerSetupStrings, listState: LazyListState, processIntent: (ServerSetupIntent) -> Unit, modifier: Modifier = Modifier)
Link copied to clipboard
Link copied to clipboard
internal fun LocalGenerationForm(state: ServerSetupState, strings: ServerSetupStrings, processIntent: (ServerSetupIntent) -> Unit)
Link copied to clipboard
Link copied to clipboard
internal fun LocalModelItem(model: ServerSetupState.LocalModel, selected: Boolean, strings: ServerSetupStrings, onSelect: () -> Unit, onAction: () -> Unit)
Link copied to clipboard