mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
refactor(vibration):
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Vibration
|
* @name Vibration
|
||||||
* @description Vibrates the device
|
* @description Vibrates the device
|
||||||
@@ -37,6 +39,6 @@ export class Vibration {
|
|||||||
@Cordova({
|
@Cordova({
|
||||||
sync: true
|
sync: true
|
||||||
})
|
})
|
||||||
static vibrate(time: number|Array<number>) {}
|
static vibrate(time: number | Array<number>) { }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user