@igo2/context
Version:
5 lines (4 loc) • 329 B
TypeScript
import { MessageService } from '@igo2/core/message';
export declare function handleFileExportError(error: Error, messageService: MessageService): void;
export declare function handleFileExportSuccess(messageService: MessageService): void;
export declare function handleNothingToExportError(messageService: MessageService): void;