diff --git a/pages/api/list-item.md b/pages/api/list-item.md index d84f4b51a4bbd2..5b671342fbefe2 100644 --- a/pages/api/list-item.md +++ b/pages/api/list-item.md @@ -21,6 +21,7 @@ filename: /packages/material-ui/src/ListItem/ListItem.js | dense | bool | false | If `true`, compact vertical padding designed for keyboard and mouse input will be used. | | disableGutters | bool | false | If `true`, the left and right padding is removed. | | divider | bool | false | If `true`, a 1px light border is added to the bottom of the list item. | +| focusVisibleClassName | string | | If passed to the component,the provided CSS class will be applied | Any other properties supplied will be [spread to the root element](/guides/api#spread).