UNPKG

xsmiles

Version:

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

9 lines 255 B
/// <reference types="react" /> declare type Props = { smilesAttributes: { [key: string]: string | number; }; }; export default function AttributesLegend(props: Props): JSX.Element; export {}; //# sourceMappingURL=AttributesLegend.d.ts.map