UNPKG

ketcher-react

Version:
7 lines (6 loc) 242 B
import { EditorProps } from './MicromoleculesEditor'; declare type Props = EditorProps & { disableMacromoleculesEditor?: boolean; }; export declare const Editor: (props: Props) => import("react/jsx-runtime").JSX.Element; export {};