UNPKG

@coralogix/browser

Version:

Official Coralogix SDK for browsers

3 lines (2 loc) 308 B
import { type blockClass, type canvasManagerMutationCallback, type IWindow, type listenerHandler } from '../../../../rrweb-types'; export default function initCanvasWebGLMutationObserver(cb: canvasManagerMutationCallback, win: IWindow, blockClass: blockClass, blockSelector: string | null): listenerHandler;