mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-04-27 13:33:34 +08:00
Fixed whitespaces
This commit is contained in:
parent
8ece08379c
commit
5fe579b2f3
@ -20,12 +20,12 @@ export interface MusicControlsOptions {
|
||||
duration?: number;
|
||||
elapsed?: number;
|
||||
ticker?: string;
|
||||
playIcon?:string;
|
||||
pauseIcon?:string;
|
||||
prevIcon?:string;
|
||||
nextIcon?:string;
|
||||
closeIcon?:string;
|
||||
notificationIcon?:string;
|
||||
playIcon?: string;
|
||||
pauseIcon?: string;
|
||||
prevIcon?: string;
|
||||
nextIcon?: string;
|
||||
closeIcon?: string;
|
||||
notificationIcon?: string;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user