UNPKG

@kortexa-ai/react-multimodal

Version:

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

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