UNPKG

react-native-toast-kit

Version:

A customizable toast/snackbar notification library for React Native

8 lines (7 loc) 213 B
import { ToastType } from './types'; export declare function getToastColors(type: ToastType): { toastBorderColor: string; toastBackgroundColor: string; textColor: string; subtitleColor: string; };