UNPKG

molstar

Version:

A comprehensive macromolecular library.

8 lines (7 loc) 296 B
/** * Copyright (c) 2020 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ import { AlphaOrbitalsExample } from '.'; export declare function mountControls(orbitals: AlphaOrbitalsExample, parent: Element): void;