We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07e5c9c commit 5e9f4b7Copy full SHA for 5e9f4b7
src/index.d.ts
@@ -19,6 +19,7 @@ import {
19
ViewProperties,
20
TextInputProperties,
21
TextInput,
22
+ TextProperties,
23
StatusBarProperties,
24
KeyboardType,
25
KeyboardTypeIOS,
@@ -56,7 +57,7 @@ export interface AvatarIcon extends IconObject {
56
57
iconStyle?: StyleProp<TextStyle>;
58
}
59
-export interface TextProps {
60
+export interface TextProps extends TextProperties {
61
/**
62
* font size 40
63
*/
0 commit comments