UNPKG

react-selectable-box

Version:

A React component used hooks that allows you to select elements in the drag area using the mouse

3 lines (2 loc) 191 B
export declare const getPortalContainer: (getContainer?: () => HTMLElement) => HTMLElement | null; export default function useContainer(getContainer?: () => HTMLElement): HTMLElement | null;