UNPKG

react-native-unistyles

Version:
6 lines (5 loc) 232 B
"use strict"; import { TextInput as NativeTextInput } from 'react-native'; import { createUnistylesElement } from '../../core'; export const TextInput = createUnistylesElement(NativeTextInput); //# sourceMappingURL=TextInput.js.map