mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-19 00:12:53 +08:00
fix(): fix lint
This commit is contained in:
parent
fa08b99bbc
commit
b36a1f9df6
@ -6,7 +6,7 @@ export interface IOSFilePickerPosition {
|
||||
y: number;
|
||||
width: number;
|
||||
height: number;
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* @name iOS File Picker
|
||||
|
@ -19,7 +19,7 @@ export interface IntentOptions {
|
||||
class: string;
|
||||
};
|
||||
flags?: number[];
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* @name Web Intent
|
||||
|
Loading…
Reference in New Issue
Block a user