From 26f7e04f026500945d1eddb2b9a27c798b8c82af Mon Sep 17 00:00:00 2001 From: timofeyevvv Date: Thu, 19 Oct 2023 15:54:02 +0300 Subject: [PATCH] docs: fix lint --- src/components/List/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/List/README.md b/src/components/List/README.md index 06c6b1288a..f45dfb1593 100644 --- a/src/components/List/README.md +++ b/src/components/List/README.md @@ -256,4 +256,4 @@ Likewise, you can forward `onFocus` and `onBlur` if you need to repeat the behav | itemsClassName | Custom class name to be added to an item list | `String` | | | role | HTML `role` attribute | `String` | list | | id | HTML `id` attribute | `string` | | -| onChangeActive | Fires when the index of an option in the listbox, visually indicated as having keyboard focus, is changed. `(index?: number) => void` | `Function` | | \ No newline at end of file +| onChangeActive | Fires when the index of an option in the listbox, visually indicated as having keyboard focus, is changed. `(index?: number) => void` | `Function` | |