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 { BodyProviderProps } from './types'; export declare function BodyProvider({ children, ...hookProps }: PropsWithChildren<BodyProviderProps>): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=BodyProvider.d.ts.map