about summary refs log tree commit diff
path: root/src/alf/types.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/alf/types.ts')
-rw-r--r--src/alf/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alf/types.ts b/src/alf/types.ts
index 5bac690e2..d2ac5dbaa 100644
--- a/src/alf/types.ts
+++ b/src/alf/types.ts
@@ -1,4 +1,4 @@
-import {StyleProp, TextStyle, ViewStyle} from 'react-native'
+import {type StyleProp, type TextStyle, type ViewStyle} from 'react-native'
 
 export type TextStyleProp = {
   style?: StyleProp<TextStyle>