From ecb4206dab326889e02955b4289c0877a91f0a17 Mon Sep 17 00:00:00 2001 From: colder Date: Tue, 25 Apr 2017 23:49:32 +0800 Subject: [PATCH] add dot to interface TabBarItemProps --- components/tab-bar/PropsType.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/tab-bar/PropsType.tsx b/components/tab-bar/PropsType.tsx index 7659b5b100..3759cb04cb 100644 --- a/components/tab-bar/PropsType.tsx +++ b/components/tab-bar/PropsType.tsx @@ -21,4 +21,6 @@ export interface TabBarItemProps { icon?: any; selectedIcon?: any; title: string; + /*web only*/ + dot?: boolean; }