react-native-toastier
Version:
A Fully Customizable Toast Component for React Native.
51 lines • 1.33 kB
TypeScript
declare const _default: {
styles: {
container: {
position: "absolute";
zIndex: number;
opacity: number;
width: "100%";
justifyContent: "center";
alignItems: "center";
flexDirection: "row";
};
toastContainer: {
borderRadius: number;
justifyContent: "space-between";
alignItems: "center";
flexDirection: "row";
padding: number;
margin: number;
shadowColor: string;
shadowOffset: {
width: number;
height: number;
};
shadowOpacity: number;
shadowRadius: number;
elevation: number;
};
textContainer: {
flex: number;
};
title: {
fontWeight: "600";
fontSize: number;
};
message: {
fontWeight: "600";
fontSize: number;
};
actionContainer: {
paddingBottom: number;
paddingTop: number;
backgroundColor: string;
alignSelf: "flex-start";
};
iconStyle: {
fontSize: number;
};
};
};
export default _default;
//# sourceMappingURL=styles.d.ts.map