UNPKG

speechly

Version:

A React component for text-to-speech functionality using the Speechify API

4 lines (3 loc) 180 B
import * as React from 'react'; declare function Textarea({ className, ...props }: React.ComponentProps<'textarea'>): import("react/jsx-runtime").JSX.Element; export { Textarea };