react-native-step-indicator
Version:
A simple react-native implementation of a step indicator widget compatible with ViewPager and Flatlist
7 lines • 328 B
JavaScript
// Type definitions for react-native-step-indicator
// Project: https://github.com/24ark/react-native-step-indicator
// Definitions by: Kyle Roach <https://github.com/iRoachie>
// TypeScript Version: 2.3.3
import React from 'react';
export default class StepIndicator extends React.Component {}
//# sourceMappingURL=types.js.map