molstar
Version:
A comprehensive macromolecular library.
10 lines (9 loc) • 413 B
TypeScript
/**
* Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
import { PluginContext } from '../../../mol-plugin/context';
export declare function registerDefault(ctx: PluginContext): void;
export declare function Canvas3DSetSettings(ctx: PluginContext): void;