UNPKG

molstar

Version:

A comprehensive macromolecular library.

13 lines (12 loc) 441 B
/** * Copyright (c) 2019-2022 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> * @author David Sehnal <david.sehnal@gmail.com> */ /// <reference types="react" /> import { PluginUIComponent } from '../base'; export declare class SimpleSettingsControl extends PluginUIComponent { componentDidMount(): void; render(): JSX.Element | null; }