Fixed whitespaces
This commit is contained in:
parent
8ece08379c
commit
5fe579b2f3
@ -20,12 +20,12 @@ export interface MusicControlsOptions {
|
|||||||
duration?: number;
|
duration?: number;
|
||||||
elapsed?: number;
|
elapsed?: number;
|
||||||
ticker?: string;
|
ticker?: string;
|
||||||
playIcon?:string;
|
playIcon?: string;
|
||||||
pauseIcon?:string;
|
pauseIcon?: string;
|
||||||
prevIcon?:string;
|
prevIcon?: string;
|
||||||
nextIcon?:string;
|
nextIcon?: string;
|
||||||
closeIcon?:string;
|
closeIcon?: string;
|
||||||
notificationIcon?:string;
|
notificationIcon?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user