UNPKG

@hello-pangea/dnd

Version:

Beautiful and accessible drag and drop for lists with React

7 lines (6 loc) 161 B
export function querySelectorAll( parentNode: ParentNode, selector: string, ): HTMLElement[] { return Array.from(parentNode.querySelectorAll(selector)); }