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,7 +1,10 @@
|
||||
import { WrappedValue } from "data/observable";
|
||||
import { ViewBase } from "./view-base";
|
||||
import { Style } from "ui/styling/style";
|
||||
// Definitions.
|
||||
import * as definitions from "ui/core/view-base";
|
||||
import { ViewBase } from "./view-base";
|
||||
|
||||
// Types.
|
||||
import { WrappedValue } from "data/observable";
|
||||
import { Style } from "ui/styling/style";
|
||||
|
||||
export { Style };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user