UNPKG

react-native-error-boundary

Version:
36 lines 747 B
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