mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -1,7 +1,4 @@
|
|||||||
// Types.
|
import type { Point, Position, View as ViewDefinition } from '.';
|
||||||
import { Point, Position, View as ViewDefinition } from '.';
|
|
||||||
|
|
||||||
// Requires
|
|
||||||
import { ViewCommon, isEnabledProperty, originXProperty, originYProperty, isUserInteractionEnabledProperty, testIDProperty } from './view-common';
|
import { ViewCommon, isEnabledProperty, originXProperty, originYProperty, isUserInteractionEnabledProperty, testIDProperty } from './view-common';
|
||||||
import { ShowModalOptions, hiddenProperty } from '../view-base';
|
import { ShowModalOptions, hiddenProperty } from '../view-base';
|
||||||
import { Trace } from '../../../trace';
|
import { Trace } from '../../../trace';
|
||||||
@@ -18,7 +15,6 @@ import { SharedTransition } from '../../transition/shared-transition';
|
|||||||
import { NativeScriptUIView } from '../../utils';
|
import { NativeScriptUIView } from '../../utils';
|
||||||
|
|
||||||
export * from './view-common';
|
export * from './view-common';
|
||||||
// helpers (these are okay re-exported here)
|
|
||||||
export * from './view-helper';
|
export * from './view-helper';
|
||||||
// This one can eventually be cleaned up but causes issues with a lot of ui-suite plugins in particular if not exported here
|
// This one can eventually be cleaned up but causes issues with a lot of ui-suite plugins in particular if not exported here
|
||||||
export * from '../properties';
|
export * from '../properties';
|
||||||
|
|||||||
Reference in New Issue
Block a user