import { TouchableHighlight as NativeTouchableHighlight } from 'react-native'

import { createUnistylesElement } from '../../core'

export const TouchableHighlight = createUnistylesElement(NativeTouchableHighlight)
