react-text-to-speech
Version:
An easy-to-use React.js component that leverages the Web Speech API to convert text to speech.
9 lines (6 loc) • 316 B
TypeScript
import React from 'react';
import { IconProps } from './types.js';
declare function HiMiniStop(props: IconProps): React.JSX.Element;
declare function HiVolumeOff(props: IconProps): React.JSX.Element;
declare function HiVolumeUp(props: IconProps): React.JSX.Element;
export { HiMiniStop, HiVolumeOff, HiVolumeUp };