UNPKG

pdbe-molstar

Version:
17 lines (16 loc) 1.3 kB
import { ControlsWrapper, Log } from 'molstar/lib/mol-plugin-ui/plugin'; import { SequenceView } from 'molstar/lib/mol-plugin-ui/sequence'; export declare const UIComponents: { /** Component containing 3D canvas, button in top left and top right corners, and tooltip box (center panel in default layout). Changes to fullscreen view by "Toggle Expanded Viewport" button, or "expanded" option. */ readonly PDBeViewport: import("react").ComponentClass<{}, any>; /** Component containing 1D view of the sequences (top panel in default layout) */ readonly SequenceView: typeof SequenceView; /** Component containing log messages (bottom panel in default layout) */ readonly Log: typeof Log; /** Component containing left panel controls (contents depend on PDBeMolstar init params (superposition/ligand/default view)) */ readonly PDBeLeftPanelControls: import("react").ComponentClass<{}, any>; /** Component containing left panel controls as in core Molstar, plus PDBeMolstar-specific tabs */ readonly DefaultLeftPanelControls: import("react").ComponentClass<{}, any>; /** Component containing right panel controls (contents depend on PDBeMolstar init params (superposition/ligand/default view)) */ readonly DefaultRightPanelControls: typeof ControlsWrapper; };