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';
