From 6c9494ea8485b545b2863a70d7879a1666cf8947 Mon Sep 17 00:00:00 2001 From: Radoslav Demirov Date: Fri, 18 May 2018 21:39:20 +0300 Subject: [PATCH] chore: #11432 Add property description to the list-item.md file --- pages/api/list-item.md | 1 + 1 file changed, 1 insertion(+) 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).