4 lines
203 B
TypeScript
4 lines
203 B
TypeScript
declare function useAttributeObserver(ref: React.RefObject<HTMLElement | null>, attributes: string | string[], fn: (v: MutationRecord) => void, enabled: boolean): void;
|
|
|
|
export { useAttributeObserver };
|