/*! * React Native Autolink * * Copyright 2016-2023 Josh Swan * Released under the MIT license * https://github.com/joshswan/react-native-autolink/blob/master/LICENSE */ import { Autolink } from './Autolink'; export * from './Autolink'; export * from './CustomMatch'; export * from './matchers'; export { truncate } from './truncate'; export * from './urls'; export default Autolink;