mirror of
https://github.com/janishutz/MusicPlayer.git
synced 2026-09-10 14:25:24 +02:00
10 lines
175 B
TypeScript
10 lines
175 B
TypeScript
export const play = () => {};
|
|
|
|
export const pause = () => {};
|
|
|
|
export const skip10 = () => {};
|
|
|
|
export const back10 = () => {};
|
|
|
|
export const playSong = ( id: string ) => {};
|