UNPKG

react-native-zohosalesiq-mobilisten

Version:

A React Native module for the ZohoSalesIQ Mobilisten SDK

7 lines (6 loc) 230 B
import { SIQBannerColorTheme } from "./SIQBannerColorTheme"; export class SIQBannerTheme { successTheme = new SIQBannerColorTheme(); infoTheme = new SIQBannerColorTheme(); failureTheme = new SIQBannerColorTheme(); }