UNPKG

molstar

Version:

A comprehensive macromolecular library.

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