mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactoring circular imports
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import {
|
||||
import { Font } from "ui/styling/font";
|
||||
|
||||
import {
|
||||
TextBaseCommon, formattedTextProperty, textAlignmentProperty, textDecorationProperty, fontSizeProperty,
|
||||
textProperty, textTransformProperty, letterSpacingProperty, colorProperty, fontInternalProperty,
|
||||
whiteSpaceProperty, Font, Color, FormattedString, TextDecoration, TextAlignment, TextTransform, WhiteSpace,
|
||||
whiteSpaceProperty, FormattedString, TextDecoration, TextAlignment, TextTransform, WhiteSpace,
|
||||
paddingLeftProperty, paddingTopProperty, paddingRightProperty, paddingBottomProperty, Length,
|
||||
layout, Span
|
||||
layout, Span, Color
|
||||
} from "./text-base-common";
|
||||
|
||||
import { _isSet as isSet } from "ui/core/properties";
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
import {
|
||||
import { Font } from "ui/styling/font";
|
||||
import {
|
||||
TextBaseCommon, textProperty, formattedTextProperty, textAlignmentProperty, textDecorationProperty,
|
||||
textTransformProperty, letterSpacingProperty, colorProperty, fontInternalProperty, Font, Color, FormattedString,
|
||||
TextDecoration, TextAlignment, TextTransform, Span
|
||||
textTransformProperty, letterSpacingProperty, colorProperty, fontInternalProperty, FormattedString,
|
||||
TextDecoration, TextAlignment, TextTransform, Span, Color
|
||||
} from "./text-base-common";
|
||||
|
||||
import { _isSet as isSet } from "ui/core/properties";
|
||||
|
||||
Reference in New Issue
Block a user