UNPKG

@aigamo/hydrangean-diva

Version:

An open-source online media player that can be deployed to and hosted on GitHub pages.

7 lines (6 loc) 236 B
export declare const localStorageStateKeys: { readonly playQueue: "PlayQueueStore"; readonly bottomBar: "BottomBarStore"; readonly playlistList: "PlaylistListStore"; readonly playlist: (playlistId: string) => string; };