mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
Fixed whitespaces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user