UNPKG

xsmiles

Version:

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

9 lines 287 B
/// <reference types="react" /> import { Method } from "src/types/molecule.types"; declare type Props = { method: Method; colorsDomain: number[] | undefined; }; export default function MethodLegend(props: Props): JSX.Element; export {}; //# sourceMappingURL=MethodLegend.d.ts.map