molstar
Version:
A comprehensive macromolecular library.
11 lines (10 loc) • 447 B
TypeScript
/**
* Copyright (c) 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_conf: CifCategory<CifExportContext>;
export declare const _struct_sheet_range: CifCategory<CifExportContext>;