UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

16 lines (15 loc) 522 B
export declare enum HapticType { selection = "selection", impactLight = "impactLight", impactMedium = "impactMedium", impactHeavy = "impactHeavy", notificationSuccess = "notificationSuccess", notificationWarning = "notificationWarning", notificationError = "notificationError" } declare function triggerHaptic(hapticType: HapticType, componentName: string): void; declare const _default: { HapticType: typeof HapticType; triggerHaptic: typeof triggerHaptic; }; export default _default;