UNPKG

@3dbionotes/pdbe-molstar

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