UNPKG

react-native-circular-progress-indicator

Version:
8 lines (7 loc) 405 B
import CircularProgress from './circularProgress'; import CircularProgressBase from './circularProgressBase'; import type { DashedStrokeConfigType, StrokeColorConfigType, ProgressRef } from './types'; export default CircularProgress; export { CircularProgressBase }; export { CircularProgressBase as CircularProgressWithChild }; export type { DashedStrokeConfigType, StrokeColorConfigType, ProgressRef };