mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-15 18:33:50 +00:00
5 lines
199 B
TypeScript
5 lines
199 B
TypeScript
export { useEvent, usePlayerState } from "./events";
|
|
export { OmniProvider, usePlayer } from "./provider";
|
|
export type { SubtitleAssets } from "./types/subtitles";
|
|
export { OmniView } from "./view";
|