UNPKG

@vashnak/react-toasts

Version:
11 lines (10 loc) 228 B
interface IColor { [key: string]: { backgroundColor: string; borderColor: string; color: string; }; } export declare const LightColors: IColor; export declare const DarkColors: IColor; export {};