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 922a77b commit 29e35f1Copy full SHA for 29e35f1
src/shapes/rectangle.ts
@@ -1,6 +1,6 @@
1
import { CoreTypes } from '@nativescript/core';
2
import { PercentLength } from '@nativescript/core/ui/styling/style-properties';
3
-import { layout } from '@nativescript/core/utils/utils';
+import { layout } from '@nativescript/core/utils/layout-helper';
4
import { Canvas, Rect, RectF, createRectF } from '../canvas';
5
import Shape, { numberProperty, percentLengthProperty } from './shape';
6
0 commit comments