UNPKG

react-notifications-component-updated

Version:
5 lines (4 loc) 234 B
export declare function getContainer(): string; export declare function getType(): string; export declare function getTitle(type: string): "Success" | "Error" | "Warning"; export declare function getMessage(type: string): string;