Skip to content

Commit cf700e0

Browse files
authored
Export FontExtension (#2761)
1 parent 8d7cb5c commit cf700e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/components/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
import DynamicFonts from './DynamicFonts';
1+
import DynamicFonts, {FontExtension} from './DynamicFonts';
22
import HighlighterOverlayView from './HighlighterOverlayView';
33
import SafeAreaSpacerView from './SafeArea/SafeAreaSpacerView';
44
import SafeAreaInsetsManager from './SafeArea/SafeAreaInsetsManager';
55
import Keyboard, {KeyboardTrackingViewProps, KeyboardAccessoryViewProps} from './Keyboard';
66

77
export {
88
DynamicFonts,
9+
FontExtension,
910
HighlighterOverlayView,
1011
SafeAreaSpacerView,
1112
SafeAreaInsetsManager,

0 commit comments

Comments
 (0)