molstar
Version:
A comprehensive macromolecular library.
10 lines (9 loc) • 340 B
TypeScript
/**
* Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
import { PluginUIComponent } from '../../mol-plugin-ui/base';
export declare class CustomToastMessage extends PluginUIComponent {
render(): import("react/jsx-runtime").JSX.Element;
}