Constructor
# <LayerPanelActions translations children icon />
PropTypes:
Name | Type | Required | Description | Default |
---|---|---|---|---|
translations |
object | No | An bject with key/value pairs for translated strings | |
children |
node | No | An array of components to be displayed inside `LayerPanelMenu` (like `@material-ui/core/MenuItems`) | |
icon |
node | No | An icon component for the button to open the `LayerPanelMenu` (like `@material-ui/icons`) |
- Since:
- 0.5.0