mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup types
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import * as TKUnit from '../../tk-unit';
|
||||
import { createPageAndNavigate } from './action-bar-tests-common';
|
||||
import { ActionItem } from '@nativescript/core/ui/action-bar';
|
||||
import { Enums } from '@nativescript/core';
|
||||
import { CoreTypes } from '@nativescript/core';
|
||||
import { Button } from '@nativescript/core/ui/button';
|
||||
|
||||
export * from './action-bar-tests-common';
|
||||
|
||||
@@ -5,7 +5,7 @@ import * as LabelModule from '@nativescript/core/ui/label';
|
||||
import * as helper from '../../ui-helper';
|
||||
import * as view from '@nativescript/core/ui/core/view';
|
||||
import * as actionBar from '@nativescript/core/ui/action-bar';
|
||||
import { Enums } from '@nativescript/core';
|
||||
import { CoreTypes } from '@nativescript/core';
|
||||
|
||||
export * from './action-bar-tests-common';
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import { StackLayout } from '@nativescript/core/ui/layouts/stack-layout';
|
||||
import { Button } from '@nativescript/core/ui/button';
|
||||
import * as TKUnit from '../../tk-unit';
|
||||
import * as helper from '../../ui-helper';
|
||||
import { Enums } from '@nativescript/core';
|
||||
import { CoreTypes } from '@nativescript/core';
|
||||
import * as utils from '@nativescript/core/utils/utils';
|
||||
import * as testModule from '../../ui-test';
|
||||
import * as layoutHelper from './layout-helper';
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import * as helper from '../../ui-helper';
|
||||
import * as TKUnit from '../../tk-unit';
|
||||
|
||||
import { Application, isAndroid, isIOS, Device, Button, Page, ShownModallyData, ShowModalOptions, View, Utils, Enums } from '@nativescript/core';
|
||||
import { Application, isAndroid, isIOS, Device, Button, Page, ShownModallyData, ShowModalOptions, View, Utils, CoreTypes } from '@nativescript/core';
|
||||
import { _rootModalViews } from '@nativescript/core/ui/core/view/view-common';
|
||||
|
||||
const CLASS_NAME = 'class-name';
|
||||
|
||||
@@ -4,7 +4,7 @@ import * as viewModule from '@nativescript/core/ui/core/view';
|
||||
import * as pagesModule from '@nativescript/core/ui/page';
|
||||
import * as textViewTestsNative from './text-view-tests-native';
|
||||
import * as colorModule from '@nativescript/core/color';
|
||||
import { Enums } from '@nativescript/core';
|
||||
import { CoreTypes } from '@nativescript/core';
|
||||
import * as platform from '@nativescript/core/platform';
|
||||
|
||||
// >> require-textmodules
|
||||
|
||||
Reference in New Issue
Block a user