UNPKG

react-native-moengage-cards

Version:

Cards Module for the MoEngage Platform

16 lines (13 loc) 287 B
import WidgetStyle from "./WidgetStyle"; /** * Style attributes for an Image Widget. * * @author Abhishek Kumar * @since 1.0.0 */ class ImageStyle extends WidgetStyle { constructor(backgroundColor: string) { super(backgroundColor); } } export default ImageStyle;