TeaSpeak-Client/imports/shared-app/ui/frames/ImagePreview.d.ts

6 lines
305 B
TypeScript

import React from "react";
export declare const ImagePreviewHook: React.MemoExoticComponent<() => JSX.Element>;
export declare function showImagePreview(url: string, originalUrl: string): void;
export declare function isImagePreviewAvailable(): boolean;
export declare function closeImagePreview(): void;