mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +08:00
chore: tests
This commit is contained in:
@ -7,7 +7,7 @@ import { profile } from '../../profiling';
|
||||
import { TouchGestureEventData, GestureTypes, TouchAction } from '../gestures';
|
||||
import { Device } from '../../platform';
|
||||
import lazy from '../../utils/lazy';
|
||||
import type { Background } from 'ui/styling/background';
|
||||
import type { Background } from '../styling/background';
|
||||
|
||||
export * from './button-common';
|
||||
|
||||
|
@ -14,7 +14,6 @@ import { profile } from '../../profiling';
|
||||
import { Frame } from '../frame';
|
||||
import { layout, iOSNativeHelper } from '../../utils';
|
||||
import { Device } from '../../platform';
|
||||
import { Transparent } from 'color/known-colors';
|
||||
export * from './tab-view-common';
|
||||
|
||||
const majorVersion = iOSNativeHelper.MajorVersion;
|
||||
|
Reference in New Issue
Block a user