mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix: imports
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import { iOSFrame as iOSFrameDefinition, BackstackEntry, NavigationTransition } from '.';
|
||||
import { FrameBase, NavigationType } from './frame-common';
|
||||
import type { Page } from '../page';
|
||||
import { PageEvents } from '../page/events';
|
||||
import { View } from '../core/view';
|
||||
import { IOSHelper } from '../core/view/view-helper';
|
||||
import { profile } from '../../profiling';
|
||||
|
||||
2
packages/core/ui/list-view/index.d.ts
vendored
2
packages/core/ui/list-view/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
import { Color } from '../../color';
|
||||
import { CoreTypes } from '../../core-types';
|
||||
import { EventData } from '../../data/observable';
|
||||
import { Length } from '../styling/style-properties';
|
||||
import { Length } from '../styling/length-shared';
|
||||
import { Style } from '../styling/style';
|
||||
import { Property, CssProperty } from '../core/properties';
|
||||
|
||||
|
||||
2
packages/core/ui/text-base/index.d.ts
vendored
2
packages/core/ui/text-base/index.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import { View, AddChildFromBuilder } from '../core/view';
|
||||
import { FormattedString } from './formatted-string';
|
||||
import { Style } from '../styling/style';
|
||||
import { Length } from '../styling/style-properties';
|
||||
import { Length } from '../styling/length-shared';
|
||||
import { Property, CssProperty, InheritedCssProperty } from '../core/properties';
|
||||
import { CoreTypes } from '../../core-types';
|
||||
import { ShadowCSSValues } from '../styling/css-shadow';
|
||||
|
||||
Reference in New Issue
Block a user