Skip to content

Commit

Permalink
feat: export FreecasterPlayerProps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendargelos authored Nov 25, 2024
1 parent 18b5534 commit cbc5f47
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
export * from './plugin'
export * from './types/Player'
export * from './composables/player'
export { default as FreecasterPlayer } from './components/FreecasterPlayer.vue'

export {
default as FreecasterPlayer,
type FreecasterPlayerProps
} from './components/FreecasterPlayer.vue'

0 comments on commit cbc5f47

Please sign in to comment.