Skip to content

Commit 3c29a28

Browse files
authored
[text-field](ios): fix types
1 parent 378f4de commit 3c29a28

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/textfield/textfield.d.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ export class TextField extends NTextField {
2424
placeholderColor: Color;
2525
variant: string;
2626
error: string;
27+
strokeColor: Color;
28+
strokeInactiveColor: Color;
29+
strokeDisabledColor: Color;
30+
floatingColor: Color;
31+
floatingInactiveColor: Color;
32+
buttonColor: Color;
2733
digits: string;
34+
verticalTextAlignment: VerticalTextAlignment;
2835

2936
focus();
3037
blur();

0 commit comments

Comments
 (0)