react-native-reanimated-progress-bar
Version:
React Native animated progress bar, using react-native-reanimated
22 lines (21 loc) • 470 B
TypeScript
declare const _default: {
container: {
flex: number;
backgroundColor: string;
height: number;
borderRadius: number;
position: "relative";
overflow: "hidden";
};
progress: {
transition: string;
height: string;
borderRadius: number;
position: "absolute";
width: string;
top: number;
bottom: number;
left: string;
};
};
export default _default;