UNPKG

react-redux-music

Version:

manage media control, playlist and custom player with wavesurfer.js

12 lines (11 loc) 298 B
export interface NotificationsProps { songId: string; title?: string; artist?: string; album?: string; artwork?: { src: string; sizes: string; }[]; } export declare function Notifications({ songId, title, album, artist, artwork }: NotificationsProps): null;