From 53e43a957c2e0f3f020c34653cbf5029ec6dd8bb Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Tue, 9 Sep 2025 18:38:21 +0300 Subject: run `yarn lint --fix` (#9013) --- src/components/Menu/types.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/components/Menu') diff --git a/src/components/Menu/types.ts b/src/components/Menu/types.ts index 51baa24df..e9ee082f4 100644 --- a/src/components/Menu/types.ts +++ b/src/components/Menu/types.ts @@ -1,14 +1,14 @@ -import React from 'react' import { - AccessibilityProps, - AccessibilityRole, - GestureResponderEvent, - PressableProps, + type AccessibilityProps, + type AccessibilityRole, + type GestureResponderEvent, + type PressableProps, } from 'react-native' +import type React from 'react' -import {TextStyleProp, ViewStyleProp} from '#/alf' -import * as Dialog from '#/components/Dialog' -import {Props as SVGIconProps} from '#/components/icons/common' +import {type TextStyleProp, type ViewStyleProp} from '#/alf' +import type * as Dialog from '#/components/Dialog' +import {type Props as SVGIconProps} from '#/components/icons/common' export type ContextType = { control: Dialog.DialogOuterProps['control'] -- cgit 1.4.1