UNPKG

@interactify-live/player-react-native

Version:

React Native library for Interactify player with media display, widgets, and MQTT integration

4 lines (3 loc) 251 B
import React from "react"; import type { InteractifyPlayerProps, InteractifyPlayerHandle } from "./types"; export declare const InteractifyPlayer: React.ForwardRefExoticComponent<InteractifyPlayerProps & React.RefAttributes<InteractifyPlayerHandle>>;