UNPKG

@rc-component/mutate-observer

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