mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
7 lines
287 B
TypeScript
7 lines
287 B
TypeScript
// Reexport the native module. On web, it will be resolved to MpvPlayerModule.web.ts
|
|
// and on native platforms to MpvPlayerModule.ts
|
|
|
|
export * from "./src/MpvPlayer.types";
|
|
export { default } from "./src/MpvPlayerModule";
|
|
export { default as MpvPlayerView } from "./src/MpvPlayerView";
|