mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor: circular deps part 10
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { LayoutBaseCommon, clipToBoundsProperty, isPassThroughParentEnabledProperty } from './layout-base-common';
|
||||
import { Length, paddingLeftProperty, paddingTopProperty, paddingRightProperty, paddingBottomProperty } from '../styling/style-properties';
|
||||
import { paddingLeftProperty, paddingTopProperty, paddingRightProperty, paddingBottomProperty } from '../styling/style-properties';
|
||||
import { Length } from '../styling/length-shared';
|
||||
import { CoreTypes } from '../../core-types';
|
||||
|
||||
export * from './layout-base-common';
|
||||
|
||||
Reference in New Issue
Block a user