UNPKG

ketcher-react

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