We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457c38a commit 59766f3Copy full SHA for 59766f3
1 file changed
app/src/index.ts
@@ -1,7 +1,7 @@
1
-import Lyric from '@music-lyric-kit/lyric'
+import * as Lyric from '@music-lyric-kit/lyric'
2
+export { Lyric }
3
4
import { Parser } from '@music-lyric-kit/core'
-
5
-export { Lyric, Parser }
+export { Parser }
6
7
export * from './plugins'
0 commit comments