Skip to content

Commit 347e077

Browse files
committed
Import as type
1 parent 2a46504 commit 347e077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/tabs/TabsHost.ios.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ReactNode } from 'react';
22
import type { TabsBottomAccessoryEnvironment } from './TabsBottomAccessory.types';
3-
import { ColorValue } from 'react-native';
3+
import type { ColorValue } from 'react-native';
44

55
export type TabsBottomAccessoryComponentFactory = (
66
environment: TabsBottomAccessoryEnvironment,

0 commit comments

Comments
 (0)