expo-video
Version:
A cross-platform, performant video component for React Native and Expo with Web support
11 lines • 677 B
TypeScript
export { isPictureInPictureSupported, clearVideoCacheAsync, setVideoCacheSizeAsync, getCurrentVideoCacheSize, } from './VideoModule';
export { VideoView } from './VideoView';
export { useVideoPlayer } from './VideoPlayer';
export type { VideoContentFit, VideoViewProps, SurfaceType, ButtonOptions, } from './VideoView.types';
export type { VideoThumbnail } from './VideoThumbnail';
export { createVideoPlayer } from './VideoPlayer';
export { default as VideoAirPlayButton } from './VideoAirPlayButton';
export type * from './VideoPlayer.types';
export type * from './VideoPlayerEvents.types';
export type * from './VideoAirPlayButton.types';
//# sourceMappingURL=index.d.ts.map