UNPKG

react-native-paper-tabs

Version:

Smooth and fast cross platform Material Design Tabs for React Native Paper

5 lines 553 B
import type { AnimatedColorArgs, AnimatedTextStyle, IndicatorArgs, IndicatorReturns, OffsetScrollArgs } from './utils'; export declare function useAnimatedText({ childrenCount, tabIndex, position, offset, textColor, activeColor, }: AnimatedColorArgs): AnimatedTextStyle; export declare function useIndicator({ childrenCount, position, offset, layouts, tabsLayout, }: IndicatorArgs): IndicatorReturns; export declare function useOffsetScroller({ index, offset, updateScroll, mode, }: OffsetScrollArgs): void; //# sourceMappingURL=internal.native.d.ts.map