UNPKG

@igo2/context

Version:
5 lines (4 loc) 329 B
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;