UNPKG

rn-segmented-tabs

Version:

A customizable and animated select component for React Native

9 lines (8 loc) 141 B
export interface ITabOption { label: string; value: string; } export interface IGradientCoordinate { x: number; y: number; }