UNPKG

react-native-turbo-haptics

Version:
12 lines 461 B
declare global { var __turboModuleProxy: unknown | undefined; function createHapticFeedback(): { trigger: (type: import('./index').HapticType) => void; }; function nativeCallSyncHook(): unknown; } export declare const initTurboHaptics: () => { trigger: (type: import("./index").HapticType) => void; } | null; export declare const internalTrigger: (type: import("./index").HapticType) => void; //# sourceMappingURL=initModule.d.ts.map