UNPKG

xsmiles

Version:

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

7 lines 200 B
import { Gradient } from "./gradient.types"; export declare type StructureViewConfig = { gradient: Gradient; width: number; height: number; }; //# sourceMappingURL=structure.types.d.ts.map