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 { CenterContentProps } from './types'; declare const CenterContent: (props: CenterContentProps) => React.JSX.Element; export default CenterContent;