molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 411 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.js';
export declare const SIFTSMapping: import("../../../../../mol-state/index.js").StateTransformer<PluginBehavior.Category, PluginBehavior.Behavior, {
autoAttach: boolean;
showTooltip: boolean;
}>;