react-native-circular-progress-indicator
Version:
React Native customizable circular progress indicator
13 lines (11 loc) • 413 B
text/typescript
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 };