ketcher-react
Version:
Web-based molecule sketcher
4 lines (3 loc) • 316 B
TypeScript
import { AttachmentPointLabelContextMenuProps, MenuItemsProps } from '../contextMenu.types';
declare const AttachmentPointLabelMenuItems: ({ propsFromTrigger, }: MenuItemsProps<AttachmentPointLabelContextMenuProps>) => import("react/jsx-runtime").JSX.Element | null;
export default AttachmentPointLabelMenuItems;