UNPKG

@biopassid/face-sdk-react-native

Version:
24 lines 1.54 kB
export { FaceCameraLensDirection } from './config/enums/FaceCameraLensDirection'; export { FaceImageFormat } from './config/enums/FaceImageFormat'; export { FaceMaskFormat } from './config/enums/FaceMaskFormat'; export { FaceResolutionPreset } from './config/enums/FaceResolutionPreset'; export type { FaceButtonOptions } from './config/FaceButtonOptions'; export type { FaceConfig } from './config/FaceConfig'; export type { FaceContinuousCaptureOptions } from './config/FaceContinuousCaptureOptions'; export type { FaceDetectionOptions } from './config/FaceDetectionOptions'; export type { FaceFeedbackTextMessages } from './config/FaceFeedbackTextMessages'; export type { FaceFeedbackTextOptions } from './config/FaceFeedbackTextOptions'; export type { FaceFlashButtonOptions } from './config/FaceFlashButtonOptions'; export type { FaceLivenessDetectionOptions } from './config/FaceLivenessDetectionOptions'; export type { FaceIconOptions } from './config/FaceIconOptions'; export type { FaceMaskOptions } from './config/FaceMaskOptions'; export type { FaceSize } from './config/FaceSize'; export type { FaceTextOptions } from './config/FaceTextOptions'; export type { TakeFaceOptions } from './Face'; export type { FaceAttributes } from './FaceAttributes'; export type { FaceExtract } from './FaceExtract'; export type { FaceRect } from './FaceRect'; export type { FaceVerify } from './FaceVerify'; export { useFace } from './hooks/useFace'; export { useRecognition } from './hooks/useRecognition'; //# sourceMappingURL=index.d.ts.map