mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-13 20:14:56 +02:00
4 lines
231 B
TypeScript
4 lines
231 B
TypeScript
type Options = MutationObserverInit;
|
|
export declare function useMutationObserver(target: Element | undefined | null, callback: MutationCallback, options?: Options): void;
|
|
export {};
|
|
//# sourceMappingURL=useMutationObserver.d.ts.map
|