react-native-global-modal-2
Version:
🌍 Global modal and callable from anywhere on the app for React Native
45 lines (44 loc) • 938 B
TypeScript
declare const _default: {
container: {};
titleTextStyle: {
fontWeight: "500";
fontSize: number;
};
header: {
flexDirection: "row";
alignItems: "center";
};
titleContainer: {
marginLeft: number;
};
iconContainer: {
height: number;
width: number;
alignItems: "center";
justifyContent: "center";
backgroundColor: string;
borderRadius: number;
};
iconImageStyle: {
width: number;
height: number;
tintColor: string;
};
closeButton: {
marginLeft: string;
};
closeButtonImageStyle: {
width: number;
height: number;
tintColor: string;
};
descriptionContainer: {
marginTop: number;
marginLeft: number;
};
descriptionTextStyle: {
color: string;
lineHeight: number;
};
};
export default _default;