UNPKG

molstar

Version:

A comprehensive macromolecular library.

11 lines (10 loc) 354 B
/** * Copyright (c) 2019 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ /// <reference types="react" /> import { PluginUIComponent } from '../../mol-plugin-ui/base'; export declare class CustomToastMessage extends PluginUIComponent { render(): JSX.Element; }