molstar
Version:
A comprehensive macromolecular library.
8 lines (7 loc) • 323 B
TypeScript
/**
* Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
import { PluginUIContext } from '../../../mol-plugin-ui/context';
export declare function volumeStreamingControls(plugin: PluginUIContext, parent: Element): void;