react-text-to-speech
Version:
An easy-to-use React.js library that leverages the Web Speech API to convert text to speech.
9 lines (8 loc) • 367 B
text/typescript
import { l as IconProps } from "./types-C9WcCWq5.mjs";
import React from "react";
//#region src/icons.d.ts
declare function HiMiniStop(props: IconProps): React.JSX.Element;
declare function HiVolumeOff(props: IconProps): React.JSX.Element;
declare function HiVolumeUp(props: IconProps): React.JSX.Element;
//#endregion
export { HiMiniStop, HiVolumeOff, HiVolumeUp };