UNPKG

slightning-coco-widget

Version:

SLIGHTNING 的 CoCo 控件框架。

4 lines (3 loc) 302 B
import { RefObject } from 'react'; export declare function observe(element: HTMLElement | null, options: MutationObserverInit, callback: VoidFunction): () => void; export declare function useMutationEffect(effect: () => void, targetRef: RefObject<HTMLElement>, options: MutationObserverInit): void;