internal actual object PlatformHapticFeedbackType {
actual val LongPress: HapticFeedbackType = HapticFeedbackType(0)
actual val TextHandleMove: HapticFeedbackType = HapticFeedbackType(9)
}
and I tried to set some values of my own example expecting that the vibration would be less but they don't seem to have any effect at all