@kortexa-ai/react-multimodal
Version:
A set of react components and hooks to help with multimodal input
4 lines • 304 B
TypeScript
import { PropsWithChildren } from 'react';
import { MicrophoneDeviceProps } from './types';
export declare function MicrophoneProvider({ children, ...useMicrophoneProps }: PropsWithChildren<MicrophoneDeviceProps>): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=MicrophoneProvider.d.ts.map