@lakshmiprasanth/react-voice-to-text
Version:
A modern React package for voice-to-text conversion with real-time speech recognition and file upload support
11 lines • 490 B
TypeScript
import type { Meta, StoryObj } from '@storybook/react';
import { VoiceToTextConverter } from './VoiceToTextConverter';
declare const meta: Meta<typeof VoiceToTextConverter>;
export default meta;
type Story = StoryObj<typeof meta>;
export declare const Default: Story;
export declare const VoiceRecorderOnly: Story;
export declare const FileUploadOnly: Story;
export declare const Spanish: Story;
export declare const French: Story;
//# sourceMappingURL=VoiceToTextConverter.stories.d.ts.map