Skip to content

Commit 9d9bfb0

Browse files
committed
chore: cleanup
1 parent 6421d7c commit 9d9bfb0

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

src/EnrichedTextInput.tsx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ import EnrichedTextInputNativeComponent, {
1919
type OnMentionDetectedInternal,
2020
type MentionStyleProperties,
2121
} from './EnrichedTextInputNativeComponent';
22-
import {
23-
type ColorValue,
24-
type HostInstance,
25-
type MeasureInWindowOnSuccessCallback,
26-
type MeasureLayoutOnSuccessCallback,
27-
type MeasureOnSuccessCallback,
28-
type NativeMethods,
29-
type NativeSyntheticEvent,
30-
type TextStyle,
31-
type ViewProps,
32-
type ViewStyle,
22+
import type {
23+
ColorValue,
24+
HostInstance,
25+
MeasureInWindowOnSuccessCallback,
26+
MeasureLayoutOnSuccessCallback,
27+
MeasureOnSuccessCallback,
28+
NativeMethods,
29+
NativeSyntheticEvent,
30+
TextStyle,
31+
ViewProps,
32+
ViewStyle,
3333
} from 'react-native';
3434
import { normalizeHtmlStyle } from './normalizeHtmlStyle';
3535

0 commit comments

Comments
 (0)