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