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) 207 B
import React from 'react'; import type { MarkerValueContentProps } from './types'; declare const MarkerValueContent: (props: MarkerValueContentProps) => React.JSX.Element; export default MarkerValueContent;