UNPKG

xsmiles

Version:

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

11 lines 644 B
import { SingleView, appendSingleView, Props as SProps, Molecule as SingleMolecule, MoleculeWithMethods as MWM } from "./modules/SingleView"; import { Method as MolMethod } from "./types/molecule.types"; import { GradientConfigOverwriteDefaults as ModuleGradientConfig } from "./types/gradient.types"; declare module "xsmiles"; export declare type SingleViewProps = SProps; export declare type Molecule = SingleMolecule; export declare type MoleculeWithMethods = MWM; export declare type Method = MolMethod; export declare type GradientConfig = ModuleGradientConfig; export { SingleView, appendSingleView }; //# sourceMappingURL=module.d.ts.map