UNPKG

react-native-circular-progress-indicator

Version:
13 lines (11 loc) 413 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 };