UNPKG

@plutotcool/vue-freecaster

Version:

Freecaster video player integration for vue

5 lines (4 loc) 261 B
export * from './plugin'; export * from './types/Player'; export * from './composables/player'; export { default as FreecasterPlayer, type FreecasterPlayerProps, type FreecasterPlayerEmits, type FreecasterPlayerSlots } from './components/FreecasterPlayer.vue';