UNPKG

@interactify-live/player-react-native

Version:

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

6 lines (5 loc) 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InteractifyPlayer = void 0; const InteractifyPlayer_1 = require("./InteractifyPlayer"); Object.defineProperty(exports, "InteractifyPlayer", { enumerable: true, get: function () { return InteractifyPlayer_1.InteractifyPlayer; } });