5 lines
236 B
TypeScript
Raw Normal View History

2021-02-07 20:01:37 +01:00
export declare function preview_image(url: string, original_url: string): void;
export declare function preview_image_tag(tag: JQuery): void;
export declare function current_url(): string;
export declare function close_preview(): void;