UNPKG

ketcher-react

Version:
5 lines (4 loc) 272 B
import { ItemEventParams, RGroupAttachmentPointContextMenuProps } from '../contextMenu.types'; declare type Params = ItemEventParams<RGroupAttachmentPointContextMenuProps>; declare const useDelete: () => ({ props }: Params) => Promise<void>; export default useDelete;