UNPKG

@kortexa-ai/react-multimodal

Version:

A set of react components and hooks to help with multimodal input

4 lines 275 B
import { PropsWithChildren } from 'react'; import { FaceProviderProps } from './types'; export declare function FaceProvider({ children, ...hookProps }: PropsWithChildren<FaceProviderProps>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=FaceProvider.d.ts.map