UNPKG

react-native-step-indicator

Version:

A simple react-native implementation of a step indicator widget compatible with ViewPager and Flatlist

5 lines (4 loc) 345 B
import React from 'react'; import { StepIndicatorProps } from './types'; declare const _default: React.MemoExoticComponent<({ currentPosition, stepCount, direction, customStyles: customStylesFromProps, labels, onPress, renderStepIndicator: renderCustomStepIndicator, renderLabel, }: StepIndicatorProps) => JSX.Element>; export default _default;