molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 399 B
TypeScript
/**
* Copyright (c) 2021 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
import { PluginBehavior } from '../../../behavior';
export declare const SIFTSMapping: import("../../../../../mol-state").StateTransformer<PluginBehavior.Category, PluginBehavior.Behavior, {
autoAttach: boolean;
showTooltip: boolean;
}>;