UNPKG

@hoosei/voxweave-react

Version:

A customizable and interactive voice UI component for React applications

8 lines (7 loc) 331 B
import type { PropsWithChildren } from 'react'; import type { VoxweaveThreeJSProps } from './VoxweaveThreeJS'; interface ThreeWrapperProps extends VoxweaveThreeJSProps { darkMode?: boolean; } export declare function ThreeWrapper(props: PropsWithChildren<ThreeWrapperProps>): import("react/jsx-runtime").JSX.Element; export {};