mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
feat(): add clipboard plugin
This commit is contained in:
parent
fa4c266cb7
commit
0b6cca7a28
@ -36,7 +36,7 @@ export class Clipboard {
|
||||
* @param text
|
||||
* @returns {Promise<T>}
|
||||
*/
|
||||
@Cordova
|
||||
@Cordova()
|
||||
static copy(text : string) : Promise<any> {
|
||||
return new Promise((res, resj) => {});
|
||||
}
|
||||
@ -45,7 +45,7 @@ export class Clipboard {
|
||||
* Pastes the text stored in clipboard
|
||||
* @returns {Promise<T>}
|
||||
*/
|
||||
@Cordova
|
||||
@Cordova()
|
||||
static paste() : Promise<any> {
|
||||
return new Promise((res, rej) => {});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user