UNPKG

molstar

Version:

A comprehensive macromolecular library.

10 lines (9 loc) 513 B
/** * Copyright (c) 2022-2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Alexander Rose <alexander.rose@weirdbyte.de> */ import { StateObjectRef } from '../../../../mol-state'; import { PluginContext } from '../../../../mol-plugin/context'; import { PluginStateObject } from '../../../../mol-plugin-state/objects'; export declare function createPetworldHierarchy(plugin: PluginContext, trajectory: StateObjectRef<PluginStateObject.Molecule.Trajectory>): Promise<void>;