UNPKG

molstar

Version:

A comprehensive macromolecular library.

11 lines (10 loc) 454 B
/** * Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ import { PluginBehavior } from '../../../mol-plugin/behavior/behavior'; export declare const PDBeStructureQualityReport: import("../../../mol-state/transformer").StateTransformer<PluginBehavior.Category, PluginBehavior.Behavior, { autoAttach: boolean; showTooltip: boolean; }>;