react-native-toast-kit
Version:
A customizable toast/snackbar notification library for React Native
29 lines (28 loc) • 708 B
TypeScript
export declare const BORDER_COLORS: {
success: string;
error: string;
info: string;
warning: string;
};
export declare const BACKGROUND_COLORS: {
success: string;
error: string;
info: string;
warning: string;
};
export declare const TEXT_COLORS: {
success: string;
error: string;
info: string;
warning: string;
};
export declare const SUBTITLE_COLORS: {
success: string;
error: string;
info: string;
warning: string;
};
export declare const DEFAULT_BORDER_COLOR = "#E0E0E0";
export declare const DEFAULT_BACKGROUND_COLOR = "#FAFAFA";
export declare const DEFAULT_TEXT_COLOR = "#212121";
export declare const DEFAULT_SUBTITLE_COLOR = "#757575";