react-native-turbo-haptics
Version:
Fast, worklet-compatible haptic feedback for React Native
12 lines • 461 B
TypeScript
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