We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7cb5c commit cf700e0Copy full SHA for cf700e0
lib/components/index.ts
@@ -1,11 +1,12 @@
1
-import DynamicFonts from './DynamicFonts';
+import DynamicFonts, {FontExtension} from './DynamicFonts';
2
import HighlighterOverlayView from './HighlighterOverlayView';
3
import SafeAreaSpacerView from './SafeArea/SafeAreaSpacerView';
4
import SafeAreaInsetsManager from './SafeArea/SafeAreaInsetsManager';
5
import Keyboard, {KeyboardTrackingViewProps, KeyboardAccessoryViewProps} from './Keyboard';
6
7
export {
8
DynamicFonts,
9
+ FontExtension,
10
HighlighterOverlayView,
11
SafeAreaSpacerView,
12
SafeAreaInsetsManager,
0 commit comments