Files
bsky-social-app/modules/expo-selectable-text/index.ts
T
2024-01-15 04:57:35 -08:00

5 lines
178 B
TypeScript

import ExpoUITextView from './src/ExpoUITextView'
import {ExpoUITextViewProps} from './src/ExpoUITextView.types'
export {ExpoUITextView as UITextView, type ExpoUITextViewProps}