UNPKG

voicebot-react-native-expo

Version:

This is a voicebot-react-native package of Kipps AI voice bot for React Native Expo

14 lines 593 B
import { ParticipantTileProps } from './ParticipantTile'; import * as React from 'react'; /** * The `ParticipantAudioTile` component is the base utility wrapper for displaying a visual representation of a participant. * This component can be used as a child of the `TileLoop` or independently if a participant is passed as a property. * * @example * ```tsx * <ParticipantAudioTile /> * ``` * @public */ export declare const ParticipantAudioTile: (props: ParticipantTileProps & React.RefAttributes<HTMLDivElement>) => React.ReactNode; //# sourceMappingURL=ParticipantAudioTile.d.ts.map