UNPKG

ketcher-core

Version:
10 lines (9 loc) 374 B
import { BaseMonomer } from './BaseMonomer'; import { EmptySubChain } from "./monomer-chains/EmptySubChain"; export declare class EmptyMonomer extends BaseMonomer { constructor(); getValidSourcePoint(): undefined; getValidTargetPoint(): undefined; get SubChainConstructor(): typeof EmptySubChain; isMonomerTypeDifferentForChaining(): boolean; }