mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -2,10 +2,8 @@ import { ControlStateChangeListener } from '../core/control-state-change';
|
|||||||
import { ButtonBase } from './button-common';
|
import { ButtonBase } from './button-common';
|
||||||
import { View, PseudoClassHandler } from '../core/view';
|
import { View, PseudoClassHandler } from '../core/view';
|
||||||
import { borderTopWidthProperty, borderRightWidthProperty, borderBottomWidthProperty, borderLeftWidthProperty, paddingLeftProperty, paddingTopProperty, paddingRightProperty, paddingBottomProperty } from '../styling/style-properties';
|
import { borderTopWidthProperty, borderRightWidthProperty, borderBottomWidthProperty, borderLeftWidthProperty, paddingLeftProperty, paddingTopProperty, paddingRightProperty, paddingBottomProperty } from '../styling/style-properties';
|
||||||
import { textAlignmentProperty, whiteSpaceProperty, textOverflowProperty, textProperty } from '../text-base';
|
import { textAlignmentProperty, whiteSpaceProperty, textOverflowProperty } from '../text-base';
|
||||||
import { resetSymbol } from '../text-base/text-base-common';
|
|
||||||
import { layout } from '../../utils';
|
import { layout } from '../../utils';
|
||||||
import { SDK_VERSION } from '../../utils/constants';
|
|
||||||
import { CoreTypes } from '../../core-types';
|
import { CoreTypes } from '../../core-types';
|
||||||
|
|
||||||
export * from './button-common';
|
export * from './button-common';
|
||||||
|
|||||||
Reference in New Issue
Block a user