UNPKG

react-native-circular-progress-indicator

Version:
24 lines (23 loc) 488 B
declare type StyleProp = { radius: number; rotation: number; }; declare const styles: (props: StyleProp) => { container: { width: number; height: number; alignItems: "center"; justifyContent: "center"; }; valueContainer: { flex: number; alignItems: "center"; justifyContent: "center"; }; rotatingContainer: { transform: { rotate: string; }[]; }; }; export default styles;