UNPKG

reactnativeepictrailsds

Version:

A flexible and customizable design system for React Native, providing pre-built UI components, typography, and themes to enhance mobile app development.

5 lines 126 B
export interface NavTabProps { tabs: string[]; initialActiveIndex?: number; onTabChange?: (index: number) => void; }