UNPKG

react-native-circular-progress-indicator

Version:
5 lines (4 loc) 171 B
import React from 'react'; import type { ProgressValueProps } from '../../types'; declare const ProgressValue: React.FC<ProgressValueProps>; export default ProgressValue;