Package-level declarations
Functions
Link copied to clipboard
fun WriteopiaEditor(modifier: Modifier = Modifier, contentPadding: PaddingValues = PaddingValues(0.dp), editable: Boolean = true, listState: LazyListState = rememberLazyListState(), drawers: Map<Int, StoryStepDrawer>, storyState: DrawState, keyFn: (Int, DrawStory) -> Int = { index, drawStory -> drawStory.desktopKey + index })
Link copied to clipboard
fun WriteopiaEditorBox(modifier: Modifier = Modifier, editable: Boolean = true, drawers: Map<Int, StoryStepDrawer>, storyState: DrawState = DrawState(emptyList()))