UNPKG

@iktos-oss/molecule-representation

Version:

exports interactif molecule represnetations as react components

3 lines (2 loc) 189 B
export declare function copySvgToClipboard(svgElement: SVGSVGElement): Promise<void>; export declare function downloadSvgAsPng(svgElement: SVGSVGElement, filename?: string): Promise<void>;