react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
16 lines (15 loc) • 522 B
TypeScript
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;