UNPKG

@rohitninawe/chat-uikit-react-native

Version:

Ready-to-use Chat UI Components for React Native

12 lines (10 loc) 319 B
import { BaseStyleInterface, FontStyleInterface, ImageType } from "../shared" import { TabItemStyleInterface } from "./TabItemStyle" export type TabItem = { id: string | number, title?: string, icon?: ImageType, isActive?: boolean, childView: () => JSX.Element, style?: TabItemStyleInterface }