5 lines
212 B
TypeScript
5 lines
212 B
TypeScript
import ExpoSelectableTextView from './src/ExpoSelectableTextView'
|
|
import {ExpoProTextViewProps} from './src/ExpoSelectableText.types'
|
|
|
|
export {ExpoSelectableTextView as SelectableText, type ExpoProTextViewProps}
|