UNPKG

native-base

Version:

Essential cross-platform UI components for React Native

6 lines (5 loc) 204 B
import type { ISliderComponentType } from './types'; declare const Slider: ISliderComponentType; export { Slider }; export { SliderContext } from './Context'; export type { ISliderProps } from './types';