UNPKG

@gooddata/react-components

Version:

GoodData.UI - A powerful JavaScript library for building analytical applications

5 lines (4 loc) 196 B
export declare function unmountComponentsAtNodes(elementSelectors?: string[], { unmount, documentInstance, }?: { unmount: (element: Element) => void; documentInstance: Document; }): void;