Type alias UseMutationObserverConfig

UseMutationObserverConfig: {
    callback: MutationCallback;
    config: MutationObserverInit;
    target: RefObject<Node>;
}

Type declaration

  • callback: MutationCallback
  • config: MutationObserverInit
  • target: RefObject<Node>

Generated using TypeDoc