UNPKG

@kortexa-ai/react-multimodal

Version:

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

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