UNPKG

ketcher-react

Version:
9 lines (8 loc) 350 B
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 {};