UNPKG

vite-plugin-component-instrumentation

Version:

A professional Vite plugin that automatically adds identifying data attributes to React components for debugging, testing, and analytics

6 lines (5 loc) 143 B
export interface StateEventsConfig { throttleMs: number; maxItemsPerFlush: number; } export declare function setupStateEvents(): void;