ketcher-react
Version:
Web-based molecule sketcher
9 lines (8 loc) • 350 B
TypeScript
import { EditorProps } from './MicromoleculesEditor';
declare type Props = Omit<EditorProps, 'ketcherId'> & {
disableMacromoleculesEditor?: boolean;
monomersLibraryUpdate?: string | JSON;
monomersLibraryReplace?: string | JSON;
};
export declare const Editor: (props: Props) => import("react/jsx-runtime").JSX.Element;
export {};