Gazebo_simulation-Frontend/node_modules/@types/testing-library__dom/wait-for-dom-change.d.ts

6 lines
166 B
TypeScript

export function waitForDomChange(options?: {
container?: HTMLElement;
timeout?: number;
mutationObserverOptions?: MutationObserverInit;
}): Promise<any>;