mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
refactor(core): zero circulars + esm ready (#10770)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
import { LayoutBase } from '../layout-base';
|
||||
import { View, CSSType } from '../../core/view';
|
||||
import { CssProperty, ShorthandProperty, makeParser, makeValidator, unsetValue } from '../../core/properties';
|
||||
import { CssProperty, ShorthandProperty, makeParser, makeValidator } from '../../core/properties';
|
||||
import { unsetValue } from '../../core/properties/property-shared';
|
||||
import { Style } from '../../styling/style';
|
||||
|
||||
export type Basis = 'auto' | number;
|
||||
|
||||
Reference in New Issue
Block a user