react-edge-tts
Version:
Generate text-to-speech narration for React content using Microsoft Edge TTS
10 lines • 405 B
TypeScript
import { NodePath } from '@babel/traverse';
import * as t from '@babel/types';
declare const NarrationBabelPlugin: (api: object, options: Record<string, any>, dirname: string) => {
name: string;
visitor: {
JSXElement(this: import("@babel/core").PluginPass, path: NodePath<t.JSXElement>, state: any): void;
};
};
export default NarrationBabelPlugin;
//# sourceMappingURL=plugin.d.ts.map