UNPKG

nexus-react-core

Version:

A comprehensive React toolkit with services, hooks, and Redux store management

8 lines 211 B
interface FaceDetection { isLoaded: boolean; faceapi: any; error: string | null; } export declare function useFaceDetection(): FaceDetection; export {}; //# sourceMappingURL=useFaceDetection.d.ts.map