Item
data class Item(val content: RenderFunc<DIV>, val items: List<DropdownMenu.Item> = emptyList())
Content copied to clipboard
Constructors
Link copied to clipboard
fun Item(content: RenderFunc<DIV>, items: List<DropdownMenu.Item> = emptyList())
Content copied to clipboard