Skip to content

Commit 2574329

Browse files
committed
feat: export * from AudioPlayer
1 parent 7c298f6 commit 2574329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AudioPlayback/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export { type AudioPlayerState } from './AudioPlayer';
1+
export * from './AudioPlayer';
22
export * from './plugins';
33
export {
44
useActiveAudioPlayer,

0 commit comments

Comments
 (0)