Skip to content

Commit 00cdda7

Browse files
committed
update kdoc for GenericConversionScreen
1 parent 15cc585 commit 00cdda7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tools/idea-plugin/src/main/kotlin/io/github/composegears/valkyrie/ui/foundation/conversion/GenericConversionScreen.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ enum class ConversionExpandedAction {
3636
/**
3737
* Generic conversion screen layout that can be reused for different conversion modes.
3838
* Provides a consistent structure with:
39-
* - Top app bar with common actions (Back, Edit, Preview, Copy, Settings)
39+
* - Top app bar with common actions (Back, Edit, Preview, Copy, Export, Settings)
4040
* - Expandable panels for editing and preview
4141
* - Code viewer area
4242
*
@@ -47,6 +47,7 @@ enum class ConversionExpandedAction {
4747
* @param language Language for Editor
4848
* @param onBack Callback when back button is clicked
4949
* @param onIconNameChange Callback when icon name is changed
50+
* @param onExport Callback to export the code content
5051
* @param onCopyCode Callback to copy code to clipboard
5152
* @param onOpenSettings Callback to open settings
5253
* @param editPanel Composable for the edit action panel

0 commit comments

Comments
 (0)