UNPKG

react-native-whip-whep

Version:

An implementation of WHIP and WHEP protocols functionalities for React Native.

15 lines 722 B
import * as React from "react"; import { ReactNativeMobileWhepClientViewProps, WhepClientViewRef } from "./ReactNativeMobileWhepClient.types"; /** * A component that renders a native view for WHEP player type. * * This component accepts style and other props defined in * ReactNativeMobileWhepClientViewProps. * * @param {ReactNativeMobileWhepClientViewProps & { ref?: React.Ref<WhepClientViewRef> }} props - The properties to customize the component. * @returns {JSX.Element} The rendered component. */ export declare function WhepClientView(props: ReactNativeMobileWhepClientViewProps & { ref: React.Ref<WhepClientViewRef>; }): React.JSX.Element; //# sourceMappingURL=ReactNativeMobileWhepClientView.d.ts.map