UNPKG

molstar

Version:

A comprehensive macromolecular library.

12 lines (11 loc) 596 B
/** * Copyright (c) 2024 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author Dominik Tichý <tichydominik451@gmail.com> * @author Dušan Veľký <dvelky@mail.muni.cz> */ export { SbNcbrPartialCharges } from './partial-charges/behavior'; export { SbNcbrPartialChargesPreset } from './partial-charges/preset'; export { SbNcbrPartialChargesPropertyProvider } from './partial-charges/property'; export { SbNcbrTunnels } from './tunnels/behavior'; export { TunnelsFromRawData, SelectTunnel, TunnelFromRawData, TunnelShapeProvider } from './tunnels/representation';