react-native-paper-tabs
Version:
Smooth and fast cross platform Material Design Tabs for React Native Paper
6 lines • 456 B
TypeScript
import type { TextStyle } from 'react-native';
import type { AnimatedColorArgs, IndicatorArgs, IndicatorReturns, OffsetScrollArgs } from './utils';
export declare function useIndicator({ index, layouts, }: IndicatorArgs): IndicatorReturns;
export declare function useOffsetScroller(_: OffsetScrollArgs): void;
export declare function useAnimatedText({ activeColor, active, textColor, }: AnimatedColorArgs): TextStyle;
//# sourceMappingURL=internal.d.ts.map