UNPKG

@trail-ui/react

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