declare type TabBarItemCallbackOptions = import("../../common").CallbackOptions; /** * */ export interface TabBarItemOptions extends TabBarItemCallbackOptions { /** * tabBar 的哪一项,从左边算起 */ index: number; } export {};