UNPKG

react-native-slider-intro

Version:

A simple and full customizable React Native package which implements a unique slider.

7 lines 377 B
import React from 'react'; import { type SliderIntroProps } from './types/SliderIntro.types'; import type { SliderIntroItemProps } from './types/SliderIntroItem.types'; declare const SliderIntro: (props: Partial<SliderIntroProps>) => React.JSX.Element; export default SliderIntro; export { type SliderIntroItemProps, type SliderIntroProps }; //# sourceMappingURL=index.d.ts.map