SYMBOL INDEX (23 symbols across 4 files) FILE: example/src/index.tsx function Index (line 51) | function Index(): ReactNode { function FaceDetection (line 66) | function FaceDetection(): ReactNode { FILE: src/Camera.tsx type UseWorkletType (line 33) | type UseWorkletType = ( type UseRunInJSType (line 37) | type UseRunInJSType = ( type CallbackType (line 42) | type CallbackType = ( type ComponentType (line 47) | type ComponentType = { function useWorklet (line 65) | function useWorklet( function useRunInJS (line 85) | function useRunInJS( function Camera (line 100) | function Camera( { FILE: src/FaceDetector.ts type FaceDetectorPlugin (line 12) | type FaceDetectorPlugin = { type Point (line 28) | type Point = { type Face (line 33) | interface Face { type Bounds (line 46) | interface Bounds { type Contours (line 53) | interface Contours { type Landmarks (line 71) | interface Landmarks { type CommonFaceDetectionOptions (line 84) | interface CommonFaceDetectionOptions { type FrameFaceDetectionOptions (line 130) | interface FrameFaceDetectionOptions function createFaceDetectorPlugin (line 169) | function createFaceDetectorPlugin( function useFaceDetector (line 204) | function useFaceDetector( FILE: src/ImageFaceDetector.ts type InputImage (line 10) | type InputImage = number | string | { uri: string } type ImageFaceDetectionOptions (line 11) | interface ImageFaceDetectionOptions { function resolveUri (line 22) | function resolveUri( image: InputImage ): string { function detectFaces (line 51) | async function detectFaces( {