molstar
Version:
A comprehensive macromolecular library.
14 lines • 819 B
JavaScript
/**
* Copyright (c) 2018-2020 mol* contributors, licensed under MIT, See LICENSE file for more info.
*
* @author David Sehnal <david.sehnal@gmail.com>
* @author Alexander Rose <alexander.rose@weirdbyte.de>
*/
export { StructureInfo } from './custom-props/structure-info';
export { AccessibleSurfaceArea } from './custom-props/computed/accessible-surface-area';
export { Interactions } from './custom-props/computed/interactions';
export { SecondaryStructure } from './custom-props/computed/secondary-structure';
export { ValenceModel } from './custom-props/computed/valence-model';
export { BestDatabaseSequenceMapping } from './custom-props/sequence/best-database-mapping';
export { CrossLinkRestraint } from './custom-props/integrative/cross-link-restraint';
//# sourceMappingURL=custom-props.js.map