UNPKG

@hoosei/voxweave-react

Version:

A customizable and interactive voice UI component for React applications

6 lines (5 loc) 187 B
import type React from "react"; import type { VoxweaveCommonProps } from "./types"; import "./styles.css"; declare const Voxweave: React.FC<VoxweaveCommonProps>; export default Voxweave;