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) 249 B
export declare const getPortalContainer: (getContainer?: () => HTMLElement | null, useDefault?: boolean) => HTMLElement | null; export default function useContainer(getContainer?: () => HTMLElement | null, useDefault?: boolean): HTMLElement | null;