refactor: circular deps part 10

This commit is contained in:
Nathan Walker
2025-07-09 09:19:40 -07:00
parent d8681cbebd
commit 1db6259763
43 changed files with 283 additions and 233 deletions

View File

@@ -1,7 +1,5 @@
import { Frame } from '@nativescript/core/ui/frame';
import * as TKUnit from '../../tk-unit';
import { unsetValue } from '@nativescript/core/ui/core/view';
import { PercentLength } from '@nativescript/core/ui/styling/style-properties';
import { PercentLength, unsetValue, Frame } from '@nativescript/core';
export * from './frame-tests-common';
export function test_percent_width_and_height_set_to_page_support() {