UNPKG

nexus-react-core

Version:

A comprehensive React toolkit with services, hooks, and Redux store management

10 lines 743 B
export interface NotificationState { showSuccess: boolean; showError: boolean; message: string; isLoading: boolean; } export declare const showSuccessNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "notifications/showSuccessNotification">, showErrorNotification: import("@reduxjs/toolkit").ActionCreatorWithPayload<string, "notifications/showErrorNotification">, hideNotification: import("@reduxjs/toolkit").ActionCreatorWithoutPayload<"notifications/hideNotification">, setLoading: import("@reduxjs/toolkit").ActionCreatorWithPayload<boolean, "notifications/setLoading">; declare const _default: import("redux").Reducer<NotificationState>; export default _default; //# sourceMappingURL=slice.d.ts.map