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 064b80e commit 696f43fCopy full SHA for 696f43f
src/label.android.ts
@@ -22,7 +22,8 @@ import {
22
} from '@nativescript/core';
23
import { Color } from '@nativescript/core/color';
24
import { CSSShadow } from '@nativescript/core/ui/styling/css-shadow';
25
-import { Font, FontStyleType, FontWeightType } from '@nativescript/core/ui/styling/font';
+import { Font } from '@nativescript/core/ui/styling/font';
26
+import { FontStyleType, FontWeightType } from '@nativescript/core/ui/styling/font-common';
27
import {
28
Length,
29
colorProperty,
0 commit comments