@3dbionotes/pdbe-molstar
Version:
Molstar implementation for PDBe
9 lines (8 loc) • 352 B
TypeScript
import { ViewportControls } from 'Molstar/mol-plugin-ui/viewport';
export declare class PDBeViewportControlsVolume extends ViewportControls {
constructor(props: any, context: any);
toggleVolumeExpanded: () => void;
isBlack(customeState: any): boolean;
componentDidMount(): void;
render(): import("react/jsx-runtime").JSX.Element;
}