ketcher-core
Version:
Web-based molecule sketcher
5 lines (4 loc) • 465 B
TypeScript
import { type IKetTemplateConnection } from "../../formatters";
import type { IRnaPreset, RnaPhosphatePosition } from "./Tool";
export declare const getRnaPresetPhosphatePosition: (preset: Pick<IRnaPreset, 'sugar' | 'phosphate' | 'connections'>) => RnaPhosphatePosition | undefined;
export declare const buildRnaPresetConnections: (preset: Pick<IRnaPreset, 'base' | 'sugar' | 'phosphate'>, phosphatePosition?: RnaPhosphatePosition) => IKetTemplateConnection[];