react-native-pizza-chart
Version:
A customizable and animated pizza chart component for React Native
23 lines (22 loc) • 541 B
TypeScript
export declare const appStyles: {
container: {
flex: number;
justifyContent: "flex-start";
alignItems: "center";
padding: number;
};
chartWrapper: {
alignItems: "center";
justifyContent: "center";
shadowColor: string;
shadowOffset: {
width: number;
height: number;
};
shadowOpacity: number;
shadowRadius: number;
elevation: number;
width: "100%";
flex: number;
};
};