UNPKG

rc-mutate-observer-modern

Version:
7 lines (6 loc) 224 B
/// <reference types="react" /> export interface MutationObserverProps { children: React.ReactNode; options?: MutationObserverInit; onMutate?: (mutations: MutationRecord[], observer: MutationObserver) => void; }