UNPKG

@artsy/cohesion

Version:
13 lines (12 loc) 255 B
/** * Master list of tabs available for the iOS app Tab Bar (footer navigation) * * @packageDocumentation */ export declare type Tab = /** * not currently in use: *| "cityGuide" *| "favorites" */ "home" | "inbox" | "profile" | "search" | "sell";