Props
data class Props( val content: RenderFn, val style: DropdownMenu.Style, val items: List<DropdownMenu.Item>)
Content copied to clipboard
Constructors
Link copied to clipboard
fun Props( content: RenderFn, style: DropdownMenu.Style, items: List<DropdownMenu.Item>)
Content copied to clipboard