UNPKG

@interactify-live/player-react-native

Version:

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

5 lines (4 loc) 170 B
import { Connector } from './Connector'; import type { ShortMessage, ConnectOptions } from './types'; export { Connector }; export type { ShortMessage, ConnectOptions };