react-native-global-modal-2
Version:
🌍 Global modal and callable from anywhere on the app for React Native
18 lines (17 loc) • 376 B
TypeScript
declare const _default: {
container: {
flex: number;
height: number;
borderWidth: number;
borderRadius: number;
alignItems: "center";
justifyContent: "center";
borderColor: string;
};
textStyle: {
fontSize: number;
color: string;
fontWeight: "600";
};
};
export default _default;