UNPKG

@3dbionotes/pdbe-molstar

Version:
8 lines (7 loc) 315 B
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; }