UNPKG

feedbacker-react

Version:

A drop-in React feedback system for component-level feedback capture during development and design review

9 lines 375 B
/** * useComponentDetection Hook * Manages component detection state and interactions with performance optimizations * * Requirements: 3.1, 3.2, 3.3, 3.6, 9.2, 9.3, 10.2, 10.3, 10.4 */ import { UseComponentDetectionResult } from '../types'; export declare function useComponentDetection(): UseComponentDetectionResult; //# sourceMappingURL=useComponentDetection.d.ts.map