UNPKG
@safewaystore/native-ui
Version:
latest (0.0.1)
0.0.1
A awesome React Native UI by SafeWay Store.
safewaystore.github.io/native-ui/
safewaystore/native-ui
@safewaystore/native-ui
/
src
/
components
/
text-input
/
types.d.ts
7 lines
(5 loc)
•
159 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
TextInput
}
from
'react-native'
;
export
type
IProps
=
React
.
ComponentProps
<
typeof
TextInput
> & {
labelText
?:
string
;
hintText
?:
string
; };