custom-props.ts 469 B

12345678910
  1. /**
  2. * Copyright (c) 2018-2019 mol* contributors, licensed under MIT, See LICENSE file for more info.
  3. *
  4. * @author David Sehnal <david.sehnal@gmail.com>
  5. * @author Alexander Rose <alexander.rose@weirdbyte.de>
  6. */
  7. export { MolstarSecondaryStructure } from './custom-props/computed/secondary-structure'
  8. export { PDBeStructureQualityReport } from './custom-props/pdbe/structure-quality-report'
  9. export { RCSBAssemblySymmetry } from './custom-props/rcsb/assembly-symmetry'