UNPKG

molstar

Version:

A comprehensive macromolecular library.

12 lines (11 loc) 505 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 _struct_asym: CifCategory<CifExportContext>; export declare const _entity_poly: CifCategory<CifExportContext>; export declare const _entity_poly_seq: CifCategory<CifExportContext>;