Skip to content

Commit

Permalink
add dot to interface TabBarItemProps
Browse files Browse the repository at this point in the history
  • Loading branch information
cncolder committed Apr 26, 2017
1 parent 84919e3 commit ecb4206
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/tab-bar/PropsType.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ export interface TabBarItemProps {
icon?: any;
selectedIcon?: any;
title: string;
/*web only*/
dot?: boolean;
}

0 comments on commit ecb4206

Please sign in to comment.