UNPKG

nativescript-taptic-engine

Version:

Taptic Engine, the subtle iPhone vibration engine. Available since iPhone 6s (Plus).

13 lines (12 loc) 631 B
export * from "./taptic-engine.common"; import { TapticEngine as TapticEngineBase, TapticEngineImpactOptions, TapticEngineNotificationOptions, TapticEngineUnofficial as TapticEngineUnofficialBase } from "./taptic-engine.common"; export declare class TapticEngine implements TapticEngineBase { notification(arg?: TapticEngineNotificationOptions): Promise<any>; impact(arg?: TapticEngineImpactOptions): Promise<any>; selection(): Promise<any>; } export declare class TapticEngineUnofficial implements TapticEngineUnofficialBase { weakBoom(): Promise<any>; strongBoom(): Promise<any>; burst(): Promise<any>; }