### `<PopoverMenu.MenuItem/>`

#### Props

| propName   | propType                          | defaultValue | isRequired | description                          |
| ---------- | --------------------------------- | ------------ | ---------- | ------------------------------------ |
| text       | node                              | -            | false      | The menu item textual representation |
| skin       | 'standard', 'dark', 'destructive' | 'standard'   | false      | The skin of menu item                |
| prefixIcon | node                              | -            | false      | Prefix icon of menu item             |
| onClick    | func                              | -            | false      | The click handler                    |
| dataHook   | string                            | -            | false      | Hook for testing purposes            |
| disabled   | boolean                           | false        | false      | Disables the item when set to true   |
| subtitle   | string                            | -            | false      | Text of the menu item subtitle       |

### `<PopoverMenu.Divider>`

#### Props

| propName | propType | defaultValue | isRequired | description               |
| -------- | -------- | ------------ | ---------- | ------------------------- |
| dataHook | string   |              | false      | Hook for testing purposes |
