UNPKG

react-native-lucy-radial-slider

Version:

React Native component to select or highlight a specific value from a range of values

5 lines (4 loc) 187 B
import React from 'react'; import type { NeedleContentProps } from './types'; declare const NeedleContent: (props: NeedleContentProps) => React.JSX.Element; export default NeedleContent;