@3dbionotes/pdbe-molstar
Version:
Molstar implementation for PDBe
11 lines (10 loc) • 436 B
TypeScript
/**
* Copyright (c) 2020 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 { VolumeSourceControls } from "molstar/lib/mol-plugin-ui/structure/volume";
export declare class VolumeSourceCustomControls extends VolumeSourceControls {
renderControls(): import("react/jsx-runtime").JSX.Element;
}