@teravn/onui
Version:
The React UI component library is based on MUI
13 lines (12 loc) • 364 B
TypeScript
export declare enum NotificationType {
Default = "default",
Error = "error",
Info = "info",
Success = "success",
Warning = "warning"
}
export declare const playSound: () => void;
export declare const getDescription: (value: string | {
[key: string]: any;
}) => string;
export declare const getToastIcon: (type: NotificationType) => string;