mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
docs(all): standardizes and adds return types, also some param fixes
This commit is contained in:
@@ -25,5 +25,5 @@ export class PhotoViewer {
|
||||
* @param options {any}
|
||||
*/
|
||||
@Cordova({sync: true})
|
||||
static show(url: string, title?: string, options?: {share?: boolean; }): void { }
|
||||
static show(url: string, title?: string, options?: {share?: boolean}): void { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user