UNPKG

react-native-circular-progress-indicator

Version:
5 lines (4 loc) 251 B
import React from 'react'; import type { CircularProgressProps, ProgressRef } from '../types'; declare const CircularProgress: React.ForwardRefExoticComponent<CircularProgressProps & React.RefAttributes<ProgressRef>>; export default CircularProgress;