Revert formatting

This commit is contained in:
Eric Bailey
2025-08-05 11:59:29 -05:00
parent 4dc45f40ad
commit 59513bd011
+10 -10
View File
@@ -1,15 +1,15 @@
import { import React from 'react'
type AccessibilityProps, import type {
type GestureResponderEvent, AccessibilityProps,
type ScrollViewProps, GestureResponderEvent,
ScrollViewProps,
} from 'react-native' } from 'react-native'
import {type ViewStyle} from 'react-native' import {ViewStyle} from 'react-native'
import {type StyleProp} from 'react-native' import {StyleProp} from 'react-native'
import type React from 'react'
import {type ViewStyleProp} from '#/alf' import {ViewStyleProp} from '#/alf'
import {type BottomSheetViewProps} from '../../../modules/bottom-sheet' import {BottomSheetViewProps} from '../../../modules/bottom-sheet'
import {type BottomSheetSnapPoint} from '../../../modules/bottom-sheet/src/BottomSheet.types' import {BottomSheetSnapPoint} from '../../../modules/bottom-sheet/src/BottomSheet.types'
type A11yProps = Required<AccessibilityProps> type A11yProps = Required<AccessibilityProps>