UNPKG

ketcher-react

Version:
5 lines (4 loc) 294 B
import { BondsContextMenuProps, ItemEventParams } from '../contextMenu.types'; declare type Params = ItemEventParams<BondsContextMenuProps>; declare const useBondSGroupAttach: () => readonly [({ props }: Params) => void, ({ props }: Params) => boolean]; export default useBondSGroupAttach;