import VideoPlayer from "./src/VideoPlayer" import VideoMiniPlayer from "./src/VideoMiniPlayer" import useFullScreen from './src/function' export { VideoPlayer, VideoMiniPlayer, useFullScreen }