@brizy/media-gallery
Version:
7 lines (6 loc) • 347 B
TypeScript
import { Action } from "redux";
import { Translator } from "~/locale/useTranslation";
export declare const notificationKeyPrefix = "project:stockPhotos:queryError:";
export declare const fetchError: (message: string) => Action;
export declare const importSuccess: (message: string) => Action;
export declare const copy: (t: Translator) => Action;