molstar
Version:
A comprehensive macromolecular library.
12 lines (11 loc) • 425 B
TypeScript
/**
* Copyright (c) 2019-2024 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>
*/
import { PluginUIComponent } from '../base';
export declare class SimpleSettingsControl extends PluginUIComponent {
componentDidMount(): void;
render(): import("react/jsx-runtime").JSX.Element | null;
}