UNPKG

molstar

Version:

A comprehensive macromolecular library.

13 lines (12 loc) 602 B
/** * Copyright (c) 2017-2018 mol* contributors, licensed under MIT, See LICENSE file for more info. * * @author David Sehnal <david.sehnal@gmail.com> */ import { CifWriter } from '../../../../mol-io/writer/cif'; import { CifExportContext } from '../mmcif'; import CifCategory = CifWriter.Category; export declare const _chem_comp: CifCategory<CifExportContext>; export declare const _chem_comp_bond: CifCategory<CifExportContext>; export declare const _pdbx_chem_comp_identifier: CifCategory<CifExportContext>; export declare const _pdbx_nonpoly_scheme: CifCategory<CifExportContext>;