UNPKG

react-ngl

Version:
12 lines (11 loc) 231 B
/** * @file Symmetry Constants * @author Alexander Rose <alexander.rose@weirdbyte.de> * @private */ export declare const SymOpCode: { [k: string]: string; }; export declare const EncodedSymOp: { [k: string]: string; };