diff options
Diffstat (limited to 'src/alf/types.ts')
-rw-r--r-- | src/alf/types.ts | 2 |
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> |