react-native-error-boundary
Version:
A simple and reusable React-Native error boundary component
36 lines • 747 B
TypeScript
declare const styles: {
container: {
backgroundColor: string;
flex: number;
justifyContent: "center";
};
content: {
marginHorizontal: number;
};
title: {
fontSize: number;
fontWeight: "300";
paddingBottom: number;
color: string;
};
subtitle: {
fontSize: number;
fontWeight: "800";
color: string;
};
error: {
paddingVertical: number;
};
button: {
backgroundColor: string;
borderRadius: number;
padding: number;
};
buttonText: {
color: string;
fontWeight: "600";
textAlign: "center";
};
};
export default styles;
//# sourceMappingURL=styles.d.ts.map