Skip to content

Commit be5c9a2

Browse files
committed
chore: export all interface
1 parent bff16e2 commit be5c9a2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/index.tsx

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,7 @@ import type {
88
} from './NativeMusicLibrary';
99
import { getOptions } from './utils';
1010

11-
export type {
12-
AssetsOptions,
13-
TrackResult,
14-
AlbumResult,
15-
ArtistResult,
16-
GenreResult,
17-
};
11+
export * from './NativeMusicLibrary';
1812

1913
/**
2014
* Get all tracks from the music library.

0 commit comments

Comments
 (0)