UNPKG

xsmiles

Version:

XSMILES is a JavaScript tool to visualize atom and non-atom attributions and SMILES strings through interactive coordinated visualizations.

12 lines 465 B
import React from "react"; import { StructureViewConfig } from "../../../../types/structure.types"; import { Vertex } from "../../../../types/molecule.types"; interface Props { hoverVertices: Vertex[]; config: StructureViewConfig; scaleResolution: number; } declare function Highlight(props: Props): JSX.Element | null; declare const _default: React.MemoExoticComponent<typeof Highlight>; export default _default; //# sourceMappingURL=Highlight.d.ts.map