UNPKG

@hoosei/voxweave-react

Version:

A customizable and interactive voice UI component for React applications

3 lines (2 loc) 165 B
import { type PropsWithChildren } from 'react'; export declare function ClientOnly({ children }: PropsWithChildren): import("react/jsx-runtime").JSX.Element | null;