diff options
Diffstat (limited to 'src/components/Typography.tsx')
-rw-r--r-- | src/components/Typography.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/Typography.tsx b/src/components/Typography.tsx index 4ed7f8371..09d0eeaf0 100644 --- a/src/components/Typography.tsx +++ b/src/components/Typography.tsx @@ -6,9 +6,11 @@ import { childHasEmoji, normalizeTextStyles, renderChildrenWithEmoji, - TextProps, + type TextProps, } from '#/alf/typography' + export type {TextProps} +export {Text as Span} from 'react-native' /** * Our main text component. Use this most of the time. |