rc-toastr
Version:
A fully customized reactJs toasting library
19 lines (18 loc) • 412 B
TypeScript
export declare const theme: {
colors: {
error: string;
info: string;
success: string;
warning: string;
default: string;
loading: string;
};
icons: {
error: JSX.Element;
info: JSX.Element;
success: JSX.Element;
warning: JSX.Element;
default: JSX.Element;
loading: JSX.Element;
};
};