diff --git a/src/components/Dialog/types.ts b/src/components/Dialog/types.ts index ea8b173a85..3ca64a3214 100644 --- a/src/components/Dialog/types.ts +++ b/src/components/Dialog/types.ts @@ -1,15 +1,15 @@ -import { - type AccessibilityProps, - type GestureResponderEvent, - type ScrollViewProps, +import React from 'react' +import type { + AccessibilityProps, + GestureResponderEvent, + ScrollViewProps, } from 'react-native' -import {type ViewStyle} from 'react-native' -import {type StyleProp} from 'react-native' -import type React from 'react' +import {ViewStyle} from 'react-native' +import {StyleProp} from 'react-native' -import {type ViewStyleProp} from '#/alf' -import {type BottomSheetViewProps} from '../../../modules/bottom-sheet' -import {type BottomSheetSnapPoint} from '../../../modules/bottom-sheet/src/BottomSheet.types' +import {ViewStyleProp} from '#/alf' +import {BottomSheetViewProps} from '../../../modules/bottom-sheet' +import {BottomSheetSnapPoint} from '../../../modules/bottom-sheet/src/BottomSheet.types' type A11yProps = Required