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