We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c29a28 commit 837fddbCopy full SHA for 837fddb
src/textfield/textfield.d.ts
@@ -4,6 +4,7 @@
4
*/
5
6
import { Color, TextField as NTextField } from '@nativescript/core';
7
+import { VerticalTextAlignment } from '@nativescript-community/text';
8
9
type PropType<TObj, TProp extends keyof TObj> = TObj[TProp];
10
0 commit comments