index.ts 196 Bytes
import { withInstall } from '/@/utils/index';
import VideoPlay from './src/VideoPlay.vue';

export { getVideoTypeByUrl } from './src/utils';

export const BasicVideoPlay = withInstall(VideoPlay);