UNPKG

xsmiles

Version:

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

10 lines 425 B
export declare type StructureColorMode = "atom" | "attribution"; export declare type RankingType = "ORIGINAL" | "AVERAGE" | "STD" | "INNER_STD"; export declare type ColorDomainType = "COL" | "GLOBAL" | "ROW" | "MONE_TO_ONE" | "HALF" | "ONE_THIRD" | "ROW_COL" | "ONE_TEN" | "ONLY_SIGNAL"; declare global { interface Window { initRDKitModule: any; RDKit: any; } } //# sourceMappingURL=app.types.d.ts.map