molstar
Version:
A comprehensive macromolecular library.
10 lines (9 loc) • 387 B
TypeScript
/**
* Copyright (c) 2025 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
*/
import { MVSData_States } from '../../extensions/mvs/mvs-data';
import './index.html';
import '../../mol-plugin-ui/skin/light.scss';
export declare function loadIHMRestraints(root: HTMLElement, url?: string): Promise<MVSData_States>;