From f68f5f49e0a300e1730754fcc06fc544f029a972 Mon Sep 17 00:00:00 2001 From: Cyber <yqzzxc@gmail.com> Date: Sat, 25 Nov 2023 09:20:08 -0600 Subject: [PATCH] docs: fix typo (#615) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ae1b9c6..96b2f5f5 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ React.render( | locale | { dropdownAriaLabel: string, removeAriaLabel: string, addAriaLabel: string } | - | Accessibility locale help text | | moreIcon | ReactNode | - | collapse icon | | tabBarGutter | number | 0 | config tab bar gutter | -| tabBarPosition | `'left' | 'right' | 'top' | 'bottom'` | `'top'` | tab nav 's position | +| tabBarPosition | `'left' \| 'right' \| 'top' \| 'bottom'` | `'top'` | tab nav 's position | | tabBarStyle | style | - | tab nav style | | tabBarExtraContent | ReactNode \| `{ left: ReactNode, right: ReactNode }` | - | config extra content | | renderTabBar | (props, TabBarComponent) => ReactElement | - | How to render tab bar |