Files
bsky-social-app/modules/expo-selectable-text/index.ts
T
Hailey 648552eafb wip
2024-01-11 02:01:20 -08:00

5 lines
212 B
TypeScript

import ExpoSelectableTextView from './src/ExpoSelectableTextView'
import {ExpoProTextViewProps} from './src/ExpoSelectableText.types'
export {ExpoSelectableTextView as SelectableText, type ExpoProTextViewProps}